diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_doorbell.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_doorbell.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_doorbell.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_doorbell.h index 1cfec06f81d4..43546500ec26 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_doorbell.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_doorbell.h | |||
@@ -48,8 +48,6 @@ struct amdgpu_doorbell_index { | |||
48 | uint32_t mec_ring5; | 48 | uint32_t mec_ring5; |
49 | uint32_t mec_ring6; | 49 | uint32_t mec_ring6; |
50 | uint32_t mec_ring7; | 50 | uint32_t mec_ring7; |
51 | uint32_t userqueue_start; | ||
52 | uint32_t userqueue_end; | ||
53 | uint32_t gfx_ring0; | 51 | uint32_t gfx_ring0; |
54 | uint32_t sdma_engine[8]; | 52 | uint32_t sdma_engine[8]; |
55 | uint32_t ih; | 53 | uint32_t ih; |
@@ -111,8 +109,6 @@ typedef enum _AMDGPU_VEGA20_DOORBELL_ASSIGNMENT | |||
111 | AMDGPU_VEGA20_DOORBELL_MEC_RING5 = 0x008, | 109 | AMDGPU_VEGA20_DOORBELL_MEC_RING5 = 0x008, |
112 | AMDGPU_VEGA20_DOORBELL_MEC_RING6 = 0x009, | 110 | AMDGPU_VEGA20_DOORBELL_MEC_RING6 = 0x009, |
113 | AMDGPU_VEGA20_DOORBELL_MEC_RING7 = 0x00A, | 111 | AMDGPU_VEGA20_DOORBELL_MEC_RING7 = 0x00A, |
114 | AMDGPU_VEGA20_DOORBELL_USERQUEUE_START = 0x00B, | ||
115 | AMDGPU_VEGA20_DOORBELL_USERQUEUE_END = 0x08A, | ||
116 | AMDGPU_VEGA20_DOORBELL_GFX_RING0 = 0x08B, | 112 | AMDGPU_VEGA20_DOORBELL_GFX_RING0 = 0x08B, |
117 | /* SDMA:256~335*/ | 113 | /* SDMA:256~335*/ |
118 | AMDGPU_VEGA20_DOORBELL_sDMA_ENGINE0 = 0x100, | 114 | AMDGPU_VEGA20_DOORBELL_sDMA_ENGINE0 = 0x100, |
@@ -176,10 +172,6 @@ typedef enum _AMDGPU_DOORBELL64_ASSIGNMENT | |||
176 | AMDGPU_DOORBELL64_MEC_RING6 = 0x09, | 172 | AMDGPU_DOORBELL64_MEC_RING6 = 0x09, |
177 | AMDGPU_DOORBELL64_MEC_RING7 = 0x0a, | 173 | AMDGPU_DOORBELL64_MEC_RING7 = 0x0a, |
178 | 174 | ||
179 | /* User queue doorbell range (128 doorbells) */ | ||
180 | AMDGPU_DOORBELL64_USERQUEUE_START = 0x0b, | ||
181 | AMDGPU_DOORBELL64_USERQUEUE_END = 0x8a, | ||
182 | |||
183 | /* Graphics engine */ | 175 | /* Graphics engine */ |
184 | AMDGPU_DOORBELL64_GFX_RING0 = 0x8b, | 176 | AMDGPU_DOORBELL64_GFX_RING0 = 0x8b, |
185 | 177 | ||