Searched refs:cos_hue (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_post_csc.c | 1230 s32 cos_hue; in create_hue_matrix() local 1234 cos_hue = g_hue_cos_table[hue_idx]; in create_hue_matrix() 1241 m.csc_coef11 = cos_hue; in create_hue_matrix() 1246 m.csc_coef22 = cos_hue; in create_hue_matrix()
|
| H A D | rockchip_drm_drv.h | 151 int cos_hue; member
|
| H A D | rockchip_drm_vop.c | 3810 int brightness, contrast, saturation, hue, sin_hue, cos_hue; in vop_tv_config_update() local 3887 cos_hue = fixp_cos32(hue) >> 23; in vop_tv_config_update() 3903 cos_hue = fixp_cos32(hue) >> 24; in vop_tv_config_update() 3910 VOP_CTRL_SET(vop, bcsh_cos_hue, cos_hue); in vop_tv_config_update()
|
| H A D | rockchip_drm_vop2.c | 9593 VOP_MODULE_SET(vop2, vp, bcsh_cos_hue, bcsh_state->cos_hue); in vop2_bcsh_reg_update() 9609 int brightness, contrast, saturation, hue, sin_hue, cos_hue; in vop2_tv_config_update() local 9671 cos_hue = fixp_cos32(hue) >> 23; in vop2_tv_config_update() 9677 bcsh_state.cos_hue = cos_hue; in vop2_tv_config_update()
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | rockchip_post_csc.c | 1244 s32 cos_hue; in create_hue_matrix() local 1248 cos_hue = g_hue_cos_table[hue_idx]; in create_hue_matrix() 1255 m.csc_coef11 = cos_hue; in create_hue_matrix() 1260 m.csc_coef22 = cos_hue; in create_hue_matrix()
|
| H A D | rockchip_display.h | 151 int cos_hue; member
|
| H A D | rockchip_vop2.c | 1809 BCSH_COS_HUE_MASK, BCSH_COS_HUE_SHIFT, bcsh_state->cos_hue, false); in vop2_bcsh_reg_update() 1823 int brightness, contrast, saturation, hue, sin_hue, cos_hue; in vop2_tv_config_update() local 1870 cos_hue = fixp_cos32(hue) >> 23; in vop2_tv_config_update() 1876 bcsh_state.cos_hue = cos_hue; in vop2_tv_config_update()
|