Home
last modified time | relevance | path

Searched refs:AMD_CG_SUPPORT_GFX_MGLS (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Dsoc15.c1007 AMD_CG_SUPPORT_GFX_MGLS | in soc15_common_early_init()
1031 AMD_CG_SUPPORT_GFX_MGLS | in soc15_common_early_init()
1054 AMD_CG_SUPPORT_GFX_MGLS | in soc15_common_early_init()
1087 AMD_CG_SUPPORT_GFX_MGLS | in soc15_common_early_init()
1105 AMD_CG_SUPPORT_GFX_MGLS | in soc15_common_early_init()
1125 AMD_CG_SUPPORT_GFX_MGLS | in soc15_common_early_init()
1151 AMD_CG_SUPPORT_GFX_MGLS | in soc15_common_early_init()
1167 AMD_CG_SUPPORT_GFX_MGLS | in soc15_common_early_init()
Dsi.c1448 AMD_CG_SUPPORT_GFX_MGLS | in si_common_early_init()
1467 AMD_CG_SUPPORT_GFX_MGLS | in si_common_early_init()
1488 AMD_CG_SUPPORT_GFX_MGLS | in si_common_early_init()
1509 AMD_CG_SUPPORT_GFX_MGLS | in si_common_early_init()
1528 AMD_CG_SUPPORT_GFX_MGLS | in si_common_early_init()
Dcik.c1868 AMD_CG_SUPPORT_GFX_MGLS | in cik_common_early_init()
1889 AMD_CG_SUPPORT_GFX_MGLS | in cik_common_early_init()
1909 AMD_CG_SUPPORT_GFX_MGLS | in cik_common_early_init()
1945 AMD_CG_SUPPORT_GFX_MGLS | in cik_common_early_init()
Dvi.c1082 AMD_CG_SUPPORT_GFX_MGLS | in vi_common_early_init()
1214 AMD_CG_SUPPORT_GFX_MGLS | in vi_common_early_init()
1241 AMD_CG_SUPPORT_GFX_MGLS | in vi_common_early_init()
Dnv.c646 AMD_CG_SUPPORT_GFX_MGLS | in nv_common_early_init()
Dgfx_v8_0.c5517 *flags |= AMD_CG_SUPPORT_GFX_RLC_LS | AMD_CG_SUPPORT_GFX_MGLS; in gfx_v8_0_get_clockgating_state()
5522 *flags |= AMD_CG_SUPPORT_GFX_CP_LS | AMD_CG_SUPPORT_GFX_MGLS; in gfx_v8_0_get_clockgating_state()
5651 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_MGLS) { in gfx_v8_0_update_medium_grain_clock_gating()
5688 if ((adev->cg_flags & AMD_CG_SUPPORT_GFX_MGLS) && in gfx_v8_0_update_medium_grain_clock_gating()
5883 if (adev->cg_flags & (AMD_CG_SUPPORT_GFX_MGCG | AMD_CG_SUPPORT_GFX_MGLS)) { in gfx_v8_0_tonga_update_gfx_clock_gating()
5884 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_MGLS) { in gfx_v8_0_tonga_update_gfx_clock_gating()
5955 if (adev->cg_flags & (AMD_CG_SUPPORT_GFX_MGCG | AMD_CG_SUPPORT_GFX_MGLS)) { in gfx_v8_0_polaris_update_gfx_clock_gating()
5956 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_MGLS) { in gfx_v8_0_polaris_update_gfx_clock_gating()
Dgfx_v10_0.c4062 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_MGLS) { in gfx_v10_0_update_medium_grain_clock_gating()
4301 *flags |= AMD_CG_SUPPORT_GFX_RLC_LS | AMD_CG_SUPPORT_GFX_MGLS; in gfx_v10_0_get_clockgating_state()
4306 *flags |= AMD_CG_SUPPORT_GFX_CP_LS | AMD_CG_SUPPORT_GFX_MGLS; in gfx_v10_0_get_clockgating_state()
Dgfx_v9_0.c4641 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_MGLS) { in gfx_v9_0_update_medium_grain_clock_gating()
4933 *flags |= AMD_CG_SUPPORT_GFX_RLC_LS | AMD_CG_SUPPORT_GFX_MGLS; in gfx_v9_0_get_clockgating_state()
4938 *flags |= AMD_CG_SUPPORT_GFX_CP_LS | AMD_CG_SUPPORT_GFX_MGLS; in gfx_v9_0_get_clockgating_state()
Dgfx_v7_0.c3621 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_MGLS) { in gfx_v7_0_enable_mgcg()
3655 if ((adev->cg_flags & AMD_CG_SUPPORT_GFX_MGLS) && in gfx_v7_0_enable_mgcg()
Damdgpu_pm.c47 {AMD_CG_SUPPORT_GFX_MGLS, "Graphics Medium Grain memory Light Sleep"},
/Linux-v5.4/drivers/gpu/drm/amd/include/
Damd_shared.h73 #define AMD_CG_SUPPORT_GFX_MGLS (1 << 1) macro