Home
last modified time | relevance | path

Searched refs:panel_type (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/gpu/drm/panel/
H A Dpanel-arm-versatile.c114 const struct versatile_panel_type *panel_type; member
265 connector->display_info.width_mm = vpanel->panel_type->width_mm; in versatile_panel_get_modes()
266 connector->display_info.height_mm = vpanel->panel_type->height_mm; in versatile_panel_get_modes()
267 connector->display_info.bus_flags = vpanel->panel_type->bus_flags; in versatile_panel_get_modes()
269 mode = drm_mode_duplicate(connector->dev, &vpanel->panel_type->mode); in versatile_panel_get_modes()
275 mode->width_mm = vpanel->panel_type->width_mm; in versatile_panel_get_modes()
276 mode->height_mm = vpanel->panel_type->height_mm; in versatile_panel_get_modes()
326 vpanel->panel_type = pt; in versatile_panel_probe()
337 dev_info(dev, "detected: %s\n", vpanel->panel_type->name); in versatile_panel_probe()
342 if (vpanel->panel_type->ib2) { in versatile_panel_probe()
H A Dpanel-samsung-s6d7aa0.c36 unsigned int panel_type; member
307 .panel_type = S6D7AA0_PANEL_LSL080AL02,
334 if (ctx->desc->panel_type == S6D7AA0_PANEL_LSL080AL03) { in s6d7aa0_lsl080al03_init()
341 } else if (ctx->desc->panel_type == S6D7AA0_PANEL_LTL101AT01) { in s6d7aa0_lsl080al03_init()
410 .panel_type = S6D7AA0_PANEL_LSL080AL03,
438 .panel_type = S6D7AA0_PANEL_LTL101AT01,
/linux/drivers/gpu/drm/i915/display/
H A Dintel_bios.c708 enum panel_type { enum
790 int panel_type = panel->vbt.panel_type; in parse_panel_options() local
841 int panel_type = panel->vbt.panel_type; in parse_lfp_panel_dtd() local
882 int panel_type = panel->vbt.panel_type; in parse_lfp_data() local
1013 int panel_type = panel->vbt.panel_type; in parse_lfp_backlight() local
1349 u8 panel_type = panel->vbt.panel_type; in parse_power_conservation_features() local
1394 int panel_type = panel->vbt.panel_type; in parse_edp() local
1524 int panel_type = panel->vbt.panel_type; in parse_psr() local
1669 int panel_type = panel->vbt.panel_type; in parse_mipi_config() local
1694 panel_type); in parse_mipi_config()
[all …]
H A Dintel_vbt_defs.h631 u8 panel_type; member
759 u8 panel_type; member
H A Dintel_panel.c721 connector->panel.vbt.panel_type = -1; in intel_panel_init_alloc()
H A Dintel_display_types.h312 int panel_type; member
/linux/drivers/gpu/drm/gma500/
H A Dintel_bios.c51 uint8_t panel_type; in parse_edp() local
64 panel_type = dev_priv->panel_type; in parse_edp()
65 switch ((edp->color_depth >> (panel_type * 2)) & 3) { in parse_edp()
78 edp_pps = &edp->power_seqs[panel_type]; in parse_edp()
79 edp_link_params = &edp->link_params[panel_type]; in parse_edp()
202 p_type = lvds_opts->panel_type; in parse_backlight_data()
236 dev_priv->panel_type = lvds_options->panel_type; in parse_lfp_panel_data()
238 if (lvds_options->panel_type == 0xff) in parse_lfp_panel_data()
246 entry = &lvds_lfp_data->data[lvds_options->panel_type]; in parse_lfp_panel_data()
294 dvo_timing + sdvo_lvds_options->panel_type); in parse_sdvo_panel_data()
[all …]
H A Dintel_bios.h234 u8 panel_type; member
369 u8 panel_type; member
H A Dpsb_drv.h534 uint8_t panel_type; member
/linux/arch/arm/mach-pxa/
H A Dam200epd.c41 static unsigned int panel_type = 6; variable
205 switch (panel_type) { in am200_presetup_fb()
280 return panel_type; in am200_get_panel_type()
390 module_param(panel_type, uint, 0);
391 MODULE_PARM_DESC(panel_type, "Select the panel type: 6, 8, 97");
H A Dam300epd.c40 static unsigned int panel_type = 6; variable
228 return panel_type; in am300_get_panel_type()
291 module_param(panel_type, uint, 0);
292 MODULE_PARM_DESC(panel_type, "Select the panel type: 37, 6, 97");
/linux/drivers/video/fbdev/
H A Dimxfb.c166 enum imxfb_panel_type panel_type; member
455 fbi->panel_type = PANEL_TYPE_TFT; in imxfb_check_var()
457 fbi->panel_type = PANEL_TYPE_CSTN; in imxfb_check_var()
459 fbi->panel_type = PANEL_TYPE_MONOCHROME; in imxfb_check_var()
622 if (fbi->panel_type == PANEL_TYPE_TFT) in imxfb_activate_var()
624 else if (fbi->panel_type == PANEL_TYPE_CSTN) in imxfb_activate_var()
H A Dmetronomefb.c526 int panel_type; in metronomefb_probe() local
552 panel_type = board->get_panel_type(); in metronomefb_probe()
553 switch (panel_type) { in metronomefb_probe()
/linux/drivers/video/fbdev/mmp/panel/
H A Dtpo_tj032md01bw.c121 .panel_type = PANELTYPE_ACTIVE,
/linux/include/video/
H A Dmmp_disp.h178 int panel_type; member
/linux/drivers/video/fbdev/aty/
H A Datyfb_base.c3181 u16 width, height, panel_type, refresh_rates; in aty_init_lcd() local
3196 panel_type = *(u16 *)(par->lcd_table+29); in aty_init_lcd()
3197 if (panel_type & 1) in aty_init_lcd()
3201 if (panel_type & 2) in aty_init_lcd()
3205 tech = (panel_type >> 2) & 63; in aty_init_lcd()
/linux/drivers/input/touchscreen/
H A Dhideep.c124 u8 panel_type; member