Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_vop2.c3381 u16 dsc_hsync, dsc_htotal, dsc_hact_st, dsc_hact_end; in vop2_dsc_enable() local
3451 dsc_hact_end = (hdisplay / k * target_bpp >> 4) / 24 + dsc_hact_st; in vop2_dsc_enable()
3452 val = dsc_hact_end << 16 | dsc_hact_st; in vop2_dsc_enable()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c7401 u16 dsc_hsync, dsc_htotal, dsc_hact_st, dsc_hact_end; in vop2_crtc_enable_dsc() local
7471 dsc_hact_end = (hdisplay / k * target_bpp >> 4) / 24 + dsc_hact_st; in vop2_crtc_enable_dsc()
7472 val = dsc_hact_end << 16 | dsc_hact_st; in vop2_crtc_enable_dsc()