diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | 2 |
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 2d846ef1c033..9b9ea6eb49c5 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | |||
@@ -30,6 +30,8 @@ void amdgpu_gfx_scratch_free(struct amdgpu_device *adev, uint32_t reg); | |||
30 | void amdgpu_gfx_parse_disable_cu(unsigned *mask, unsigned max_se, | 30 | void amdgpu_gfx_parse_disable_cu(unsigned *mask, unsigned max_se, |
31 | unsigned max_sh); | 31 | unsigned max_sh); |
32 | 32 | ||
33 | void amdgpu_gfx_compute_queue_acquire(struct amdgpu_device *adev); | ||
34 | |||
33 | /** | 35 | /** |
34 | * amdgpu_gfx_create_bitmask - create a bitmask | 36 | * amdgpu_gfx_create_bitmask - create a bitmask |
35 | * | 37 | * |