Home
last modified time | relevance | path

Searched refs:kfd_sch_mutex (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/dev/pci/drm/amd/amdgpu/
Damdgpu_gfx.h472 struct rwlock kfd_sch_mutex; member
Damdgpu_gfx.c1761 mutex_lock(&adev->gfx.kfd_sch_mutex); in amdgpu_gfx_kfd_sch_ctrl()
1793 mutex_unlock(&adev->gfx.kfd_sch_mutex); in amdgpu_gfx_kfd_sch_ctrl()
Damdgpu_device.c4173 rw_init(&adev->gfx.kfd_sch_mutex, "kfdsch"); in amdgpu_device_init()