Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_dpp_cm.c454 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); 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()
547 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); in dpp20_program_shaper()
[all …]
Ddcn20_mpc.c309 mode = LUT_RAM_A; in mpc20_get_ogam_current()
424 next_mode == LUT_RAM_A ? 1:2); in apply_DEDCN20_305_wa()
447 if (current_mode == LUT_BYPASS || current_mode == LUT_RAM_A) in mpc2_set_output_gamma()
450 next_mode = LUT_RAM_A; in mpc2_set_output_gamma()
453 mpc20_configure_ogam_lut(mpc, mpcc_id, next_mode == LUT_RAM_A); in mpc2_set_output_gamma()
455 if (next_mode == LUT_RAM_A) in mpc2_set_output_gamma()
466 next_mode == LUT_RAM_A ? 1:2); in mpc2_set_output_gamma()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_mpc.c112 mode = LUT_RAM_A; in mpc32_get_post1dlut_current()
275 next_mode = LUT_RAM_A; in mpc32_program_post1dlut()
280 mpc32_configure_post1dlut(mpc, mpcc_id, next_mode == LUT_RAM_A); in mpc32_program_post1dlut()
282 if (next_mode == LUT_RAM_A) in mpc32_program_post1dlut()
292 MPCC_MCM_1DLUT_SELECT, next_mode == LUT_RAM_A ? 0 : 1); in mpc32_program_post1dlut()
310 mode = LUT_RAM_A; in mpc32_get_shaper_current()
724 if (current_mode == LUT_BYPASS || current_mode == LUT_RAM_A) in mpc32_program_shaper()
727 next_mode = LUT_RAM_A; in mpc32_program_shaper()
729 mpc32_configure_shaper_lut(mpc, next_mode == LUT_RAM_A, mpcc_id); in mpc32_program_shaper()
731 if (next_mode == LUT_RAM_A) in mpc32_program_shaper()
[all …]
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_dwb_cm.c161 mode = LUT_RAM_A; in dwb3_get_ogam_current()
249 if (current_mode == LUT_BYPASS || current_mode == LUT_RAM_A) in dwb3_program_ogam_lut()
252 next_mode = LUT_RAM_A; in dwb3_program_ogam_lut()
254 dwb3_configure_ogam_lut(dwbc30, next_mode == LUT_RAM_A); in dwb3_program_ogam_lut()
256 if (next_mode == LUT_RAM_A) in dwb3_program_ogam_lut()
264 REG_UPDATE(DWB_OGAM_CONTROL, DWB_OGAM_SELECT, next_mode == LUT_RAM_A ? 0 : 1); in dwb3_program_ogam_lut()
Ddcn30_mpc.c122 mode = LUT_RAM_A; in mpc3_get_ogam_current()
353 next_mode = LUT_RAM_A; in mpc3_set_output_gamma()
354 else if (current_mode == LUT_RAM_A) in mpc3_set_output_gamma()
357 next_mode = LUT_RAM_A; in mpc3_set_output_gamma()
360 mpc3_configure_ogam_lut(mpc, mpcc_id, next_mode == LUT_RAM_A); in mpc3_set_output_gamma()
362 if (next_mode == LUT_RAM_A) in mpc3_set_output_gamma()
372 MPCC_OGAM_SELECT, next_mode == LUT_RAM_A ? 0:1); in mpc3_set_output_gamma()
449 mode = LUT_RAM_A; in mpc3_get_shaper_current()
872 if (current_mode == LUT_BYPASS || current_mode == LUT_RAM_A) in mpc3_program_shaper()
875 next_mode = LUT_RAM_A; in mpc3_program_shaper()
[all …]
Ddcn30_dpp_cm.c72 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); in dpp3_program_gamcor_lut()
299 next_mode == LUT_RAM_A); 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_dpp.c732 mode = LUT_RAM_A; in dpp3_get_blndgam_current()
760 next_mode = LUT_RAM_A; in dpp3_program_blnd_lut()
765 dpp3_configure_blnd_lut(dpp_base, next_mode == LUT_RAM_A); in dpp3_program_blnd_lut()
767 if (next_mode == LUT_RAM_A) in dpp3_program_blnd_lut()
777 CM_BLNDGAM_SELECT, next_mode == LUT_RAM_A ? 0 : 1); in dpp3_program_blnd_lut()
828 mode = LUT_RAM_A; in dpp3_get_shaper_current()
1177 if (current_mode == LUT_BYPASS || current_mode == LUT_RAM_A) in dpp3_program_shaper()
1180 next_mode = LUT_RAM_A; in dpp3_program_shaper()
1182 dpp3_configure_shaper_lut(dpp_base, next_mode == LUT_RAM_A); in dpp3_program_shaper()
1184 if (next_mode == LUT_RAM_A) in dpp3_program_shaper()
[all …]
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/inc/hw/
Dhw_shared.h267 LUT_RAM_A, enumerator