Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/
H A Doaktrail.h14 u8 hactive_lo; member
47 u32 hactive_lo:8; member
H A Dmid_bios.c247 dp_ti->hactive_lo = ti->hactive_lo; in mid_get_vbt_data_r10()
H A Dmdfld_tmd_vid.c47 mode->hdisplay = (ti->hactive_hi << 8) | ti->hactive_lo; in tmd_vid_get_config_mode()
H A Dintel_bios.h293 u8 hactive_lo; member
H A Doaktrail_lvds.c229 mode->hdisplay = (ti->hactive_hi << 8) | ti->hactive_lo; in oaktrail_lvds_get_configuration_mode()
H A Dintel_bios.c150 dvo_timing->hactive_lo; in fill_detail_timing_data()
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_edid.h71 u8 hactive_lo; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_vbt_defs.h590 u8 hactive_lo; member
H A Dintel_bios.c123 dvo_timing->hactive_lo; in fill_detail_timing_data()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tiny/
H A Dgm12u320.c490 .data.pixel_data.hactive_lo = 0x50,
/OK3568_Linux_fs/u-boot/include/
H A Dedid.h95 u8 hactive_lo; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_edid.c2804 unsigned hactive = (pt->hactive_hblank_hi & 0xf0) << 4 | pt->hactive_lo; in drm_mode_detailed()
/OK3568_Linux_fs/u-boot/common/
H A Dedid.c3740 unsigned hactive = (pt->hactive_hblank_hi & 0xf0) << 4 | pt->hactive_lo; in drm_mode_detailed()