Home
last modified time | relevance | path

Searched refs:hactive_lo (Results 1 – 10 of 10) 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.c248 dp_ti->hactive_lo = ti->hactive_lo; in mid_get_vbt_data_r10()
H A Doaktrail_lvds.c229 mode->hdisplay = (ti->hactive_hi << 8) | ti->hactive_lo; in oaktrail_lvds_get_configuration_mode()
H A Dintel_bios.h293 u8 hactive_lo; member
H A Dintel_bios.c151 dvo_timing->hactive_lo; in fill_detail_timing_data()
/linux/include/drm/
H A Ddrm_edid.h76 u8 hactive_lo; member
/linux/drivers/gpu/drm/tiny/
H A Dgm12u320.c483 .data.pixel_data.hactive_lo = 0x50,
/linux/drivers/gpu/drm/i915/display/
H A Dintel_vbt_defs.h57 u8 hactive_lo; member
H A Dintel_bios.c535 dvo_timing->hactive_lo; in fill_detail_timing_data()
/linux/drivers/gpu/drm/
H A Ddrm_edid.c3481 unsigned hactive = (pt->hactive_hblank_hi & 0xf0) << 4 | pt->hactive_lo; in drm_mode_detailed()