Symbol: AMD_CG_SUPPORT_HDP_LS
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
61
{AMD_CG_SUPPORT_HDP_LS, "Host Data Path Light Sleep"},
sys/dev/drm/amd/amdgpu/cik.c
1798
AMD_CG_SUPPORT_HDP_LS |
sys/dev/drm/amd/amdgpu/cik.c
1818
AMD_CG_SUPPORT_HDP_LS |
sys/dev/drm/amd/amdgpu/cik.c
1837
AMD_CG_SUPPORT_HDP_LS |
sys/dev/drm/amd/amdgpu/cik.c
1873
AMD_CG_SUPPORT_HDP_LS |
sys/dev/drm/amd/amdgpu/gmc_v7_0.c
900
if (enable && (adev->cg_flags & AMD_CG_SUPPORT_HDP_LS))
sys/dev/drm/amd/amdgpu/mmhub_v1_0.c
512
(adev->cg_flags & AMD_CG_SUPPORT_HDP_LS))
sys/dev/drm/amd/amdgpu/soc15.c
1034
*flags |= AMD_CG_SUPPORT_HDP_LS;
sys/dev/drm/amd/amdgpu/soc15.c
652
AMD_CG_SUPPORT_HDP_LS |
sys/dev/drm/amd/amdgpu/soc15.c
679
AMD_CG_SUPPORT_HDP_LS |
sys/dev/drm/amd/amdgpu/soc15.c
701
AMD_CG_SUPPORT_HDP_LS |
sys/dev/drm/amd/amdgpu/soc15.c
727
AMD_CG_SUPPORT_HDP_LS |
sys/dev/drm/amd/amdgpu/soc15.c
744
AMD_CG_SUPPORT_HDP_LS |
sys/dev/drm/amd/amdgpu/soc15.c
766
AMD_CG_SUPPORT_HDP_LS |
sys/dev/drm/amd/amdgpu/soc15.c
886
if (enable && (adev->cg_flags & AMD_CG_SUPPORT_HDP_LS))
sys/dev/drm/amd/amdgpu/soc15.c
902
if (enable && (adev->cg_flags & AMD_CG_SUPPORT_HDP_LS))
sys/dev/drm/amd/amdgpu/vi.c
1008
AMD_CG_SUPPORT_HDP_LS |
sys/dev/drm/amd/amdgpu/vi.c
1024
AMD_CG_SUPPORT_HDP_LS |
sys/dev/drm/amd/amdgpu/vi.c
1046
AMD_CG_SUPPORT_HDP_LS |
sys/dev/drm/amd/amdgpu/vi.c
1069
AMD_CG_SUPPORT_HDP_LS |
sys/dev/drm/amd/amdgpu/vi.c
1092
AMD_CG_SUPPORT_HDP_LS |
sys/dev/drm/amd/amdgpu/vi.c
1138
AMD_CG_SUPPORT_HDP_LS |
sys/dev/drm/amd/amdgpu/vi.c
1164
AMD_CG_SUPPORT_HDP_LS |
sys/dev/drm/amd/amdgpu/vi.c
1315
if (enable && (adev->cg_flags & AMD_CG_SUPPORT_HDP_LS))
sys/dev/drm/amd/amdgpu/vi.c
1404
if (adev->cg_flags & (AMD_CG_SUPPORT_HDP_LS | AMD_CG_SUPPORT_HDP_MGCG)) {
sys/dev/drm/amd/amdgpu/vi.c
1405
if (adev->cg_flags & AMD_CG_SUPPORT_HDP_LS) {
sys/dev/drm/amd/amdgpu/vi.c
1547
*flags |= AMD_CG_SUPPORT_HDP_LS;