Searched refs:kfd_sch_inactive (Results 1 – 2 of 2) sorted by relevance
1941 adev->gfx.kfd_sch_inactive[idx]) { in amdgpu_gfx_kfd_sch_ctrl()1948 if (!adev->gfx.kfd_sch_inactive[idx]) { in amdgpu_gfx_kfd_sch_ctrl()1950 adev->gfx.kfd_sch_inactive[idx] = true; in amdgpu_gfx_kfd_sch_ctrl()2004 WARN_ON_ONCE(!adev->gfx.kfd_sch_inactive[idx]); in amdgpu_gfx_enforce_isolation_handler()2007 adev->gfx.kfd_sch_inactive[idx] = false; in amdgpu_gfx_enforce_isolation_handler()
479 bool kfd_sch_inactive[MAX_XCP]; member