Home
last modified time | relevance | path

Searched refs:is_ram_a (Results 1 – 12 of 12) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dpp/dcn10/
Ddcn10_dpp_cm.c421 bool is_ram_a) in dpp1_cm_configure_regamma_lut() argument
428 CM_RGAM_LUT_WRITE_SEL, is_ram_a == true ? 0:1); in dpp1_cm_configure_regamma_lut()
727 bool is_ram_a) in dpp1_program_degamma_lut() argument
736 is_ram_a == true ? 0:1); in dpp1_program_degamma_lut()
756 bool is_ram_a = true; in dpp1_set_degamma_pwl() local
760 dpp1_degamma_ram_inuse(dpp_base, &is_ram_a); in dpp1_set_degamma_pwl()
761 if (is_ram_a == true) in dpp1_set_degamma_pwl()
767 params->hw_points_num, !is_ram_a); in dpp1_set_degamma_pwl()
768 dpp1_degamma_ram_select(dpp_base, !is_ram_a); in dpp1_set_degamma_pwl()
Ddcn10_dpp.h1424 bool is_ram_a);
1470 bool is_ram_a);
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dpp/dcn20/
Ddcn20_dpp_cm.c89 bool is_ram_a) in dpp2_program_degamma_lut() argument
97 is_ram_a == true ? 0:1); in dpp2_program_degamma_lut()
120 bool is_ram_a = true; in dpp2_set_degamma_pwl() local
124 dpp2_degamma_ram_inuse(dpp_base, &is_ram_a); in dpp2_set_degamma_pwl()
125 if (is_ram_a == true) in dpp2_set_degamma_pwl()
130 dpp2_program_degamma_lut(dpp_base, params->rgb_resulted, params->hw_points_num, !is_ram_a); in dpp2_set_degamma_pwl()
131 dpp1_degamma_ram_select(dpp_base, !is_ram_a); in dpp2_set_degamma_pwl()
378 bool is_ram_a) in dpp20_configure_blnd_lut() argument
385 CM_BLNDGAM_LUT_WRITE_SEL, is_ram_a == true ? 0:1); in dpp20_configure_blnd_lut()
617 bool is_ram_a) in dpp20_configure_shaper_lut() argument
[all …]
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dpp/dcn30/
Ddcn30_dpp_cm.c81 bool is_ram_a) in dpp3_program_gammcor_lut() argument
203 bool is_ram_a) in dpp3_configure_gamcor_lut() argument
210 CM_GAMCOR_LUT_HOST_SEL, is_ram_a == true ? 0:1); in dpp3_configure_gamcor_lut()
Ddcn30_dpp.c622 bool is_ram_a) in dpp3_configure_blnd_lut() argument
628 CM_BLNDGAM_LUT_HOST_SEL, is_ram_a == true ? 0 : 1); in dpp3_configure_blnd_lut()
882 bool is_ram_a) in dpp3_configure_shaper_lut() argument
889 CM_SHAPER_LUT_WRITE_SEL, is_ram_a == true ? 0:1); in dpp3_configure_shaper_lut()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dwb/dcn30/
Ddcn30_dwb_cm.c177 bool is_ram_a) in dwb3_configure_ogam_lut() argument
181 DWB_OGAM_LUT_HOST_SEL, (is_ram_a == true) ? 0 : 1); in dwb3_configure_ogam_lut()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/inc/hw/
Dtransform.h208 bool is_ram_a);
Ddpp.h262 bool is_ram_a);
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/mpc/dcn32/
Ddcn32_mpc.c128 bool is_ram_a) in mpc32_configure_post1dlut() argument
135 MPCC_MCM_1DLUT_LUT_HOST_SEL, is_ram_a == true ? 0 : 1); in mpc32_configure_post1dlut()
331 bool is_ram_a, in mpc32_configure_shaper_lut() argument
339 MPCC_MCM_SHAPER_LUT_WRITE_SEL, is_ram_a == true ? 0:1); in mpc32_configure_shaper_lut()
Ddcn32_mpc.h353 bool is_ram_a);
369 bool is_ram_a,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/mpc/dcn20/
Ddcn20_mpc.c285 bool is_ram_a) in mpc20_configure_ogam_lut() argument
291 MPCC_OGAM_LUT_RAM_SEL, is_ram_a == true ? 0:1); in mpc20_configure_ogam_lut()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/mpc/dcn30/
Ddcn30_mpc.c173 bool is_ram_a) in mpc3_configure_ogam_lut() argument
179 MPCC_OGAM_LUT_HOST_SEL, is_ram_a == true ? 0:1); in mpc3_configure_ogam_lut()
458 bool is_ram_a, in mpc3_configure_shaper_lut() argument
466 MPC_RMU_SHAPER_LUT_WRITE_SEL, is_ram_a == true ? 0:1); in mpc3_configure_shaper_lut()