Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_gfx.c263 int queue_bit; in amdgpu_gfx_kiq_acquire() local
266 queue_bit = adev->gfx.mec.num_mec in amdgpu_gfx_kiq_acquire()
270 while (queue_bit-- >= 0) { in amdgpu_gfx_kiq_acquire()
271 if (test_bit(queue_bit, adev->gfx.mec.queue_bitmap)) in amdgpu_gfx_kiq_acquire()
274 amdgpu_gfx_bit_to_mec_queue(adev, queue_bit, &mec, &pipe, &queue); in amdgpu_gfx_kiq_acquire()