Home
last modified time | relevance | path

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

/Linux-v6.1/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_7.c257 if (enable && !(adev->cg_flags & AMD_CG_SUPPORT_BIF_MGCG)) in nbio_v7_7_update_medium_grain_clock_gating()
319 *flags |= AMD_CG_SUPPORT_BIF_MGCG; in nbio_v7_7_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_v7_2.c240 if (enable && (adev->cg_flags & AMD_CG_SUPPORT_BIF_MGCG)) { in nbio_v7_2_update_medium_grain_clock_gating()
316 *flags |= AMD_CG_SUPPORT_BIF_MGCG; in nbio_v7_2_get_clockgating_state()
Dnbio_v4_3.c243 if (enable && !(adev->cg_flags & AMD_CG_SUPPORT_BIF_MGCG)) in nbio_v4_3_update_medium_grain_clock_gating()
295 *flags |= AMD_CG_SUPPORT_BIF_MGCG; in nbio_v4_3_get_clockgating_state()
Dnbio_v2_3.c233 if (!(adev->cg_flags & AMD_CG_SUPPORT_BIF_MGCG)) in nbio_v2_3_update_medium_grain_clock_gating()
288 *flags |= AMD_CG_SUPPORT_BIF_MGCG; in nbio_v2_3_get_clockgating_state()
Dsoc15.c967 AMD_CG_SUPPORT_BIF_MGCG | in soc15_common_early_init()
994 AMD_CG_SUPPORT_BIF_MGCG | in soc15_common_early_init()
1017 AMD_CG_SUPPORT_BIF_MGCG | in soc15_common_early_init()
1089 AMD_CG_SUPPORT_BIF_MGCG | in soc15_common_early_init()
Dvi.c1569 AMD_CG_SUPPORT_BIF_MGCG | in vi_common_early_init()
1592 AMD_CG_SUPPORT_BIF_MGCG | in vi_common_early_init()
1615 AMD_CG_SUPPORT_BIF_MGCG | in vi_common_early_init()
1959 if (adev->cg_flags & AMD_CG_SUPPORT_BIF_MGCG) { in vi_common_set_clockgating_state_by_smu()
Dnv.c725 AMD_CG_SUPPORT_BIF_MGCG | in nv_common_early_init()
747 AMD_CG_SUPPORT_BIF_MGCG | in nv_common_early_init()
Dnbio_v7_4.c283 *flags |= AMD_CG_SUPPORT_BIF_MGCG; in nbio_v7_4_get_clockgating_state()
Dsoc21.c627 AMD_CG_SUPPORT_BIF_MGCG | in soc21_common_early_init()
/Linux-v6.1/drivers/gpu/drm/amd/include/
Damd_shared.h138 #define AMD_CG_SUPPORT_BIF_MGCG (1ULL << 19) macro
/Linux-v6.1/drivers/gpu/drm/amd/pm/
Damdgpu_pm.c54 {AMD_CG_SUPPORT_BIF_MGCG, "Bus Interface Medium Grain Clock Gating"},