Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Dnbio_v7_0.c165 if (enable && (adev->cg_flags & AMD_CG_SUPPORT_BIF_MGCG)) in nbio_v7_0_update_medium_grain_clock_gating()
176 if (enable && (adev->cg_flags & AMD_CG_SUPPORT_BIF_MGCG)) in nbio_v7_0_update_medium_grain_clock_gating()
187 if (enable && (adev->cg_flags & AMD_CG_SUPPORT_BIF_MGCG)) in nbio_v7_0_update_medium_grain_clock_gating()
224 *flags |= AMD_CG_SUPPORT_BIF_MGCG; in nbio_v7_0_get_clockgating_state()
Dnbio_v2_3.c193 if (enable && (adev->cg_flags & AMD_CG_SUPPORT_BIF_MGCG)) { in nbio_v2_3_update_medium_grain_clock_gating()
241 *flags |= AMD_CG_SUPPORT_BIF_MGCG; in nbio_v2_3_get_clockgating_state()
Dnbio_v6_1.c151 if (enable && (adev->cg_flags & AMD_CG_SUPPORT_BIF_MGCG)) { in nbio_v6_1_update_medium_grain_clock_gating()
201 *flags |= AMD_CG_SUPPORT_BIF_MGCG; in nbio_v6_1_get_clockgating_state()
Dsoc15.c1014 AMD_CG_SUPPORT_BIF_MGCG | in soc15_common_early_init()
1041 AMD_CG_SUPPORT_BIF_MGCG | in soc15_common_early_init()
1064 AMD_CG_SUPPORT_BIF_MGCG | in soc15_common_early_init()
1132 AMD_CG_SUPPORT_BIF_MGCG | in soc15_common_early_init()
Dvi.c1128 AMD_CG_SUPPORT_BIF_MGCG | in vi_common_early_init()
1151 AMD_CG_SUPPORT_BIF_MGCG | in vi_common_early_init()
1174 AMD_CG_SUPPORT_BIF_MGCG | in vi_common_early_init()
1522 if (adev->cg_flags & AMD_CG_SUPPORT_BIF_MGCG) { in vi_common_set_clockgating_state_by_smu()
Dnbio_v7_4.c225 *flags |= AMD_CG_SUPPORT_BIF_MGCG; in nbio_v7_4_get_clockgating_state()
Dnv.c618 AMD_CG_SUPPORT_BIF_MGCG | in nv_common_early_init()
638 AMD_CG_SUPPORT_BIF_MGCG | in nv_common_early_init()
Damdgpu_pm.c60 {AMD_CG_SUPPORT_BIF_MGCG, "Bus Interface Medium Grain Clock Gating"},
/Linux-v5.4/drivers/gpu/drm/amd/include/
Damd_shared.h91 #define AMD_CG_SUPPORT_BIF_MGCG (1 << 19) macro