queue_bit         259 drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c 	int queue_bit;
queue_bit         262 drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c 	queue_bit = adev->gfx.mec.num_mec
queue_bit         266 drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c 	while (queue_bit-- >= 0) {
queue_bit         267 drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c 		if (test_bit(queue_bit, adev->gfx.mec.queue_bitmap))
queue_bit         270 drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c 		amdgpu_gfx_bit_to_mec_queue(adev, queue_bit, &mec, &pipe, &queue);