Home
last modified time | relevance | path

Searched refs:AMD_CG_SUPPORT_BIF_MGCG (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Dnbio_v7_0.c155 if (enable && (adev->cg_flags & AMD_CG_SUPPORT_BIF_MGCG)) in nbio_v7_0_update_medium_grain_clock_gating()
166 if (enable && (adev->cg_flags & AMD_CG_SUPPORT_BIF_MGCG)) in nbio_v7_0_update_medium_grain_clock_gating()
177 if (enable && (adev->cg_flags & AMD_CG_SUPPORT_BIF_MGCG)) in nbio_v7_0_update_medium_grain_clock_gating()
214 *flags |= AMD_CG_SUPPORT_BIF_MGCG; in nbio_v7_0_get_clockgating_state()
Dnbio_v6_1.c153 if (enable && (adev->cg_flags & AMD_CG_SUPPORT_BIF_MGCG)) { in nbio_v6_1_update_medium_grain_clock_gating()
203 *flags |= AMD_CG_SUPPORT_BIF_MGCG; in nbio_v6_1_get_clockgating_state()
Dsoc15.c637 AMD_CG_SUPPORT_BIF_MGCG | in soc15_common_early_init()
663 AMD_CG_SUPPORT_BIF_MGCG | in soc15_common_early_init()
685 AMD_CG_SUPPORT_BIF_MGCG | in soc15_common_early_init()
704 AMD_CG_SUPPORT_BIF_MGCG | in soc15_common_early_init()
Dvi.c1041 AMD_CG_SUPPORT_BIF_MGCG | in vi_common_early_init()
1064 AMD_CG_SUPPORT_BIF_MGCG | in vi_common_early_init()
1087 AMD_CG_SUPPORT_BIF_MGCG | in vi_common_early_init()
1435 if (adev->cg_flags & AMD_CG_SUPPORT_BIF_MGCG) { in vi_common_set_clockgating_state_by_smu()
Damdgpu_pm.c53 {AMD_CG_SUPPORT_BIF_MGCG, "Bus Interface Medium Grain Clock Gating"},
/Linux-v4.19/drivers/gpu/drm/amd/include/
Damd_shared.h90 #define AMD_CG_SUPPORT_BIF_MGCG (1 << 19) macro