Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_nbio_v7_0.c170 if (enable && (adev->cg_flags & AMD_CG_SUPPORT_BIF_MGCG)) in nbio_v7_0_update_medium_grain_clock_gating()
181 if (enable && (adev->cg_flags & AMD_CG_SUPPORT_BIF_MGCG)) in nbio_v7_0_update_medium_grain_clock_gating()
192 if (enable && (adev->cg_flags & AMD_CG_SUPPORT_BIF_MGCG)) in nbio_v7_0_update_medium_grain_clock_gating()
229 *flags |= AMD_CG_SUPPORT_BIF_MGCG; in nbio_v7_0_get_clockgating_state()
H A Damdgpu_nbio_v6_1.c156 if (enable && (adev->cg_flags & AMD_CG_SUPPORT_BIF_MGCG)) { in nbio_v6_1_update_medium_grain_clock_gating()
206 *flags |= AMD_CG_SUPPORT_BIF_MGCG; in nbio_v6_1_get_clockgating_state()
H A Damdgpu_nbio_v2_3.c207 if (enable && (adev->cg_flags & AMD_CG_SUPPORT_BIF_MGCG)) { in nbio_v2_3_update_medium_grain_clock_gating()
255 *flags |= AMD_CG_SUPPORT_BIF_MGCG; in nbio_v2_3_get_clockgating_state()
H A Damdgpu_vi.c1196 AMD_CG_SUPPORT_BIF_MGCG | in vi_common_early_init()
1219 AMD_CG_SUPPORT_BIF_MGCG | in vi_common_early_init()
1242 AMD_CG_SUPPORT_BIF_MGCG | in vi_common_early_init()
1590 if (adev->cg_flags & AMD_CG_SUPPORT_BIF_MGCG) { in vi_common_set_clockgating_state_by_smu()
H A Damdgpu_soc15.c1051 AMD_CG_SUPPORT_BIF_MGCG | in soc15_common_early_init()
1078 AMD_CG_SUPPORT_BIF_MGCG | in soc15_common_early_init()
1101 AMD_CG_SUPPORT_BIF_MGCG | in soc15_common_early_init()
1169 AMD_CG_SUPPORT_BIF_MGCG | in soc15_common_early_init()
H A Damdgpu_nv.c686 AMD_CG_SUPPORT_BIF_MGCG | in nv_common_early_init()
708 AMD_CG_SUPPORT_BIF_MGCG | in nv_common_early_init()
H A Damdgpu_nbio_v7_4.c235 *flags |= AMD_CG_SUPPORT_BIF_MGCG; in nbio_v7_4_get_clockgating_state()
H A Damdgpu_pm.c67 {AMD_CG_SUPPORT_BIF_MGCG, "Bus Interface Medium Grain Clock Gating"},
/netbsd/sys/external/bsd/drm2/dist/drm/amd/include/
H A Damd_shared.h94 #define AMD_CG_SUPPORT_BIF_MGCG (1 << 19) macro