Symbol: AMD_CG_SUPPORT_SDMA_LS
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
55
{AMD_CG_SUPPORT_SDMA_LS, "System Direct Memory Access Light Sleep"},
sys/dev/drm/amd/amdgpu/cik.c
1794
AMD_CG_SUPPORT_SDMA_LS |
sys/dev/drm/amd/amdgpu/cik.c
1814
AMD_CG_SUPPORT_SDMA_LS |
sys/dev/drm/amd/amdgpu/cik.c
1833
AMD_CG_SUPPORT_SDMA_LS |
sys/dev/drm/amd/amdgpu/cik.c
1869
AMD_CG_SUPPORT_SDMA_LS |
sys/dev/drm/amd/amdgpu/cik_sdma.c
923
if (enable && (adev->cg_flags & AMD_CG_SUPPORT_SDMA_LS)) {
sys/dev/drm/amd/amdgpu/sdma_v3_0.c
1494
if (enable && (adev->cg_flags & AMD_CG_SUPPORT_SDMA_LS)) {
sys/dev/drm/amd/amdgpu/sdma_v3_0.c
1558
*flags |= AMD_CG_SUPPORT_SDMA_LS;
sys/dev/drm/amd/amdgpu/sdma_v4_0.c
1592
if (enable && (adev->cg_flags & AMD_CG_SUPPORT_SDMA_LS)) {
sys/dev/drm/amd/amdgpu/sdma_v4_0.c
1680
*flags |= AMD_CG_SUPPORT_SDMA_LS;
sys/dev/drm/amd/amdgpu/soc15.c
658
AMD_CG_SUPPORT_SDMA_LS |
sys/dev/drm/amd/amdgpu/soc15.c
675
AMD_CG_SUPPORT_SDMA_LS |
sys/dev/drm/amd/amdgpu/soc15.c
697
AMD_CG_SUPPORT_SDMA_LS |
sys/dev/drm/amd/amdgpu/soc15.c
732
AMD_CG_SUPPORT_SDMA_LS |
sys/dev/drm/amd/amdgpu/soc15.c
749
AMD_CG_SUPPORT_SDMA_LS;
sys/dev/drm/amd/amdgpu/soc15.c
773
AMD_CG_SUPPORT_SDMA_LS |
sys/dev/drm/amd/amdgpu/vi.c
1005
AMD_CG_SUPPORT_SDMA_LS |
sys/dev/drm/amd/amdgpu/vi.c
1021
AMD_CG_SUPPORT_SDMA_LS |
sys/dev/drm/amd/amdgpu/vi.c
1042
AMD_CG_SUPPORT_SDMA_LS |
sys/dev/drm/amd/amdgpu/vi.c
1065
AMD_CG_SUPPORT_SDMA_LS |
sys/dev/drm/amd/amdgpu/vi.c
1088
AMD_CG_SUPPORT_SDMA_LS |
sys/dev/drm/amd/amdgpu/vi.c
1140
AMD_CG_SUPPORT_SDMA_LS |
sys/dev/drm/amd/amdgpu/vi.c
1166
AMD_CG_SUPPORT_SDMA_LS |
sys/dev/drm/amd/amdgpu/vi.c
1385
if (adev->cg_flags & (AMD_CG_SUPPORT_SDMA_LS | AMD_CG_SUPPORT_SDMA_MGCG)) {
sys/dev/drm/amd/amdgpu/vi.c
1386
if (adev->cg_flags & AMD_CG_SUPPORT_SDMA_LS) {