Searched refs:sin_hue (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_post_csc.c | 1229 s32 sin_hue; in create_hue_matrix() local 1233 sin_hue = g_hue_sin_table[hue_idx]; in create_hue_matrix() 1242 m.csc_coef12 = sin_hue; in create_hue_matrix() 1245 m.csc_coef21 = -sin_hue; in create_hue_matrix()
|
| H A D | rockchip_drm_drv.h | 150 int sin_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 3886 sin_hue = fixp_sin32(hue) >> 23; in vop_tv_config_update() 3902 sin_hue = fixp_sin32(hue) >> 24; in vop_tv_config_update() 3909 VOP_CTRL_SET(vop, bcsh_sin_hue, sin_hue); in vop_tv_config_update()
|
| H A D | rockchip_drm_vop2.c | 9592 VOP_MODULE_SET(vop2, vp, bcsh_sin_hue, bcsh_state->sin_hue); in vop2_bcsh_reg_update() 9609 int brightness, contrast, saturation, hue, sin_hue, cos_hue; in vop2_tv_config_update() local 9670 sin_hue = fixp_sin32(hue) >> 23; in vop2_tv_config_update() 9676 bcsh_state.sin_hue = sin_hue; in vop2_tv_config_update()
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | rockchip_post_csc.c | 1243 s32 sin_hue; in create_hue_matrix() local 1247 sin_hue = g_hue_sin_table[hue_idx]; in create_hue_matrix() 1256 m.csc_coef12 = sin_hue; in create_hue_matrix() 1259 m.csc_coef21 = -sin_hue; in create_hue_matrix()
|
| H A D | rockchip_display.h | 150 int sin_hue; member
|
| H A D | rockchip_vop2.c | 1807 BCSH_SIN_HUE_MASK, BCSH_SIN_HUE_SHIFT, bcsh_state->sin_hue, false); in vop2_bcsh_reg_update() 1823 int brightness, contrast, saturation, hue, sin_hue, cos_hue; in vop2_tv_config_update() local 1869 sin_hue = fixp_sin32(hue) >> 23; in vop2_tv_config_update() 1875 bcsh_state.sin_hue = sin_hue; in vop2_tv_config_update()
|