Searched refs:saturation (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | rockchip_post_csc.c | 1308 static struct rk_pq_csc_coef create_saturation_matrix(s32 saturation) in create_saturation_matrix() argument 1317 m.csc_coef11 = saturation; in create_saturation_matrix() 1322 m.csc_coef22 = saturation; in create_saturation_matrix() 1344 s32 contrast, saturation, brightness; in csc_calc_adjust_output_coef() local 1350 saturation = csc_input_cfg->saturation * PQ_CSC_PARAM_FIX_NUM / PQ_CSC_IN_PARAM_NORM_COEF; in csc_calc_adjust_output_coef() 1364 saturation_matrix = create_saturation_matrix(saturation); in csc_calc_adjust_output_coef()
|
| H A D | rockchip_tve.c | 138 int saturation; member 237 tve_writel(TV_SATURATION, tve->saturation); in tve_set_mode() 537 tve->saturation = dev_read_u32_default(tve->dev, "rockchip,saturation", 0); in tve_parse_dt_legacy() 538 if (tve->saturation == 0) { in tve_parse_dt_legacy() 603 TVEDBG("tve->saturation = 0x%x\n", tve->saturation); in tve_parse_dt_legacy()
|
| H A D | rockchip_display.h | 188 int saturation; member
|
| H A D | rockchip_vop2.c | 2062 bcsh_state->saturation * bcsh_state->contrast / 0x100, false); in vop2_bcsh_reg_update() 2080 int brightness, contrast, saturation, hue, sin_hue, cos_hue; in vop2_tv_config_update() local 2090 bcsh_info->saturation != 50 || bcsh_info->hue != 50) in vop2_tv_config_update() 2116 saturation = interpolate(0, 0, 100, 511, bcsh_info->saturation); in vop2_tv_config_update() 2133 bcsh_state.saturation = saturation; in vop2_tv_config_update() 2356 bcsh_info->saturation == 50 && bcsh_info->hue == 50) { in vop3_get_csc_info_from_bcsh() 2360 csc_info->saturation = 256; in vop3_get_csc_info_from_bcsh() 2366 csc_info->saturation = bcsh_info->saturation * 511 / 100; in vop3_get_csc_info_from_bcsh()
|
| H A D | rockchip_display.c | 2707 FDT_SET_U32("bcsh,saturation", s->conn_state.disp_info->bcsh_info.saturation); in rockchip_display_fixup() 2714 s->conn_state.disp_info->csc_info.saturation); in rockchip_display_fixup()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | edid.h | 815 unsigned short saturation; member 887 u16 saturation; member
|