Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A 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()
H A 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()
H A Dnbio_v2_3.c212 if (enable && (adev->cg_flags & AMD_CG_SUPPORT_BIF_MGCG)) { in nbio_v2_3_update_medium_grain_clock_gating()
260 *flags |= AMD_CG_SUPPORT_BIF_MGCG; in nbio_v2_3_get_clockgating_state()
H A Dsoc15.c1086 AMD_CG_SUPPORT_BIF_MGCG | in soc15_common_early_init()
1113 AMD_CG_SUPPORT_BIF_MGCG | in soc15_common_early_init()
1136 AMD_CG_SUPPORT_BIF_MGCG | in soc15_common_early_init()
1211 AMD_CG_SUPPORT_BIF_MGCG | in soc15_common_early_init()
H A Dvi.c1179 AMD_CG_SUPPORT_BIF_MGCG | in vi_common_early_init()
1202 AMD_CG_SUPPORT_BIF_MGCG | in vi_common_early_init()
1225 AMD_CG_SUPPORT_BIF_MGCG | in vi_common_early_init()
1569 if (adev->cg_flags & AMD_CG_SUPPORT_BIF_MGCG) { in vi_common_set_clockgating_state_by_smu()
H A Dnv.c738 AMD_CG_SUPPORT_BIF_MGCG | in nv_common_early_init()
760 AMD_CG_SUPPORT_BIF_MGCG | in nv_common_early_init()
H A Dnbio_v7_4.c230 *flags |= AMD_CG_SUPPORT_BIF_MGCG; in nbio_v7_4_get_clockgating_state()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/include/
H A Damd_shared.h134 #define AMD_CG_SUPPORT_BIF_MGCG (1 << 19) macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c56 {AMD_CG_SUPPORT_BIF_MGCG, "Bus Interface Medium Grain Clock Gating"},