diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h index fa20438a7b4f..b1766fa4f29c 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | |||
@@ -32,6 +32,17 @@ void amdgpu_gfx_parse_disable_cu(unsigned *mask, unsigned max_se, | |||
32 | 32 | ||
33 | void amdgpu_gfx_compute_queue_acquire(struct amdgpu_device *adev); | 33 | void amdgpu_gfx_compute_queue_acquire(struct amdgpu_device *adev); |
34 | 34 | ||
35 | int amdgpu_gfx_kiq_init_ring(struct amdgpu_device *adev, | ||
36 | struct amdgpu_ring *ring, | ||
37 | struct amdgpu_irq_src *irq); | ||
38 | |||
39 | void amdgpu_gfx_kiq_free_ring(struct amdgpu_ring *ring, | ||
40 | struct amdgpu_irq_src *irq); | ||
41 | |||
42 | void amdgpu_gfx_kiq_fini(struct amdgpu_device *adev); | ||
43 | int amdgpu_gfx_kiq_init(struct amdgpu_device *adev, | ||
44 | unsigned hpd_size); | ||
45 | |||
35 | /** | 46 | /** |
36 | * amdgpu_gfx_create_bitmask - create a bitmask | 47 | * amdgpu_gfx_create_bitmask - create a bitmask |
37 | * | 48 | * |