Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.h205 u16 h_gain; member
H A Drockchip_drm_vop2.c6078 acm->h_gain = (value >> 10) & 0x3ff; in vop2_crtc_get_inital_acm_info()
9791 value = (acm->y_gain & 0x3ff) + ((acm->h_gain << 10) & 0xffc00) + in vop3_post_acm_config()
/OK3568_Linux_fs/u-boot/include/
H A Dedid.h912 u16 h_gain; member
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_vop2.c2023 value = (acm->y_gain & 0x3ff) + ((acm->h_gain << 10) & 0xffc00) + in vop3_post_acm_config()