Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Dsoc15.c1162 AMD_CG_SUPPORT_GFX_MGLS | in soc15_common_early_init()
1186 AMD_CG_SUPPORT_GFX_MGLS | in soc15_common_early_init()
1209 AMD_CG_SUPPORT_GFX_MGLS | in soc15_common_early_init()
1246 AMD_CG_SUPPORT_GFX_MGLS | in soc15_common_early_init()
1263 AMD_CG_SUPPORT_GFX_MGLS | in soc15_common_early_init()
1281 AMD_CG_SUPPORT_GFX_MGLS | in soc15_common_early_init()
1305 AMD_CG_SUPPORT_GFX_MGLS | in soc15_common_early_init()
1329 AMD_CG_SUPPORT_GFX_MGLS | in soc15_common_early_init()
1355 AMD_CG_SUPPORT_GFX_MGLS | in soc15_common_early_init()
Dcik.c2036 AMD_CG_SUPPORT_GFX_MGLS | in cik_common_early_init()
2057 AMD_CG_SUPPORT_GFX_MGLS | in cik_common_early_init()
2077 AMD_CG_SUPPORT_GFX_MGLS | in cik_common_early_init()
2113 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.c1105 AMD_CG_SUPPORT_GFX_MGLS | in nv_common_early_init()
1178 AMD_CG_SUPPORT_GFX_MGLS | in nv_common_early_init()
1237 AMD_CG_SUPPORT_GFX_MGLS | in nv_common_early_init()
Dvi.c1504 AMD_CG_SUPPORT_GFX_MGLS | in vi_common_early_init()
1636 AMD_CG_SUPPORT_GFX_MGLS | in vi_common_early_init()
1663 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.c4912 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_MGLS) { in gfx_v9_0_update_medium_grain_clock_gating()
5252 *flags |= AMD_CG_SUPPORT_GFX_RLC_LS | AMD_CG_SUPPORT_GFX_MGLS; in gfx_v9_0_get_clockgating_state()
5257 *flags |= AMD_CG_SUPPORT_GFX_CP_LS | AMD_CG_SUPPORT_GFX_MGLS; in gfx_v9_0_get_clockgating_state()
Dgfx_v10_0.c7907 if (!(adev->cg_flags & (AMD_CG_SUPPORT_GFX_MGCG | AMD_CG_SUPPORT_GFX_MGLS))) in gfx_v10_0_update_medium_grain_clock_gating()
7931 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_MGLS) { in gfx_v10_0_update_medium_grain_clock_gating()
8477 *flags |= AMD_CG_SUPPORT_GFX_RLC_LS | AMD_CG_SUPPORT_GFX_MGLS; in gfx_v10_0_get_clockgating_state()
8482 *flags |= AMD_CG_SUPPORT_GFX_CP_LS | AMD_CG_SUPPORT_GFX_MGLS; in gfx_v10_0_get_clockgating_state()
/Linux-v5.15/drivers/gpu/drm/amd/include/
Damd_shared.h118 #define AMD_CG_SUPPORT_GFX_MGLS (1 << 1) macro
/Linux-v5.15/drivers/gpu/drm/amd/pm/
Damdgpu_pm.c42 {AMD_CG_SUPPORT_GFX_MGLS, "Graphics Medium Grain memory Light Sleep"},