Home
last modified time | relevance | path

Searched refs:green_reg (Results 1 – 14 of 14) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_cm_common.c272 rgb->green_reg = dc_fixpt_clamp_u0d14(rgb->green); in cm3_helper_translate_curve_to_hw_format()
579 &rgb->green_reg)) { in cm3_helper_convert_to_custom_float()
603 if (rgb[i].red_reg != rgb[i].green_reg || in is_rgb_equal()
605 rgb[i].blue_reg != rgb[i].green_reg) { in is_rgb_equal()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/inc/hw/
Dhw_shared.h86 uint32_t green_reg; member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dwb/dcn30/
Ddcn30_dwb_cm.c193 uint32_t last_base_value_green = rgb[num-1].green_reg + rgb[num-1].delta_green_reg; in dwb3_program_ogam_pwl()
218 REG_SET(DWB_OGAM_LUT_DATA, 0, DWB_OGAM_LUT_DATA, rgb[i].green_reg); in dwb3_program_ogam_pwl()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dpp/dcn30/
Ddcn30_dpp_cm.c86 uint32_t last_base_value_green = rgb[num-1].green_reg + rgb[num-1].delta_green_reg; in dpp3_program_gammcor_lut()
111 REG_SET(CM_GAMCOR_LUT_DATA, 0, CM_GAMCOR_LUT_DATA, rgb[i].green_reg); in dpp3_program_gammcor_lut()
Ddcn30_dpp.c641 uint32_t last_base_value_green = rgb[num-1].green_reg + rgb[num-1].delta_green_reg; in dpp3_program_blnd_pwl()
658 REG_SET(CM_BLNDGAM_LUT_DATA, 0, CM_BLNDGAM_LUT_DATA, rgb[i].green_reg); in dpp3_program_blnd_pwl()
836 green = rgb[i].green_reg; in dpp3_program_shaper_lut()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dpp/dcn20/
Ddcn20_dpp_cm.c102 REG_SET(CM_DGAM_LUT_DATA, 0, CM_DGAM_LUT_DATA, rgb[i].green_reg); in dpp2_program_degamma_lut()
399 REG_SET(CM_BLNDGAM_LUT_DATA, 0, CM_BLNDGAM_LUT_DATA, rgb[i].green_reg); in dpp20_program_blnd_pwl()
571 green = rgb[i].green_reg; in dpp20_program_shaper_lut()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/mpc/dcn32/
Ddcn32_mpc.c234 uint32_t last_base_value_green = rgb[num-1].green_reg + rgb[num-1].delta_green_reg; in mpc32_program_post1dlut_pwl()
251 REG_SET(MPCC_MCM_1DLUT_LUT_DATA[mpcc_id], 0, MPCC_MCM_1DLUT_LUT_DATA, rgb[i].green_reg); in mpc32_program_post1dlut_pwl()
660 green = rgb[i].green_reg; in mpc32_program_shaper_lut()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_cm_common.c289 &rgb->green_reg)) { in cm_helper_convert_to_custom_float()
526 rgb->green_reg = dc_fixpt_clamp_u0d14(rgb->green); in cm_helper_translate_curve_to_hw_format()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_opp_regamma_v.c477 dm_write_reg(xfm_dce->base.ctx, addr, rgb->green_reg); in program_pwl()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dpp/dcn10/
Ddcn10_dpp_cm.c407 REG_SET(CM_RGAM_LUT_DATA, 0, CM_RGAM_LUT_DATA, rgb[i].green_reg); in dpp1_cm_program_regamma_lut()
741 REG_SET(CM_DGAM_LUT_DATA, 0, CM_DGAM_LUT_DATA, rgb[i].green_reg); in dpp1_program_degamma_lut()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/mpc/dcn20/
Ddcn20_mpc.c389 REG_SET(MPCC_OGAM_LUT_DATA[mpcc_id], 0, MPCC_OGAM_LUT_DATA, rgb[i].green_reg); in mpc20_program_ogam_pwl()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/mpc/dcn30/
Ddcn30_mpc.c310 REG_SET(MPCC_OGAM_LUT_DATA[mpcc_id], 0, MPCC_OGAM_LUT_DATA, rgb[i].green_reg); in mpc3_program_ogam_pwl()
785 green = rgb[i].green_reg; in mpc3_program_shaper_lut()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dce/
Ddce_transform.c1461 REG_WRITE(REGAMMA_LUT_DATA, rgb->green_reg); in program_pwl()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dce110/
Ddce110_hwseq.c392 &rgb->green_reg)) { in convert_to_custom_float()