Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Dnbio_v7_0.c156 if (enable && (adev->cg_flags & AMD_CG_SUPPORT_BIF_MGCG)) in nbio_v7_0_update_medium_grain_clock_gating()
167 if (enable && (adev->cg_flags & AMD_CG_SUPPORT_BIF_MGCG)) in nbio_v7_0_update_medium_grain_clock_gating()
178 if (enable && (adev->cg_flags & AMD_CG_SUPPORT_BIF_MGCG)) in nbio_v7_0_update_medium_grain_clock_gating()
215 *flags |= AMD_CG_SUPPORT_BIF_MGCG; in nbio_v7_0_get_clockgating_state()
Dnbio_v7_2.c228 if (enable && (adev->cg_flags & AMD_CG_SUPPORT_BIF_MGCG)) { in nbio_v7_2_update_medium_grain_clock_gating()
299 *flags |= AMD_CG_SUPPORT_BIF_MGCG; in nbio_v7_2_get_clockgating_state()
Dnbio_v6_1.c170 if (enable && (adev->cg_flags & AMD_CG_SUPPORT_BIF_MGCG)) { in nbio_v6_1_update_medium_grain_clock_gating()
220 *flags |= AMD_CG_SUPPORT_BIF_MGCG; in nbio_v6_1_get_clockgating_state()
Dnbio_v2_3.c223 if (!(adev->cg_flags & AMD_CG_SUPPORT_BIF_MGCG)) in nbio_v2_3_update_medium_grain_clock_gating()
278 *flags |= AMD_CG_SUPPORT_BIF_MGCG; in nbio_v2_3_get_clockgating_state()
Dsoc15.c1169 AMD_CG_SUPPORT_BIF_MGCG | in soc15_common_early_init()
1196 AMD_CG_SUPPORT_BIF_MGCG | in soc15_common_early_init()
1219 AMD_CG_SUPPORT_BIF_MGCG | in soc15_common_early_init()
1287 AMD_CG_SUPPORT_BIF_MGCG | in soc15_common_early_init()
Dvi.c1550 AMD_CG_SUPPORT_BIF_MGCG | in vi_common_early_init()
1573 AMD_CG_SUPPORT_BIF_MGCG | in vi_common_early_init()
1596 AMD_CG_SUPPORT_BIF_MGCG | in vi_common_early_init()
1940 if (adev->cg_flags & AMD_CG_SUPPORT_BIF_MGCG) { in vi_common_set_clockgating_state_by_smu()
Dnv.c1074 AMD_CG_SUPPORT_BIF_MGCG | in nv_common_early_init()
1096 AMD_CG_SUPPORT_BIF_MGCG | in nv_common_early_init()
Dnbio_v7_4.c280 *flags |= AMD_CG_SUPPORT_BIF_MGCG; in nbio_v7_4_get_clockgating_state()
/Linux-v5.15/drivers/gpu/drm/amd/include/
Damd_shared.h136 #define AMD_CG_SUPPORT_BIF_MGCG (1 << 19) macro
/Linux-v5.15/drivers/gpu/drm/amd/pm/
Damdgpu_pm.c55 {AMD_CG_SUPPORT_BIF_MGCG, "Bus Interface Medium Grain Clock Gating"},