Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/
Dsoc15.c1077 AMD_CG_SUPPORT_GFX_MGLS | in soc15_common_early_init()
1101 AMD_CG_SUPPORT_GFX_MGLS | in soc15_common_early_init()
1124 AMD_CG_SUPPORT_GFX_MGLS | in soc15_common_early_init()
1164 AMD_CG_SUPPORT_GFX_MGLS | in soc15_common_early_init()
1182 AMD_CG_SUPPORT_GFX_MGLS | in soc15_common_early_init()
1201 AMD_CG_SUPPORT_GFX_MGLS | in soc15_common_early_init()
1227 AMD_CG_SUPPORT_GFX_MGLS | in soc15_common_early_init()
1255 AMD_CG_SUPPORT_GFX_MGLS | in soc15_common_early_init()
Dcik.c1974 AMD_CG_SUPPORT_GFX_MGLS | in cik_common_early_init()
1995 AMD_CG_SUPPORT_GFX_MGLS | in cik_common_early_init()
2015 AMD_CG_SUPPORT_GFX_MGLS | in cik_common_early_init()
2051 AMD_CG_SUPPORT_GFX_MGLS | in cik_common_early_init()
Dsi.c1931 AMD_CG_SUPPORT_GFX_MGLS | in si_common_early_init()
1950 AMD_CG_SUPPORT_GFX_MGLS | in si_common_early_init()
1971 AMD_CG_SUPPORT_GFX_MGLS | in si_common_early_init()
1992 AMD_CG_SUPPORT_GFX_MGLS | in si_common_early_init()
2011 AMD_CG_SUPPORT_GFX_MGLS | in si_common_early_init()
Dvi.c1133 AMD_CG_SUPPORT_GFX_MGLS | in vi_common_early_init()
1265 AMD_CG_SUPPORT_GFX_MGLS | in vi_common_early_init()
1292 AMD_CG_SUPPORT_GFX_MGLS | in vi_common_early_init()
Dgfx_v8_0.c5501 *flags |= AMD_CG_SUPPORT_GFX_RLC_LS | AMD_CG_SUPPORT_GFX_MGLS; in gfx_v8_0_get_clockgating_state()
5506 *flags |= AMD_CG_SUPPORT_GFX_CP_LS | AMD_CG_SUPPORT_GFX_MGLS; in gfx_v8_0_get_clockgating_state()
5654 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_MGLS) { in gfx_v8_0_update_medium_grain_clock_gating()
5691 if ((adev->cg_flags & AMD_CG_SUPPORT_GFX_MGLS) && in gfx_v8_0_update_medium_grain_clock_gating()
5885 if (adev->cg_flags & (AMD_CG_SUPPORT_GFX_MGCG | AMD_CG_SUPPORT_GFX_MGLS)) { in gfx_v8_0_tonga_update_gfx_clock_gating()
5886 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_MGLS) { in gfx_v8_0_tonga_update_gfx_clock_gating()
5954 if (adev->cg_flags & (AMD_CG_SUPPORT_GFX_MGCG | AMD_CG_SUPPORT_GFX_MGLS)) { in gfx_v8_0_polaris_update_gfx_clock_gating()
5955 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_MGLS) { in gfx_v8_0_polaris_update_gfx_clock_gating()
Dnv.c767 AMD_CG_SUPPORT_GFX_MGLS | in nv_common_early_init()
Dgfx_v7_0.c3629 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_MGLS) { in gfx_v7_0_enable_mgcg()
3663 if ((adev->cg_flags & AMD_CG_SUPPORT_GFX_MGLS) && in gfx_v7_0_enable_mgcg()
Dgfx_v9_0.c4799 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_MGLS) { in gfx_v9_0_update_medium_grain_clock_gating()
5134 *flags |= AMD_CG_SUPPORT_GFX_RLC_LS | AMD_CG_SUPPORT_GFX_MGLS; in gfx_v9_0_get_clockgating_state()
5139 *flags |= AMD_CG_SUPPORT_GFX_CP_LS | AMD_CG_SUPPORT_GFX_MGLS; in gfx_v9_0_get_clockgating_state()
Dgfx_v10_0.c7361 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_MGLS) { in gfx_v10_0_update_medium_grain_clock_gating()
7671 *flags |= AMD_CG_SUPPORT_GFX_RLC_LS | AMD_CG_SUPPORT_GFX_MGLS; in gfx_v10_0_get_clockgating_state()
7676 *flags |= AMD_CG_SUPPORT_GFX_CP_LS | AMD_CG_SUPPORT_GFX_MGLS; in gfx_v10_0_get_clockgating_state()
/Linux-v5.10/drivers/gpu/drm/amd/include/
Damd_shared.h116 #define AMD_CG_SUPPORT_GFX_MGLS (1 << 1) macro
/Linux-v5.10/drivers/gpu/drm/amd/pm/
Damdgpu_pm.c43 {AMD_CG_SUPPORT_GFX_MGLS, "Graphics Medium Grain memory Light Sleep"},