Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panel/
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()
273 mode->width_mm = vpanel->panel_type->width_mm; in versatile_panel_get_modes()
274 mode->height_mm = vpanel->panel_type->height_mm; in versatile_panel_get_modes()
324 vpanel->panel_type = pt; in versatile_panel_probe()
335 dev_info(dev, "detected: %s\n", vpanel->panel_type->name); in versatile_panel_probe()
340 if (vpanel->panel_type->ib2) { in versatile_panel_probe()
/linux/drivers/gpu/drm/gma500/
A Dintel_bios.c50 uint8_t panel_type; in parse_edp() local
63 panel_type = dev_priv->panel_type; in parse_edp()
64 switch ((edp->color_depth >> (panel_type * 2)) & 3) { in parse_edp()
77 edp_pps = &edp->power_seqs[panel_type]; in parse_edp()
78 edp_link_params = &edp->link_params[panel_type]; in parse_edp()
201 p_type = lvds_opts->panel_type; in parse_backlight_data()
235 dev_priv->panel_type = lvds_options->panel_type; in parse_lfp_panel_data()
237 if (lvds_options->panel_type == 0xff) in parse_lfp_panel_data()
245 entry = &lvds_lfp_data->data[lvds_options->panel_type]; in parse_lfp_panel_data()
293 dvo_timing + sdvo_lvds_options->panel_type); in parse_sdvo_panel_data()
[all …]
A Dintel_bios.h234 u8 panel_type; member
369 u8 panel_type; member
A Dpsb_drv.h568 uint8_t panel_type; member
/linux/drivers/gpu/drm/i915/display/
A Dintel_bios.c220 int panel_type; in parse_panel_options() local
243 panel_type = lvds_options->panel_type; in parse_panel_options()
248 i915->vbt.panel_type = panel_type; in parse_panel_options()
285 int panel_type = i915->vbt.panel_type; in parse_lfp_panel_dtd() local
429 int panel_type = i915->vbt.panel_type; in parse_lfp_backlight() local
747 u8 panel_type = i915->vbt.panel_type; in parse_power_conservation_features() local
777 int panel_type = i915->vbt.panel_type; in parse_edp() local
891 int panel_type = i915->vbt.panel_type; in parse_psr() local
1053 int panel_type = i915->vbt.panel_type; in parse_mipi_config() local
1078 panel_type); in parse_mipi_config()
[all …]
A Dintel_vbt_defs.h588 u8 panel_type; member
704 u8 panel_type; member
/linux/arch/arm/mach-pxa/
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");
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/mmp/panel/
A Dtpo_tj032md01bw.c121 .panel_type = PANELTYPE_ACTIVE,
/linux/drivers/video/fbdev/
A Dmetronomefb.c584 int panel_type; in metronomefb_probe() local
610 panel_type = board->get_panel_type(); in metronomefb_probe()
611 switch (panel_type) { in metronomefb_probe()
/linux/include/video/
A Dmmp_disp.h178 int panel_type; member
/linux/drivers/video/fbdev/aty/
A Datyfb_base.c3184 u16 width, height, panel_type, refresh_rates; in aty_init_lcd() local
3200 panel_type = *(u16 *)(par->lcd_table+29); in aty_init_lcd()
3201 if (panel_type & 1) in aty_init_lcd()
3205 if (panel_type & 2) in aty_init_lcd()
3209 tech = (panel_type >> 2) & 63; in aty_init_lcd()
/linux/drivers/input/touchscreen/
A Dhideep.c123 u8 panel_type; member
/linux/drivers/gpu/drm/i915/
A Di915_drv.h678 unsigned int panel_type:4; member

Completed in 49 milliseconds