Searched refs:is_ram_a (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_dpp_cm.c | 352 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()
|
D | dcn10_dpp.h | 1419 bool is_ram_a); 1465 bool is_ram_a);
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_dpp_cm.c | 89 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 …]
|
D | dcn20_mpc.c | 285 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.1.9/drivers/gpu/drm/amd/display/dc/dcn30/ |
D | dcn30_dpp_cm.c | 84 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()
|
D | dcn30_dwb_cm.c | 177 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()
|
D | dcn30_dpp.c | 586 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()
|
D | dcn30_mpc.c | 162 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.1.9/drivers/gpu/drm/amd/display/dc/inc/hw/ |
D | dpp.h | 199 bool is_ram_a);
|
D | transform.h | 221 bool is_ram_a);
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn32/ |
D | dcn32_mpc.c | 126 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()
|