Symbol: AMD_CG_SUPPORT_MC_LS
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
53
{AMD_CG_SUPPORT_MC_LS, "Memory Controller Light Sleep"},
sys/dev/drm/amd/amdgpu/cik.c
1791
AMD_CG_SUPPORT_MC_LS |
sys/dev/drm/amd/amdgpu/cik.c
1811
AMD_CG_SUPPORT_MC_LS |
sys/dev/drm/amd/amdgpu/gmc_v7_0.c
828
if (enable && (adev->cg_flags & AMD_CG_SUPPORT_MC_LS))
sys/dev/drm/amd/amdgpu/gmc_v8_0.c
1609
if (enable && (adev->cg_flags & AMD_CG_SUPPORT_MC_LS)) {
sys/dev/drm/amd/amdgpu/gmc_v8_0.c
1726
*flags |= AMD_CG_SUPPORT_MC_LS;
sys/dev/drm/amd/amdgpu/mmhub_v1_0.c
495
if (enable && (adev->cg_flags & AMD_CG_SUPPORT_MC_LS))
sys/dev/drm/amd/amdgpu/mmhub_v1_0.c
511
if (enable && (adev->cg_flags & AMD_CG_SUPPORT_MC_LS) &&
sys/dev/drm/amd/amdgpu/mmhub_v1_0.c
563
*flags |= AMD_CG_SUPPORT_MC_LS;
sys/dev/drm/amd/amdgpu/soc15.c
660
AMD_CG_SUPPORT_MC_LS;
sys/dev/drm/amd/amdgpu/soc15.c
672
AMD_CG_SUPPORT_MC_LS |
sys/dev/drm/amd/amdgpu/soc15.c
694
AMD_CG_SUPPORT_MC_LS |
sys/dev/drm/amd/amdgpu/soc15.c
730
AMD_CG_SUPPORT_MC_LS |
sys/dev/drm/amd/amdgpu/soc15.c
747
AMD_CG_SUPPORT_MC_LS |
sys/dev/drm/amd/amdgpu/soc15.c
771
AMD_CG_SUPPORT_MC_LS |
sys/dev/drm/amd/amdgpu/vi.c
1011
AMD_CG_SUPPORT_MC_LS |
sys/dev/drm/amd/amdgpu/vi.c
1027
AMD_CG_SUPPORT_MC_LS |
sys/dev/drm/amd/amdgpu/vi.c
1049
AMD_CG_SUPPORT_MC_LS |
sys/dev/drm/amd/amdgpu/vi.c
1072
AMD_CG_SUPPORT_MC_LS |
sys/dev/drm/amd/amdgpu/vi.c
1095
AMD_CG_SUPPORT_MC_LS |
sys/dev/drm/amd/amdgpu/vi.c
1366
if (adev->cg_flags & (AMD_CG_SUPPORT_MC_LS | AMD_CG_SUPPORT_MC_MGCG)) {
sys/dev/drm/amd/amdgpu/vi.c
1367
if (adev->cg_flags & AMD_CG_SUPPORT_MC_LS) {