Home
last modified time | relevance | path

Searched refs:kfd_sch_req_count (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gfx.c1933 if (WARN_ON_ONCE(adev->gfx.kfd_sch_req_count[idx] == 0)) { in amdgpu_gfx_kfd_sch_ctrl()
1938 adev->gfx.kfd_sch_req_count[idx]--; in amdgpu_gfx_kfd_sch_ctrl()
1940 if (adev->gfx.kfd_sch_req_count[idx] == 0 && in amdgpu_gfx_kfd_sch_ctrl()
1946 if (adev->gfx.kfd_sch_req_count[idx] == 0) { in amdgpu_gfx_kfd_sch_ctrl()
1954 adev->gfx.kfd_sch_req_count[idx]++; in amdgpu_gfx_kfd_sch_ctrl()
2005 WARN_ON_ONCE(adev->gfx.kfd_sch_req_count[idx]); in amdgpu_gfx_enforce_isolation_handler()
H A Damdgpu_gfx.h478 u64 kfd_sch_req_count[MAX_XCP]; member