Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/gma500/
Doaktrail.h24 u8 hactive_lo; member
57 u32 hactive_lo:8; member
Dmid_bios.c260 dp_ti->hactive_lo = ti->hactive_lo; in mid_get_vbt_data_r10()
Dmdfld_tmd_vid.c45 mode->hdisplay = (ti->hactive_hi << 8) | ti->hactive_lo; in tmd_vid_get_config_mode()
Dintel_bios.h307 u8 hactive_lo; member
Doaktrail_lvds.c238 mode->hdisplay = (ti->hactive_hi << 8) | ti->hactive_lo; in oaktrail_lvds_get_configuration_mode()
Dintel_bios.c163 dvo_timing->hactive_lo; in fill_detail_timing_data()
/Linux-v4.19/include/drm/
Ddrm_edid.h70 u8 hactive_lo; member
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_vbt_defs.h525 u8 hactive_lo; member
Dintel_bios.c113 dvo_timing->hactive_lo; in fill_detail_timing_data()
/Linux-v4.19/drivers/gpu/drm/
Ddrm_edid.c2226 unsigned hactive = (pt->hactive_hblank_hi & 0xf0) << 4 | pt->hactive_lo; in drm_mode_detailed()