Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_dpp_cm.c455 mode = LUT_RAM_A; in dpp20_get_blndgam_current()
479 if (current_mode == LUT_BYPASS || current_mode == LUT_RAM_A) in dpp20_program_blnd_lut()
482 next_mode = LUT_RAM_A; in dpp20_program_blnd_lut()
485 dpp20_configure_blnd_lut(dpp_base, next_mode == LUT_RAM_A ? true:false); in dpp20_program_blnd_lut()
487 if (next_mode == LUT_RAM_A) in dpp20_program_blnd_lut()
496 next_mode == LUT_RAM_A ? 1:2); in dpp20_program_blnd_lut()
548 mode = LUT_RAM_A; in dpp20_get_shaper_current()
891 if (current_mode == LUT_BYPASS || current_mode == LUT_RAM_A) in dpp20_program_shaper()
894 next_mode = LUT_RAM_A; in dpp20_program_shaper()
896 dpp20_configure_shaper_lut(dpp_base, next_mode == LUT_RAM_A ? true:false); in dpp20_program_shaper()
[all …]
Ddcn20_mpc.c311 mode = LUT_RAM_A; in mpc20_get_ogam_current()
426 next_mode == LUT_RAM_A ? 1:2); in apply_DEDCN20_305_wa()
449 if (current_mode == LUT_BYPASS || current_mode == LUT_RAM_A) in mpc2_set_output_gamma()
452 next_mode = LUT_RAM_A; in mpc2_set_output_gamma()
455 mpc20_configure_ogam_lut(mpc, mpcc_id, next_mode == LUT_RAM_A); in mpc2_set_output_gamma()
457 if (next_mode == LUT_RAM_A) in mpc2_set_output_gamma()
468 next_mode == LUT_RAM_A ? 1:2); in mpc2_set_output_gamma()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_dwb_cm.c159 mode = LUT_RAM_A; in dwb3_get_ogam_current()
215 if (current_mode == LUT_BYPASS || current_mode == LUT_RAM_A) in dwb3_program_ogam_lut()
218 next_mode = LUT_RAM_A; in dwb3_program_ogam_lut()
220 dwb3_configure_ogam_lut(dwbc30, next_mode == LUT_RAM_A ? true : false); in dwb3_program_ogam_lut()
222 if (next_mode == LUT_RAM_A) in dwb3_program_ogam_lut()
231 REG_SET(DWB_OGAM_CONTROL, 0, DWB_OGAM_SELECT, next_mode == LUT_RAM_A ? 0 : 1); in dwb3_program_ogam_lut()
Ddcn30_dpp_cm.c75 mode = LUT_RAM_A; in dpp30_get_gamcor_current()
238 if (current_mode == LUT_BYPASS || current_mode == LUT_RAM_A) in dpp3_program_gamcor_lut()
241 next_mode = LUT_RAM_A; in dpp3_program_gamcor_lut()
244 dpp3_configure_gamcor_lut(dpp_base, next_mode == LUT_RAM_A ? true:false); in dpp3_program_gamcor_lut()
299 next_mode == LUT_RAM_A ? true:false); in dpp3_program_gamcor_lut()
302 REG_UPDATE(CM_GAMCOR_CONTROL, CM_GAMCOR_SELECT, next_mode == LUT_RAM_A ? 0:1); in dpp3_program_gamcor_lut()
Ddcn30_mpc.c123 mode = LUT_RAM_A; in mpc3_get_ogam_current()
343 next_mode = LUT_RAM_A; in mpc3_set_output_gamma()
344 else if (current_mode == LUT_RAM_A) in mpc3_set_output_gamma()
347 next_mode = LUT_RAM_A; in mpc3_set_output_gamma()
350 mpc3_configure_ogam_lut(mpc, mpcc_id, next_mode == LUT_RAM_A ? true:false); in mpc3_set_output_gamma()
352 if (next_mode == LUT_RAM_A) in mpc3_set_output_gamma()
362 MPCC_OGAM_SELECT, next_mode == LUT_RAM_A ? 0:1); in mpc3_set_output_gamma()
437 mode = LUT_RAM_A; in mpc3_get_shaper_current()
843 if (current_mode == LUT_BYPASS || current_mode == LUT_RAM_A) in mpc3_program_shaper()
846 next_mode = LUT_RAM_A; in mpc3_program_shaper()
[all …]
Ddcn30_dpp.c658 mode = LUT_RAM_A; in dpp3_get_blndgam_current()
683 next_mode = LUT_RAM_A; in dpp3_program_blnd_lut()
688 dpp3_configure_blnd_lut(dpp_base, next_mode == LUT_RAM_A ? true:false); in dpp3_program_blnd_lut()
690 if (next_mode == LUT_RAM_A) in dpp3_program_blnd_lut()
700 CM_BLNDGAM_SELECT, next_mode == LUT_RAM_A ? 0 : 1); in dpp3_program_blnd_lut()
752 mode = LUT_RAM_A; in dpp3_get_shaper_current()
1095 if (current_mode == LUT_BYPASS || current_mode == LUT_RAM_A) in dpp3_program_shaper()
1098 next_mode = LUT_RAM_A; in dpp3_program_shaper()
1100 dpp3_configure_shaper_lut(dpp_base, next_mode == LUT_RAM_A ? true:false); in dpp3_program_shaper()
1102 if (next_mode == LUT_RAM_A) in dpp3_program_shaper()
[all …]
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/inc/hw/
Dhw_shared.h266 LUT_RAM_A, enumerator