Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/gma500/
H A Doaktrail.h14 u8 hactive_lo; member
47 u32 hactive_lo:8; member
H A Dmid_bios.c249 dp_ti->hactive_lo = ti->hactive_lo; in mid_get_vbt_data_r10()
H A Dintel_bios.h293 u8 hactive_lo; member
H A Dintel_bios.c152 dvo_timing->hactive_lo; in fill_detail_timing_data()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_bios.c538 dvo_timing->hactive_lo; in fill_detail_timing_data()
/linux/drivers/gpu/drm/
H A Ddrm_edid.c3528 unsigned hactive = (pt->hactive_hblank_hi & 0xf0) << 4 | pt->hactive_lo; in drm_mode_detailed()