Home
last modified time | relevance | path

Searched refs:hactive_lo (Results 1 – 9 of 9) sorted by relevance

/drivers/gpu/drm/gma500/
Doaktrail.h14 u8 hactive_lo; member
47 u32 hactive_lo:8; member
Dmid_bios.c248 dp_ti->hactive_lo = ti->hactive_lo; in mid_get_vbt_data_r10()
Doaktrail_lvds.c231 mode->hdisplay = (ti->hactive_hi << 8) | ti->hactive_lo; in oaktrail_lvds_get_configuration_mode()
Dintel_bios.h293 u8 hactive_lo; member
Dintel_bios.c151 dvo_timing->hactive_lo; in fill_detail_timing_data()
/drivers/gpu/drm/tiny/
Dgm12u320.c483 .data.pixel_data.hactive_lo = 0x50,
/drivers/gpu/drm/i915/display/
Dintel_vbt_defs.h649 u8 hactive_lo; member
Dintel_bios.c528 dvo_timing->hactive_lo; in fill_detail_timing_data()
/drivers/gpu/drm/
Ddrm_edid.c3446 unsigned hactive = (pt->hactive_hblank_hi & 0xf0) << 4 | pt->hactive_lo; in drm_mode_detailed()