Searched refs:panel_type (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/gpu/drm/gma500/ |
| H A D | intel_bios.c | 52 uint8_t panel_type; in parse_edp() local 65 panel_type = dev_priv->panel_type; in parse_edp() 66 switch ((edp->color_depth >> (panel_type * 2)) & 3) { in parse_edp() 79 edp_pps = &edp->power_seqs[panel_type]; in parse_edp() 80 edp_link_params = &edp->link_params[panel_type]; in parse_edp() 203 p_type = lvds_opts->panel_type; in parse_backlight_data() 237 dev_priv->panel_type = lvds_options->panel_type; in parse_lfp_panel_data() 239 if (lvds_options->panel_type == 0xff) in parse_lfp_panel_data() 247 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 D | intel_bios.h | 234 u8 panel_type; member 369 u8 panel_type; member
|
| /linux/arch/arm/mach-pxa/ |
| H A D | am200epd.c | 41 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 D | am300epd.c | 40 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/mmp/panel/ |
| H A D | tpo_tj032md01bw.c | 121 .panel_type = PANELTYPE_ACTIVE,
|
| /linux/include/video/ |
| H A D | mmp_disp.h | 178 int panel_type; member
|