Home
last modified time | relevance | path

Searched refs:hactive_hblank_hi (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_edid.h73 u8 hactive_hblank_hi; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tiny/
H A Dgm12u320.c492 .data.pixel_data.hactive_hblank_hi = 0x31,
/OK3568_Linux_fs/u-boot/include/
H A Dedid.h97 u8 hactive_hblank_hi; 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()
2806 unsigned hblank = (pt->hactive_hblank_hi & 0xf) << 8 | pt->hblank_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()
3742 unsigned hblank = (pt->hactive_hblank_hi & 0xf) << 8 | pt->hblank_lo; in drm_mode_detailed()