/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_logo.h | 32 unsigned int saturation; member
|
H A D | rockchip_drm_logo.c | 439 if (!of_property_read_u32(route, "bcsh,saturation", &val)) { in of_parse_display_resource() 440 set->saturation = val; in of_parse_display_resource() 442 set->saturation = 0x32; in of_parse_display_resource() 682 conn_state->tv.saturation = set->saturation; in setup_initial_state()
|
H A D | rockchip_drm_drv.h | 89 int saturation; member
|
H A D | rockchip_drm_vop.c | 3506 int brightness, contrast, saturation, hue, sin_hue, cos_hue; in vop_tv_config_update() local 3517 * 1. tv_state: include brightness,contrast,saturation and hue; in vop_tv_config_update() 3534 if (s->tv_state->brightness != 0x32 || s->tv_state->contrast != 0x32 || s->tv_state->saturation != 0x32 || in vop_tv_config_update() 3577 saturation = interpolate(0, 0, 0x64, 0x1ff, s->tv_state->saturation); in vop_tv_config_update() 3589 VOP_CTRL_SET(vop, bcsh_sat_con, saturation * contrast / 0x100); in vop_tv_config_update() 3592 saturation = interpolate(0, 0, 0x64, 0xff, s->tv_state->saturation); in vop_tv_config_update() 3604 VOP_CTRL_SET(vop, bcsh_sat_con, saturation * contrast / 0x80); in vop_tv_config_update()
|
H A D | rockchip_drm_vop2.c | 7091 VOP_MODULE_SET(vop2, vp, bcsh_sat_con, bcsh_state->saturation * bcsh_state->contrast / 0x100); in vop2_bcsh_reg_update() 7106 int brightness, contrast, saturation, hue, sin_hue, cos_hue; in vop2_tv_config_update() local 7118 vcstate->tv_state->saturation != 0x32 || vcstate->tv_state->hue != 0x32) { in vop2_tv_config_update() 7124 * 1. tv_state: include brightness,contrast,saturation and hue; in vop2_tv_config_update() 7160 saturation = interpolate(0, 0, 0x64, 0x1ff, vcstate->tv_state->saturation); in vop2_tv_config_update() 7176 bcsh_state.saturation = saturation; in vop2_tv_config_update()
|
H A D | rockchip_drm_drv.c | 1165 connector_state->tv.saturation = 0x32; in rockchip_drm_set_property_default()
|
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_logo.h | 32 unsigned int saturation; member
|
H A D | rockchip_drm_logo.c | 410 if (!of_property_read_u32(route, "bcsh,saturation", &val)) in of_parse_display_resource() 411 set->saturation = val; in of_parse_display_resource() 413 set->saturation = 50; in of_parse_display_resource() 652 conn_state->tv.saturation = set->saturation; in setup_initial_state()
|
H A D | rockchip_drm_vop2.c | 7210 bcsh_state->saturation * bcsh_state->contrast / 0x100); in vop2_bcsh_reg_update() 7228 int brightness, contrast, saturation, hue, sin_hue, cos_hue; in vop2_tv_config_update() local 7240 vcstate->tv_state->saturation != 50 || vcstate->tv_state->hue != 50) in vop2_tv_config_update() 7245 * 1. tv_state: include brightness,contrast,saturation and hue; in vop2_tv_config_update() 7278 saturation = interpolate(0, 0, 100, 511, vcstate->tv_state->saturation); in vop2_tv_config_update() 7294 bcsh_state.saturation = saturation; in vop2_tv_config_update()
|
/device/soc/rockchip/rk3588/kernel/include/drm/ |
H A D | rockchip_drm_logo.h | 32 unsigned int saturation; member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/adapt/ |
H A D | hi_comm_video_adapt.h | 135 hi_u8 saturation; /* indicates the direction of saturation processing applied by the camera when member 136 the image was shot. 0 = normal,1 = low saturation,2 = high saturation */ 208 hi_u8 saturation; member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/ |
H A D | hi_comm_video_adapt.h | 132 hi_u8 saturation; /* indicates the direction of saturation processing applied by the camera when member 133 the image was shot. 0 = normal,1 = low saturation,2 = high saturation */ 205 hi_u8 saturation; member
|
H A D | hi_comm_3a_adapt.h | 300 hi_u8 saturation; member
|
H A D | hi_comm_isp_adapt.h | 1068 Format:8.0; Range of color denoise luma, related to luminance and saturation */
1107 denoise luma, related to luminance and saturation */
2255 In saturation type, it means the max saturation it can achieve,
2434 hi_u8 saturation; /* RW; Range: [0, 0xFF]; Format:8.0; set the manual saturation of CCM */
member 2458 hi_u16 saturation; /* R; Range: [0x0, 0xFF];Format:8.0;Current saturation */
member
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/ |
H A D | hi_comm_video_adapt.h | 131 hi_u8 saturation; /* indicates the direction of saturation processing applied by the camera when member 132 the image was shot. 0 = normal,1 = low saturation,2 = high saturation */ 204 hi_u8 saturation; member
|
H A D | hi_comm_3a_adapt.h | 300 hi_u8 saturation; member
|
H A D | hi_comm_isp_adapt.h | 1068 Format:8.0; Range of color denoise luma, related to luminance and saturation */
1107 denoise luma, related to luminance and saturation */
2255 In saturation type, it means the max saturation it can achieve,
2434 hi_u8 saturation; /* RW; Range: [0, 0xFF]; Format:8.0; set the manual saturation of CCM */
member 2458 hi_u16 saturation; /* R; Range: [0x0, 0xFF];Format:8.0;Current saturation */
member
|
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/ |
H A D | rockchip_drm_drv.h | 90 int saturation; member
|
/device/soc/rockchip/common/sdk_linux/include/drm/ |
H A D | drm_connector.h | 637 * @saturation: saturation in percent 648 unsigned int saturation; member
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_atomic_uapi.c | 679 state->tv.saturation = val; in drm_atomic_connector_set_property() 779 *val = state->tv.saturation; in drm_atomic_connector_get_property()
|