Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A 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()
H A Dnbio_v7_7.c263 if (enable && !(adev->cg_flags & AMD_CG_SUPPORT_BIF_MGCG)) in nbio_v7_7_update_medium_grain_clock_gating()
325 *flags |= AMD_CG_SUPPORT_BIF_MGCG; in nbio_v7_7_get_clockgating_state()
H A 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()
H A 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()
H A Dnbio_v2_3.c234 if (!(adev->cg_flags & AMD_CG_SUPPORT_BIF_MGCG)) in nbio_v2_3_update_medium_grain_clock_gating()
289 *flags |= AMD_CG_SUPPORT_BIF_MGCG; in nbio_v2_3_get_clockgating_state()
H A Dsoc15.c973 AMD_CG_SUPPORT_BIF_MGCG | in soc15_common_early_init()
1000 AMD_CG_SUPPORT_BIF_MGCG | in soc15_common_early_init()
1023 AMD_CG_SUPPORT_BIF_MGCG | in soc15_common_early_init()
1095 AMD_CG_SUPPORT_BIF_MGCG | in soc15_common_early_init()
H A Dnbio_v4_3.c244 if (enable && !(adev->cg_flags & AMD_CG_SUPPORT_BIF_MGCG)) in nbio_v4_3_update_medium_grain_clock_gating()
296 *flags |= AMD_CG_SUPPORT_BIF_MGCG; in nbio_v4_3_get_clockgating_state()
H A Dvi.c1537 AMD_CG_SUPPORT_BIF_MGCG | in vi_common_early_init()
1560 AMD_CG_SUPPORT_BIF_MGCG | in vi_common_early_init()
1583 AMD_CG_SUPPORT_BIF_MGCG | in vi_common_early_init()
1925 if (adev->cg_flags & AMD_CG_SUPPORT_BIF_MGCG) { in vi_common_set_clockgating_state_by_smu()
H A Dsoc21.c637 AMD_CG_SUPPORT_BIF_MGCG | in soc21_common_early_init()
678 AMD_CG_SUPPORT_BIF_MGCG | in soc21_common_early_init()
H A Dnv.c687 AMD_CG_SUPPORT_BIF_MGCG | in nv_common_early_init()
709 AMD_CG_SUPPORT_BIF_MGCG | in nv_common_early_init()
H A Dnbio_v7_4.c283 *flags |= AMD_CG_SUPPORT_BIF_MGCG; in nbio_v7_4_get_clockgating_state()
/openbmc/linux/drivers/gpu/drm/amd/include/
H A Damd_shared.h138 #define AMD_CG_SUPPORT_BIF_MGCG (1ULL << 19) macro
/openbmc/linux/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c3573 {AMD_CG_SUPPORT_BIF_MGCG, "Bus Interface Medium Grain Clock Gating"},