Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/gma500/
Doaktrail.h32 u8 hactive_lo; member
65 u32 hactive_lo:8; member
Dmid_bios.c228 dp_ti->hactive_lo = ti.hactive_lo; in mid_get_vbt_data()
Dmdfld_tpo_vid.c42 mode->hdisplay = (ti->hactive_hi << 8) | ti->hactive_lo; in tpo_vid_get_config_mode()
Dmdfld_tmd_vid.c45 mode->hdisplay = (ti->hactive_hi << 8) | ti->hactive_lo; in tmd_vid_get_config_mode()
Dintel_bios.c59 dvo_timing->hactive_lo; in fill_detail_timing_data()
Dintel_bios.h216 u8 hactive_lo; member
Doaktrail_lvds.c265 mode->hdisplay = (ti->hactive_hi << 8) | ti->hactive_lo; in oaktrail_lvds_get_configuration_mode()
/linux-3.4.99/drivers/gpu/drm/i915/
Dintel_bios.c81 dvo_timing->hactive_lo; in fill_detail_timing_data()
124 a->hactive_lo != b->hactive_lo) in lvds_dvo_timing_equal_size()
Dintel_bios.h300 u8 hactive_lo; member
/linux-3.4.99/include/drm/
Ddrm_edid.h64 u8 hactive_lo; member
/linux-3.4.99/drivers/gpu/drm/
Ddrm_edid.c841 unsigned hactive = (pt->hactive_hblank_hi & 0xf0) << 4 | pt->hactive_lo; in drm_mode_detailed()