Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/amdgpu/
H A 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()
H A 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()
H A Dsoc15.c644 AMD_CG_SUPPORT_BIF_MGCG | in soc15_common_early_init()
670 AMD_CG_SUPPORT_BIF_MGCG | in soc15_common_early_init()
692 AMD_CG_SUPPORT_BIF_MGCG | in soc15_common_early_init()
711 AMD_CG_SUPPORT_BIF_MGCG | in soc15_common_early_init()
H A Dvi.c1043 AMD_CG_SUPPORT_BIF_MGCG | in vi_common_early_init()
1066 AMD_CG_SUPPORT_BIF_MGCG | in vi_common_early_init()
1089 AMD_CG_SUPPORT_BIF_MGCG | in vi_common_early_init()
1437 if (adev->cg_flags & AMD_CG_SUPPORT_BIF_MGCG) { in vi_common_set_clockgating_state_by_smu()
H A Damdgpu_pm.c56 {AMD_CG_SUPPORT_BIF_MGCG, "Bus Interface Medium Grain Clock Gating"},
/dragonfly/sys/dev/drm/amd/include/
H A Damd_shared.h90 #define AMD_CG_SUPPORT_BIF_MGCG (1 << 19) macro