Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_gfx.c1976 if (WARN_ON_ONCE(adev->gfx.userq_sch_req_count[idx] == 0)) { in amdgpu_gfx_kfd_sch_ctrl()
1981 adev->gfx.userq_sch_req_count[idx]--; in amdgpu_gfx_kfd_sch_ctrl()
1983 if (adev->gfx.userq_sch_req_count[idx] == 0 && in amdgpu_gfx_kfd_sch_ctrl()
1989 if (adev->gfx.userq_sch_req_count[idx] == 0) { in amdgpu_gfx_kfd_sch_ctrl()
1999 adev->gfx.userq_sch_req_count[idx]++; in amdgpu_gfx_kfd_sch_ctrl()
2049 WARN_ON_ONCE(adev->gfx.userq_sch_req_count[idx]); in amdgpu_gfx_enforce_isolation_handler()
A Damdgpu_gfx.h522 u64 userq_sch_req_count[MAX_XCP]; member

Completed in 10 milliseconds