Home
last modified time | relevance | path

Searched refs:hactive_hblank_hi (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/drm/
H A Ddrm_edid.h73 u8 hactive_hblank_hi; member
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_edid.c2593 unsigned hactive = (pt->hactive_hblank_hi & 0xf0) << 0x4 | pt->hactive_lo; in drm_mode_detailed()
2595 unsigned hblank = (pt->hactive_hblank_hi & 0xf) << 0x8 | pt->hblank_lo; in drm_mode_detailed()

Completed in 10 milliseconds