Searched refs:cos_hue (Results 1 - 5 of 5) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_drv.h | 91 int cos_hue; member
|
H A D | rockchip_drm_vop.c | 3506 int brightness, contrast, saturation, hue, sin_hue, cos_hue; in vop_tv_config_update() local 3581 * cos_hue = cos(a)*256; in vop_tv_config_update() 3584 * cos_hue = cos(a)*256; in vop_tv_config_update() 3588 cos_hue = fixp_cos32(hue) >> 0x17; in vop_tv_config_update() 3596 * cos_hue = cos(a)*128; in vop_tv_config_update() 3599 * cos_hue = cos(a)*128; in vop_tv_config_update() 3603 cos_hue = fixp_cos32(hue) >> 0x18; in vop_tv_config_update() 3610 VOP_CTRL_SET(vop, bcsh_cos_hue, cos_hue); in vop_tv_config_update()
|
H A D | rockchip_drm_vop2.c | 7093 VOP_MODULE_SET(vop2, vp, bcsh_cos_hue, bcsh_state->cos_hue); in vop2_bcsh_reg_update() 7106 int brightness, contrast, saturation, hue, sin_hue, cos_hue; in vop2_tv_config_update() local 7166 * cos_hue = cos(a)*256; in vop2_tv_config_update() 7169 * cos_hue = cos(a)*256; in vop2_tv_config_update() 7172 cos_hue = fixp_cos32(hue) >> 0x17; in vop2_tv_config_update() 7178 bcsh_state.cos_hue = cos_hue; in vop2_tv_config_update()
|
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/ |
H A D | rockchip_drm_drv.h | 92 int cos_hue; member
|
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_vop2.c | 7212 VOP_MODULE_SET(vop2, vp, bcsh_cos_hue, bcsh_state->cos_hue); in vop2_bcsh_reg_update() 7228 int brightness, contrast, saturation, hue, sin_hue, cos_hue; in vop2_tv_config_update() local 7284 * cos_hue = cos(a)*256; in vop2_tv_config_update() 7287 * cos_hue = cos(a)*256; in vop2_tv_config_update() 7290 cos_hue = fixp_cos32(hue) >> 23; in vop2_tv_config_update() 7296 bcsh_state.cos_hue = cos_hue; in vop2_tv_config_update()
|
Completed in 33 milliseconds