Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn10/
A Ddcn10_dpp_cm.c352 bool is_ram_a) in dpp1_cm_configure_regamma_lut() argument
359 CM_RGAM_LUT_WRITE_SEL, is_ram_a == true ? 0:1); in dpp1_cm_configure_regamma_lut()
661 bool is_ram_a) in dpp1_program_degamma_lut() argument
670 is_ram_a == true ? 0:1); in dpp1_program_degamma_lut()
690 bool is_ram_a = true; in dpp1_set_degamma_pwl() local
694 dpp1_degamma_ram_inuse(dpp_base, &is_ram_a); in dpp1_set_degamma_pwl()
695 if (is_ram_a == true) in dpp1_set_degamma_pwl()
701 params->hw_points_num, !is_ram_a); in dpp1_set_degamma_pwl()
702 dpp1_degamma_ram_select(dpp_base, !is_ram_a); in dpp1_set_degamma_pwl()
A Ddcn10_dpp.h1419 bool is_ram_a);
1465 bool is_ram_a);
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn20/
A 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()
323 bool is_ram_a) in dpp20_configure_blnd_lut() argument
330 CM_BLNDGAM_LUT_WRITE_SEL, is_ram_a == true ? 0:1); in dpp20_configure_blnd_lut()
562 bool is_ram_a) in dpp20_configure_shaper_lut() argument
[all …]
A 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.3-rc2/drivers/gpu/drm/amd/display/dc/dcn30/
A Ddcn30_dpp_cm.c84 bool is_ram_a) in dpp3_program_gammcor_lut() argument
206 bool is_ram_a) in dpp3_configure_gamcor_lut() argument
213 CM_GAMCOR_LUT_HOST_SEL, is_ram_a == true ? 0:1); in dpp3_configure_gamcor_lut()
A 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()
A Ddcn30_dpp.c586 bool is_ram_a) in dpp3_configure_blnd_lut() argument
592 CM_BLNDGAM_LUT_HOST_SEL, is_ram_a == true ? 0 : 1); in dpp3_configure_blnd_lut()
843 bool is_ram_a) in dpp3_configure_shaper_lut() argument
850 CM_SHAPER_LUT_WRITE_SEL, is_ram_a == true ? 0:1); in dpp3_configure_shaper_lut()
A Ddcn30_mpc.c162 bool is_ram_a) in mpc3_configure_ogam_lut() argument
168 MPCC_OGAM_LUT_HOST_SEL, is_ram_a == true ? 0:1); in mpc3_configure_ogam_lut()
464 bool is_ram_a, in mpc3_configure_shaper_lut() argument
472 MPC_RMU_SHAPER_LUT_WRITE_SEL, is_ram_a == true ? 0:1); in mpc3_configure_shaper_lut()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/inc/hw/
A Dtransform.h221 bool is_ram_a);
A Ddpp.h204 bool is_ram_a);
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn32/
A Ddcn32_mpc.c126 bool is_ram_a) in mpc32_configure_post1dlut() argument
133 MPCC_MCM_1DLUT_LUT_HOST_SEL, is_ram_a == true ? 0 : 1); in mpc32_configure_post1dlut()
326 bool is_ram_a, in mpc32_configure_shaper_lut() argument
334 MPCC_MCM_SHAPER_LUT_WRITE_SEL, is_ram_a == true ? 0:1); in mpc32_configure_shaper_lut()

Completed in 26 milliseconds