Searched defs:panel_type (Results 1 - 5 of 5) sorted by relevance

/drivers/gpu/drm/i915/
H A Dintel_bios.c37 static int panel_type; variable
193 if (lvds_options->panel_type == 0xff)
196 panel_type = lvds_options->panel_type;
210 lvds_options->panel_type);
265 index = sdvo_lvds_options->panel_type;
470 switch ((edp->color_depth >> (panel_type * 2)) & 3) {
483 edp_pps = &edp->power_seqs[panel_type];
484 edp_link_params = &edp->link_params[panel_type];
H A Dintel_bios.h253 u8 panel_type; member in struct:bdb_lvds_options
376 u8 panel_type; member in struct:bdb_sdvo_lvds_options
/drivers/video/
H A Dmetronomefb.c582 int panel_type; local
608 panel_type = board->get_panel_type();
609 switch (panel_type) {
/drivers/gpu/drm/gma500/
H A Dintel_bios.h157 u8 panel_type; member in struct:bdb_lvds_options
292 u8 panel_type; member in struct:bdb_sdvo_lvds_options
/drivers/video/aty/
H A Datyfb_base.c3203 u16 width, height, panel_type, refresh_rates; local
3219 panel_type = *(u16 *)(par->lcd_table+29);
3220 if (panel_type & 1)
3224 if (panel_type & 2)
3228 tech = (panel_type >> 2) & 63;

Completed in 112 milliseconds