aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h
index 68f7d3cf4fa2..1c5d12eae5a6 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h
@@ -335,6 +335,8 @@ int amdgpu_gfx_compute_mqd_sw_init(struct amdgpu_device *adev,
335void amdgpu_gfx_compute_mqd_sw_fini(struct amdgpu_device *adev); 335void amdgpu_gfx_compute_mqd_sw_fini(struct amdgpu_device *adev);
336 336
337void amdgpu_gfx_compute_queue_acquire(struct amdgpu_device *adev); 337void amdgpu_gfx_compute_queue_acquire(struct amdgpu_device *adev);
338void amdgpu_gfx_graphics_queue_acquire(struct amdgpu_device *adev);
339
338int amdgpu_gfx_queue_to_bit(struct amdgpu_device *adev, int mec, 340int amdgpu_gfx_queue_to_bit(struct amdgpu_device *adev, int mec,
339 int pipe, int queue); 341 int pipe, int queue);
340void amdgpu_gfx_bit_to_queue(struct amdgpu_device *adev, int bit, 342void amdgpu_gfx_bit_to_queue(struct amdgpu_device *adev, int bit,