Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/amdgpu/
Dsoc15.c1163 AMD_CG_SUPPORT_GFX_MGLS | in soc15_common_early_init()
1187 AMD_CG_SUPPORT_GFX_MGLS | in soc15_common_early_init()
1210 AMD_CG_SUPPORT_GFX_MGLS | in soc15_common_early_init()
1247 AMD_CG_SUPPORT_GFX_MGLS | in soc15_common_early_init()
1264 AMD_CG_SUPPORT_GFX_MGLS | in soc15_common_early_init()
1285 AMD_CG_SUPPORT_GFX_MGLS | in soc15_common_early_init()
1309 AMD_CG_SUPPORT_GFX_MGLS | in soc15_common_early_init()
1333 AMD_CG_SUPPORT_GFX_MGLS | in soc15_common_early_init()
1359 AMD_CG_SUPPORT_GFX_MGLS | in soc15_common_early_init()
Dcik.c2024 AMD_CG_SUPPORT_GFX_MGLS | in cik_common_early_init()
2045 AMD_CG_SUPPORT_GFX_MGLS | in cik_common_early_init()
2065 AMD_CG_SUPPORT_GFX_MGLS | in cik_common_early_init()
2101 AMD_CG_SUPPORT_GFX_MGLS | in cik_common_early_init()
Dsi.c2048 AMD_CG_SUPPORT_GFX_MGLS | in si_common_early_init()
2067 AMD_CG_SUPPORT_GFX_MGLS | in si_common_early_init()
2088 AMD_CG_SUPPORT_GFX_MGLS | in si_common_early_init()
2109 AMD_CG_SUPPORT_GFX_MGLS | in si_common_early_init()
2128 AMD_CG_SUPPORT_GFX_MGLS | in si_common_early_init()
Dnv.c1106 AMD_CG_SUPPORT_GFX_MGLS | in nv_common_early_init()
1179 AMD_CG_SUPPORT_GFX_MGLS | in nv_common_early_init()
1238 AMD_CG_SUPPORT_GFX_MGLS | in nv_common_early_init()
Dvi.c1515 AMD_CG_SUPPORT_GFX_MGLS | in vi_common_early_init()
1647 AMD_CG_SUPPORT_GFX_MGLS | in vi_common_early_init()
1674 AMD_CG_SUPPORT_GFX_MGLS | in vi_common_early_init()
Dgfx_v8_0.c5512 *flags |= AMD_CG_SUPPORT_GFX_RLC_LS | AMD_CG_SUPPORT_GFX_MGLS; in gfx_v8_0_get_clockgating_state()
5517 *flags |= AMD_CG_SUPPORT_GFX_CP_LS | AMD_CG_SUPPORT_GFX_MGLS; in gfx_v8_0_get_clockgating_state()
5665 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_MGLS) { in gfx_v8_0_update_medium_grain_clock_gating()
5702 if ((adev->cg_flags & AMD_CG_SUPPORT_GFX_MGLS) && in gfx_v8_0_update_medium_grain_clock_gating()
5896 if (adev->cg_flags & (AMD_CG_SUPPORT_GFX_MGCG | AMD_CG_SUPPORT_GFX_MGLS)) { in gfx_v8_0_tonga_update_gfx_clock_gating()
5897 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_MGLS) { in gfx_v8_0_tonga_update_gfx_clock_gating()
5965 if (adev->cg_flags & (AMD_CG_SUPPORT_GFX_MGCG | AMD_CG_SUPPORT_GFX_MGLS)) { in gfx_v8_0_polaris_update_gfx_clock_gating()
5966 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_MGLS) { in gfx_v8_0_polaris_update_gfx_clock_gating()
Dgfx_v7_0.c3634 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_MGLS) { in gfx_v7_0_enable_mgcg()
3668 if ((adev->cg_flags & AMD_CG_SUPPORT_GFX_MGLS) && in gfx_v7_0_enable_mgcg()
Dgfx_v9_0.c4942 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_MGLS) { in gfx_v9_0_update_medium_grain_clock_gating()
5282 *flags |= AMD_CG_SUPPORT_GFX_RLC_LS | AMD_CG_SUPPORT_GFX_MGLS; in gfx_v9_0_get_clockgating_state()
5287 *flags |= AMD_CG_SUPPORT_GFX_CP_LS | AMD_CG_SUPPORT_GFX_MGLS; in gfx_v9_0_get_clockgating_state()
Dgfx_v10_0.c7920 if (!(adev->cg_flags & (AMD_CG_SUPPORT_GFX_MGCG | AMD_CG_SUPPORT_GFX_MGLS))) in gfx_v10_0_update_medium_grain_clock_gating()
7944 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_MGLS) { in gfx_v10_0_update_medium_grain_clock_gating()
8496 *flags |= AMD_CG_SUPPORT_GFX_RLC_LS | AMD_CG_SUPPORT_GFX_MGLS; in gfx_v10_0_get_clockgating_state()
8501 *flags |= AMD_CG_SUPPORT_GFX_CP_LS | AMD_CG_SUPPORT_GFX_MGLS; in gfx_v10_0_get_clockgating_state()
/drivers/gpu/drm/amd/include/
Damd_shared.h119 #define AMD_CG_SUPPORT_GFX_MGLS (1 << 1) macro
/drivers/gpu/drm/amd/pm/
Damdgpu_pm.c42 {AMD_CG_SUPPORT_GFX_MGLS, "Graphics Medium Grain memory Light Sleep"},