Home
last modified time | relevance | path

Searched refs:sin_hue (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_post_csc.c1229 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 Drockchip_drm_drv.h150 int sin_hue; member
H A Drockchip_drm_vop.c3810 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 Drockchip_drm_vop2.c9592 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 Drockchip_post_csc.c1243 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 Drockchip_display.h150 int sin_hue; member
H A Drockchip_vop2.c1807 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()