mirror of
https://github.com/torvalds/linux.git
synced 2026-05-03 22:12:32 -04:00
drm/amdgpu: add [en/dis]able_kgq() functions
To replace the IP specific variants which are largely duplicate. Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -433,6 +433,8 @@ int amdgpu_gfx_mqd_sw_init(struct amdgpu_device *adev,
|
||||
void amdgpu_gfx_mqd_sw_fini(struct amdgpu_device *adev, int xcc_id);
|
||||
int amdgpu_gfx_disable_kcq(struct amdgpu_device *adev, int xcc_id);
|
||||
int amdgpu_gfx_enable_kcq(struct amdgpu_device *adev, int xcc_id);
|
||||
int amdgpu_gfx_disable_kgq(struct amdgpu_device *adev, int xcc_id);
|
||||
int amdgpu_gfx_enable_kgq(struct amdgpu_device *adev, int xcc_id);
|
||||
|
||||
void amdgpu_gfx_compute_queue_acquire(struct amdgpu_device *adev);
|
||||
void amdgpu_gfx_graphics_queue_acquire(struct amdgpu_device *adev);
|
||||
|
||||
Reference in New Issue
Block a user