diff options
| author | Lang Yu <[email protected]> | 2023-05-10 08:04:17 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2023-08-31 20:40:40 +0000 |
| commit | 1a29f367811b0d9e65d30c5797715cfcb3c68b94 (patch) | |
| tree | ca06e62d9c0cef7ea88b967cac5c3dfb335c2608 | |
| parent | drm/amd/pm: add fan acoustic limit OD setting support for SMU13 (diff) | |
| download | kernel-1a29f367811b0d9e65d30c5797715cfcb3c68b94.tar.gz kernel-1a29f367811b0d9e65d30c5797715cfcb3c68b94.zip | |
drm/amdgpu: add UMSCH RING TYPE definition
Add RING TYPE definition for Multi Mdeia User Mode Scheduler.
Signed-off-by: Lang Yu <[email protected]>
Reviewed-by: Leo Liu <[email protected]>
Reviewed-by: Veerabadhran Gopalakrishnan <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h index 5b3e354f6b4a..bbb53720a018 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h @@ -80,7 +80,8 @@ enum amdgpu_ring_type { AMDGPU_RING_TYPE_VCN_JPEG = AMDGPU_HW_IP_VCN_JPEG, AMDGPU_RING_TYPE_VPE = AMDGPU_HW_IP_VPE, AMDGPU_RING_TYPE_KIQ, - AMDGPU_RING_TYPE_MES + AMDGPU_RING_TYPE_MES, + AMDGPU_RING_TYPE_UMSCH_MM, }; enum amdgpu_ib_pool_type { |
