HomeSort by: relevance | last modified time | path
    Searched defs:panel_setup (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_combios.c 1184 uint32_t panel_setup; local in function:radeon_combios_get_lvds_info
1223 panel_setup = RBIOS32(lcd_info + 0x39);
1225 if (panel_setup & 0x1)
1228 if ((panel_setup >> 4) & 0x1)
1231 switch ((panel_setup >> 8) & 0x7) {
1245 if ((panel_setup >> 16) & 0x1)
1248 if ((panel_setup >> 17) & 0x1)
1251 if ((panel_setup >> 18) & 0x1)
1254 if ((panel_setup >> 23) & 0x1)
1257 lvds->lvds_gen_cntl |= (panel_setup & 0xf0000000)
    [all...]

Completed in 29 milliseconds