Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Dsoc15.c1079 AMD_CG_SUPPORT_GFX_MGLS | in soc15_common_early_init()
1103 AMD_CG_SUPPORT_GFX_MGLS | in soc15_common_early_init()
1126 AMD_CG_SUPPORT_GFX_MGLS | in soc15_common_early_init()
1166 AMD_CG_SUPPORT_GFX_MGLS | in soc15_common_early_init()
1184 AMD_CG_SUPPORT_GFX_MGLS | in soc15_common_early_init()
1205 AMD_CG_SUPPORT_GFX_MGLS | in soc15_common_early_init()
1230 AMD_CG_SUPPORT_GFX_MGLS | in soc15_common_early_init()
1259 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.c5503 *flags |= AMD_CG_SUPPORT_GFX_RLC_LS | AMD_CG_SUPPORT_GFX_MGLS; in gfx_v8_0_get_clockgating_state()
5508 *flags |= AMD_CG_SUPPORT_GFX_CP_LS | AMD_CG_SUPPORT_GFX_MGLS; in gfx_v8_0_get_clockgating_state()
5656 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_MGLS) { in gfx_v8_0_update_medium_grain_clock_gating()
5693 if ((adev->cg_flags & AMD_CG_SUPPORT_GFX_MGLS) && in gfx_v8_0_update_medium_grain_clock_gating()
5887 if (adev->cg_flags & (AMD_CG_SUPPORT_GFX_MGCG | AMD_CG_SUPPORT_GFX_MGLS)) { in gfx_v8_0_tonga_update_gfx_clock_gating()
5888 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_MGLS) { in gfx_v8_0_tonga_update_gfx_clock_gating()
5956 if (adev->cg_flags & (AMD_CG_SUPPORT_GFX_MGCG | AMD_CG_SUPPORT_GFX_MGLS)) { in gfx_v8_0_polaris_update_gfx_clock_gating()
5957 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_MGLS) { in gfx_v8_0_polaris_update_gfx_clock_gating()
Dnv.c769 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.c4848 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_MGLS) { in gfx_v9_0_update_medium_grain_clock_gating()
5187 *flags |= AMD_CG_SUPPORT_GFX_RLC_LS | AMD_CG_SUPPORT_GFX_MGLS; in gfx_v9_0_get_clockgating_state()
5192 *flags |= AMD_CG_SUPPORT_GFX_CP_LS | AMD_CG_SUPPORT_GFX_MGLS; in gfx_v9_0_get_clockgating_state()
Dgfx_v10_0.c7366 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_MGLS) { in gfx_v10_0_update_medium_grain_clock_gating()
7676 *flags |= AMD_CG_SUPPORT_GFX_RLC_LS | AMD_CG_SUPPORT_GFX_MGLS; in gfx_v10_0_get_clockgating_state()
7681 *flags |= AMD_CG_SUPPORT_GFX_CP_LS | AMD_CG_SUPPORT_GFX_MGLS; in gfx_v10_0_get_clockgating_state()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/include/
Damd_shared.h116 #define AMD_CG_SUPPORT_GFX_MGLS (1 << 1) macro
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/
Damdgpu_pm.c43 {AMD_CG_SUPPORT_GFX_MGLS, "Graphics Medium Grain memory Light Sleep"},