Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_vop2.c4611 u16 dsc_hsync, dsc_htotal, dsc_hact_st, dsc_hact_end; in vop2_dsc_enable() local
4681 dsc_hact_end = (hdisplay / k * target_bpp >> 4) / 24 + dsc_hact_st; in vop2_dsc_enable()
4682 val = dsc_hact_end << 16 | dsc_hact_st; in vop2_dsc_enable()