xref: /linux/drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c (revision 8cbd01ba9c38eb16f3a572300da486ac544519b7)
1 /*
2  * Copyright 2022 Advanced Micro Devices, Inc.
3  *
4  * Permission is hereby granted, free of charge, to any person obtaining a
5  * copy of this software and associated documentation files (the "Software"),
6  * to deal in the Software without restriction, including without limitation
7  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8  * and/or sell copies of the Software, and to permit persons to whom the
9  * Software is furnished to do so, subject to the following conditions:
10  *
11  * The above copyright notice and this permission notice shall be included in
12  * all copies or substantial portions of the Software.
13  *
14  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
17  * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
18  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
19  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20  * OTHER DEALINGS IN THE SOFTWARE.
21  *
22  */
23 #include <linux/firmware.h>
24 
25 #include "amdgpu.h"
26 #include "amdgpu_gfx.h"
27 #include "soc15.h"
28 #include "soc15d.h"
29 #include "soc15_common.h"
30 #include "vega10_enum.h"
31 
32 #include "v9_structs.h"
33 
34 #include "ivsrcid/gfx/irqsrcs_gfx_9_0.h"
35 
36 #include "gc/gc_9_4_3_offset.h"
37 #include "gc/gc_9_4_3_sh_mask.h"
38 
39 #include "gfx_v9_4_3.h"
40 #include "gfx_v9_4_3_cleaner_shader.h"
41 #include "amdgpu_xcp.h"
42 #include "amdgpu_aca.h"
43 
44 MODULE_FIRMWARE("amdgpu/gc_9_4_3_mec.bin");
45 MODULE_FIRMWARE("amdgpu/gc_9_4_4_mec.bin");
46 MODULE_FIRMWARE("amdgpu/gc_9_4_3_rlc.bin");
47 MODULE_FIRMWARE("amdgpu/gc_9_4_4_rlc.bin");
48 MODULE_FIRMWARE("amdgpu/gc_9_4_3_sjt_mec.bin");
49 MODULE_FIRMWARE("amdgpu/gc_9_4_4_sjt_mec.bin");
50 
51 #define GFX9_MEC_HPD_SIZE 4096
52 #define RLCG_UCODE_LOADING_START_ADDRESS 0x00002000L
53 
54 #define GOLDEN_GB_ADDR_CONFIG 0x2a114042
55 #define CP_HQD_PERSISTENT_STATE_DEFAULT 0xbe05301
56 
57 #define mmSMNAID_XCD0_MCA_SMU 0x36430400	/* SMN AID XCD0 */
58 #define mmSMNAID_XCD1_MCA_SMU 0x38430400	/* SMN AID XCD1 */
59 #define mmSMNXCD_XCD0_MCA_SMU 0x40430400	/* SMN XCD XCD0 */
60 
61 #define XCC_REG_RANGE_0_LOW  0x2000     /* XCC gfxdec0 lower Bound */
62 #define XCC_REG_RANGE_0_HIGH 0x3400     /* XCC gfxdec0 upper Bound */
63 #define XCC_REG_RANGE_1_LOW  0xA000     /* XCC gfxdec1 lower Bound */
64 #define XCC_REG_RANGE_1_HIGH 0x10000    /* XCC gfxdec1 upper Bound */
65 
66 #define NORMALIZE_XCC_REG_OFFSET(offset) \
67 	(offset & 0xFFFF)
68 
69 static const struct amdgpu_hwip_reg_entry gc_reg_list_9_4_3[] = {
70 	SOC15_REG_ENTRY_STR(GC, 0, regGRBM_STATUS),
71 	SOC15_REG_ENTRY_STR(GC, 0, regGRBM_STATUS2),
72 	SOC15_REG_ENTRY_STR(GC, 0, regCP_STALLED_STAT1),
73 	SOC15_REG_ENTRY_STR(GC, 0, regCP_STALLED_STAT2),
74 	SOC15_REG_ENTRY_STR(GC, 0, regCP_CPC_STALLED_STAT1),
75 	SOC15_REG_ENTRY_STR(GC, 0, regCP_CPF_STALLED_STAT1),
76 	SOC15_REG_ENTRY_STR(GC, 0, regCP_BUSY_STAT),
77 	SOC15_REG_ENTRY_STR(GC, 0, regCP_CPC_BUSY_STAT),
78 	SOC15_REG_ENTRY_STR(GC, 0, regCP_CPF_BUSY_STAT),
79 	SOC15_REG_ENTRY_STR(GC, 0, regCP_CPF_STATUS),
80 	SOC15_REG_ENTRY_STR(GC, 0, regCP_GFX_ERROR),
81 	SOC15_REG_ENTRY_STR(GC, 0, regCPF_UTCL1_STATUS),
82 	SOC15_REG_ENTRY_STR(GC, 0, regCPC_UTCL1_STATUS),
83 	SOC15_REG_ENTRY_STR(GC, 0, regCPG_UTCL1_STATUS),
84 	SOC15_REG_ENTRY_STR(GC, 0, regGDS_PROTECTION_FAULT),
85 	SOC15_REG_ENTRY_STR(GC, 0, regGDS_VM_PROTECTION_FAULT),
86 	SOC15_REG_ENTRY_STR(GC, 0, regRLC_UTCL1_STATUS),
87 	SOC15_REG_ENTRY_STR(GC, 0, regRMI_UTCL1_STATUS),
88 	SOC15_REG_ENTRY_STR(GC, 0, regSQC_DCACHE_UTCL1_STATUS),
89 	SOC15_REG_ENTRY_STR(GC, 0, regSQC_ICACHE_UTCL1_STATUS),
90 	SOC15_REG_ENTRY_STR(GC, 0, regSQ_UTCL1_STATUS),
91 	SOC15_REG_ENTRY_STR(GC, 0, regTCP_UTCL1_STATUS),
92 	SOC15_REG_ENTRY_STR(GC, 0, regWD_UTCL1_STATUS),
93 	SOC15_REG_ENTRY_STR(GC, 0, regVM_L2_PROTECTION_FAULT_CNTL),
94 	SOC15_REG_ENTRY_STR(GC, 0, regVM_L2_PROTECTION_FAULT_STATUS),
95 	SOC15_REG_ENTRY_STR(GC, 0, regCP_DEBUG),
96 	SOC15_REG_ENTRY_STR(GC, 0, regCP_MEC_CNTL),
97 	SOC15_REG_ENTRY_STR(GC, 0, regCP_MEC1_INSTR_PNTR),
98 	SOC15_REG_ENTRY_STR(GC, 0, regCP_MEC2_INSTR_PNTR),
99 	SOC15_REG_ENTRY_STR(GC, 0, regCP_CPC_STATUS),
100 	SOC15_REG_ENTRY_STR(GC, 0, regRLC_STAT),
101 	SOC15_REG_ENTRY_STR(GC, 0, regRLC_SMU_COMMAND),
102 	SOC15_REG_ENTRY_STR(GC, 0, regRLC_SMU_MESSAGE),
103 	SOC15_REG_ENTRY_STR(GC, 0, regRLC_SMU_ARGUMENT_1),
104 	SOC15_REG_ENTRY_STR(GC, 0, regRLC_SMU_ARGUMENT_2),
105 	SOC15_REG_ENTRY_STR(GC, 0, regSMU_RLC_RESPONSE),
106 	SOC15_REG_ENTRY_STR(GC, 0, regRLC_SAFE_MODE),
107 	SOC15_REG_ENTRY_STR(GC, 0, regRLC_SMU_SAFE_MODE),
108 	SOC15_REG_ENTRY_STR(GC, 0, regRLC_INT_STAT),
109 	SOC15_REG_ENTRY_STR(GC, 0, regRLC_GPM_GENERAL_6),
110 	/* cp header registers */
111 	SOC15_REG_ENTRY_STR(GC, 0, regCP_MEC_ME1_HEADER_DUMP),
112 	SOC15_REG_ENTRY_STR(GC, 0, regCP_MEC_ME2_HEADER_DUMP),
113 	/* SE status registers */
114 	SOC15_REG_ENTRY_STR(GC, 0, regGRBM_STATUS_SE0),
115 	SOC15_REG_ENTRY_STR(GC, 0, regGRBM_STATUS_SE1),
116 	SOC15_REG_ENTRY_STR(GC, 0, regGRBM_STATUS_SE2),
117 	SOC15_REG_ENTRY_STR(GC, 0, regGRBM_STATUS_SE3)
118 };
119 
120 static const struct amdgpu_hwip_reg_entry gc_cp_reg_list_9_4_3[] = {
121 	/* compute queue registers */
122 	SOC15_REG_ENTRY_STR(GC, 0, regCP_HQD_VMID),
123 	SOC15_REG_ENTRY_STR(GC, 0, regCP_HQD_ACTIVE),
124 	SOC15_REG_ENTRY_STR(GC, 0, regCP_HQD_PERSISTENT_STATE),
125 	SOC15_REG_ENTRY_STR(GC, 0, regCP_HQD_PIPE_PRIORITY),
126 	SOC15_REG_ENTRY_STR(GC, 0, regCP_HQD_QUEUE_PRIORITY),
127 	SOC15_REG_ENTRY_STR(GC, 0, regCP_HQD_QUANTUM),
128 	SOC15_REG_ENTRY_STR(GC, 0, regCP_HQD_PQ_BASE),
129 	SOC15_REG_ENTRY_STR(GC, 0, regCP_HQD_PQ_BASE_HI),
130 	SOC15_REG_ENTRY_STR(GC, 0, regCP_HQD_PQ_RPTR),
131 	SOC15_REG_ENTRY_STR(GC, 0, regCP_HQD_PQ_WPTR_POLL_ADDR),
132 	SOC15_REG_ENTRY_STR(GC, 0, regCP_HQD_PQ_WPTR_POLL_ADDR_HI),
133 	SOC15_REG_ENTRY_STR(GC, 0, regCP_HQD_PQ_DOORBELL_CONTROL),
134 	SOC15_REG_ENTRY_STR(GC, 0, regCP_HQD_PQ_CONTROL),
135 	SOC15_REG_ENTRY_STR(GC, 0, regCP_HQD_IB_BASE_ADDR),
136 	SOC15_REG_ENTRY_STR(GC, 0, regCP_HQD_IB_BASE_ADDR_HI),
137 	SOC15_REG_ENTRY_STR(GC, 0, regCP_HQD_IB_RPTR),
138 	SOC15_REG_ENTRY_STR(GC, 0, regCP_HQD_IB_CONTROL),
139 	SOC15_REG_ENTRY_STR(GC, 0, regCP_HQD_DEQUEUE_REQUEST),
140 	SOC15_REG_ENTRY_STR(GC, 0, regCP_HQD_EOP_BASE_ADDR),
141 	SOC15_REG_ENTRY_STR(GC, 0, regCP_HQD_EOP_BASE_ADDR_HI),
142 	SOC15_REG_ENTRY_STR(GC, 0, regCP_HQD_EOP_CONTROL),
143 	SOC15_REG_ENTRY_STR(GC, 0, regCP_HQD_EOP_RPTR),
144 	SOC15_REG_ENTRY_STR(GC, 0, regCP_HQD_EOP_WPTR),
145 	SOC15_REG_ENTRY_STR(GC, 0, regCP_HQD_EOP_EVENTS),
146 	SOC15_REG_ENTRY_STR(GC, 0, regCP_HQD_CTX_SAVE_BASE_ADDR_LO),
147 	SOC15_REG_ENTRY_STR(GC, 0, regCP_HQD_CTX_SAVE_BASE_ADDR_HI),
148 	SOC15_REG_ENTRY_STR(GC, 0, regCP_HQD_CTX_SAVE_CONTROL),
149 	SOC15_REG_ENTRY_STR(GC, 0, regCP_HQD_CNTL_STACK_OFFSET),
150 	SOC15_REG_ENTRY_STR(GC, 0, regCP_HQD_CNTL_STACK_SIZE),
151 	SOC15_REG_ENTRY_STR(GC, 0, regCP_HQD_WG_STATE_OFFSET),
152 	SOC15_REG_ENTRY_STR(GC, 0, regCP_HQD_CTX_SAVE_SIZE),
153 	SOC15_REG_ENTRY_STR(GC, 0, regCP_HQD_GDS_RESOURCE_STATE),
154 	SOC15_REG_ENTRY_STR(GC, 0, regCP_HQD_ERROR),
155 	SOC15_REG_ENTRY_STR(GC, 0, regCP_HQD_EOP_WPTR_MEM),
156 	SOC15_REG_ENTRY_STR(GC, 0, regCP_HQD_PQ_WPTR_LO),
157 	SOC15_REG_ENTRY_STR(GC, 0, regCP_HQD_PQ_WPTR_HI),
158 	SOC15_REG_ENTRY_STR(GC, 0, regCP_HQD_GFX_STATUS),
159 };
160 
161 struct amdgpu_gfx_ras gfx_v9_4_3_ras;
162 
163 static void gfx_v9_4_3_set_ring_funcs(struct amdgpu_device *adev);
164 static void gfx_v9_4_3_set_irq_funcs(struct amdgpu_device *adev);
165 static void gfx_v9_4_3_set_gds_init(struct amdgpu_device *adev);
166 static void gfx_v9_4_3_set_rlc_funcs(struct amdgpu_device *adev);
167 static int gfx_v9_4_3_get_cu_info(struct amdgpu_device *adev,
168 				struct amdgpu_cu_info *cu_info);
169 static void gfx_v9_4_3_xcc_set_safe_mode(struct amdgpu_device *adev, int xcc_id);
170 static void gfx_v9_4_3_xcc_unset_safe_mode(struct amdgpu_device *adev, int xcc_id);
171 
gfx_v9_4_3_kiq_set_resources(struct amdgpu_ring * kiq_ring,uint64_t queue_mask)172 static void gfx_v9_4_3_kiq_set_resources(struct amdgpu_ring *kiq_ring,
173 				uint64_t queue_mask)
174 {
175 	struct amdgpu_device *adev = kiq_ring->adev;
176 	u64 shader_mc_addr;
177 
178 	/* Cleaner shader MC address */
179 	shader_mc_addr = adev->gfx.cleaner_shader_gpu_addr >> 8;
180 
181 	amdgpu_ring_write(kiq_ring, PACKET3(PACKET3_SET_RESOURCES, 6));
182 	amdgpu_ring_write(kiq_ring,
183 		PACKET3_SET_RESOURCES_VMID_MASK(0) |
184 		/* vmid_mask:0* queue_type:0 (KIQ) */
185 		PACKET3_SET_RESOURCES_QUEUE_TYPE(0));
186 	amdgpu_ring_write(kiq_ring,
187 			lower_32_bits(queue_mask));	/* queue mask lo */
188 	amdgpu_ring_write(kiq_ring,
189 			upper_32_bits(queue_mask));	/* queue mask hi */
190 	amdgpu_ring_write(kiq_ring, lower_32_bits(shader_mc_addr)); /* cleaner shader addr lo */
191 	amdgpu_ring_write(kiq_ring, upper_32_bits(shader_mc_addr)); /* cleaner shader addr hi */
192 	amdgpu_ring_write(kiq_ring, 0);	/* oac mask */
193 	amdgpu_ring_write(kiq_ring, 0);	/* gds heap base:0, gds heap size:0 */
194 }
195 
gfx_v9_4_3_kiq_map_queues(struct amdgpu_ring * kiq_ring,struct amdgpu_ring * ring)196 static void gfx_v9_4_3_kiq_map_queues(struct amdgpu_ring *kiq_ring,
197 				 struct amdgpu_ring *ring)
198 {
199 	struct amdgpu_device *adev = kiq_ring->adev;
200 	uint64_t mqd_addr = amdgpu_bo_gpu_offset(ring->mqd_obj);
201 	uint64_t wptr_addr = adev->wb.gpu_addr + (ring->wptr_offs * 4);
202 	uint32_t eng_sel = ring->funcs->type == AMDGPU_RING_TYPE_GFX ? 4 : 0;
203 
204 	amdgpu_ring_write(kiq_ring, PACKET3(PACKET3_MAP_QUEUES, 5));
205 	/* Q_sel:0, vmid:0, vidmem: 1, engine:0, num_Q:1*/
206 	amdgpu_ring_write(kiq_ring, /* Q_sel: 0, vmid: 0, engine: 0, num_Q: 1 */
207 			 PACKET3_MAP_QUEUES_QUEUE_SEL(0) | /* Queue_Sel */
208 			 PACKET3_MAP_QUEUES_VMID(0) | /* VMID */
209 			 PACKET3_MAP_QUEUES_QUEUE(ring->queue) |
210 			 PACKET3_MAP_QUEUES_PIPE(ring->pipe) |
211 			 PACKET3_MAP_QUEUES_ME((ring->me == 1 ? 0 : 1)) |
212 			 /*queue_type: normal compute queue */
213 			 PACKET3_MAP_QUEUES_QUEUE_TYPE(0) |
214 			 /* alloc format: all_on_one_pipe */
215 			 PACKET3_MAP_QUEUES_ALLOC_FORMAT(0) |
216 			 PACKET3_MAP_QUEUES_ENGINE_SEL(eng_sel) |
217 			 /* num_queues: must be 1 */
218 			 PACKET3_MAP_QUEUES_NUM_QUEUES(1));
219 	amdgpu_ring_write(kiq_ring,
220 			PACKET3_MAP_QUEUES_DOORBELL_OFFSET(ring->doorbell_index));
221 	amdgpu_ring_write(kiq_ring, lower_32_bits(mqd_addr));
222 	amdgpu_ring_write(kiq_ring, upper_32_bits(mqd_addr));
223 	amdgpu_ring_write(kiq_ring, lower_32_bits(wptr_addr));
224 	amdgpu_ring_write(kiq_ring, upper_32_bits(wptr_addr));
225 }
226 
gfx_v9_4_3_kiq_unmap_queues(struct amdgpu_ring * kiq_ring,struct amdgpu_ring * ring,enum amdgpu_unmap_queues_action action,u64 gpu_addr,u64 seq)227 static void gfx_v9_4_3_kiq_unmap_queues(struct amdgpu_ring *kiq_ring,
228 				   struct amdgpu_ring *ring,
229 				   enum amdgpu_unmap_queues_action action,
230 				   u64 gpu_addr, u64 seq)
231 {
232 	uint32_t eng_sel = ring->funcs->type == AMDGPU_RING_TYPE_GFX ? 4 : 0;
233 
234 	amdgpu_ring_write(kiq_ring, PACKET3(PACKET3_UNMAP_QUEUES, 4));
235 	amdgpu_ring_write(kiq_ring, /* Q_sel: 0, vmid: 0, engine: 0, num_Q: 1 */
236 			  PACKET3_UNMAP_QUEUES_ACTION(action) |
237 			  PACKET3_UNMAP_QUEUES_QUEUE_SEL(0) |
238 			  PACKET3_UNMAP_QUEUES_ENGINE_SEL(eng_sel) |
239 			  PACKET3_UNMAP_QUEUES_NUM_QUEUES(1));
240 	amdgpu_ring_write(kiq_ring,
241 			PACKET3_UNMAP_QUEUES_DOORBELL_OFFSET0(ring->doorbell_index));
242 
243 	if (action == PREEMPT_QUEUES_NO_UNMAP) {
244 		amdgpu_ring_write(kiq_ring, lower_32_bits(gpu_addr));
245 		amdgpu_ring_write(kiq_ring, upper_32_bits(gpu_addr));
246 		amdgpu_ring_write(kiq_ring, seq);
247 	} else {
248 		amdgpu_ring_write(kiq_ring, 0);
249 		amdgpu_ring_write(kiq_ring, 0);
250 		amdgpu_ring_write(kiq_ring, 0);
251 	}
252 }
253 
gfx_v9_4_3_kiq_query_status(struct amdgpu_ring * kiq_ring,struct amdgpu_ring * ring,u64 addr,u64 seq)254 static void gfx_v9_4_3_kiq_query_status(struct amdgpu_ring *kiq_ring,
255 				   struct amdgpu_ring *ring,
256 				   u64 addr,
257 				   u64 seq)
258 {
259 	uint32_t eng_sel = ring->funcs->type == AMDGPU_RING_TYPE_GFX ? 4 : 0;
260 
261 	amdgpu_ring_write(kiq_ring, PACKET3(PACKET3_QUERY_STATUS, 5));
262 	amdgpu_ring_write(kiq_ring,
263 			  PACKET3_QUERY_STATUS_CONTEXT_ID(0) |
264 			  PACKET3_QUERY_STATUS_INTERRUPT_SEL(0) |
265 			  PACKET3_QUERY_STATUS_COMMAND(2));
266 	/* Q_sel: 0, vmid: 0, engine: 0, num_Q: 1 */
267 	amdgpu_ring_write(kiq_ring,
268 			PACKET3_QUERY_STATUS_DOORBELL_OFFSET(ring->doorbell_index) |
269 			PACKET3_QUERY_STATUS_ENG_SEL(eng_sel));
270 	amdgpu_ring_write(kiq_ring, lower_32_bits(addr));
271 	amdgpu_ring_write(kiq_ring, upper_32_bits(addr));
272 	amdgpu_ring_write(kiq_ring, lower_32_bits(seq));
273 	amdgpu_ring_write(kiq_ring, upper_32_bits(seq));
274 }
275 
gfx_v9_4_3_kiq_invalidate_tlbs(struct amdgpu_ring * kiq_ring,uint16_t pasid,uint32_t flush_type,bool all_hub)276 static void gfx_v9_4_3_kiq_invalidate_tlbs(struct amdgpu_ring *kiq_ring,
277 				uint16_t pasid, uint32_t flush_type,
278 				bool all_hub)
279 {
280 	amdgpu_ring_write(kiq_ring, PACKET3(PACKET3_INVALIDATE_TLBS, 0));
281 	amdgpu_ring_write(kiq_ring,
282 			PACKET3_INVALIDATE_TLBS_DST_SEL(1) |
283 			PACKET3_INVALIDATE_TLBS_ALL_HUB(all_hub) |
284 			PACKET3_INVALIDATE_TLBS_PASID(pasid) |
285 			PACKET3_INVALIDATE_TLBS_FLUSH_TYPE(flush_type));
286 }
287 
gfx_v9_4_3_kiq_reset_hw_queue(struct amdgpu_ring * kiq_ring,uint32_t queue_type,uint32_t me_id,uint32_t pipe_id,uint32_t queue_id,uint32_t xcc_id,uint32_t vmid)288 static void gfx_v9_4_3_kiq_reset_hw_queue(struct amdgpu_ring *kiq_ring, uint32_t queue_type,
289 					  uint32_t me_id, uint32_t pipe_id, uint32_t queue_id,
290 					  uint32_t xcc_id, uint32_t vmid)
291 {
292 	struct amdgpu_device *adev = kiq_ring->adev;
293 	unsigned i;
294 
295 	/* enter save mode */
296 	amdgpu_gfx_rlc_enter_safe_mode(adev, xcc_id);
297 	mutex_lock(&adev->srbm_mutex);
298 	soc15_grbm_select(adev, me_id, pipe_id, queue_id, 0, xcc_id);
299 
300 	if (queue_type == AMDGPU_RING_TYPE_COMPUTE) {
301 		WREG32_SOC15(GC, GET_INST(GC, xcc_id), regCP_HQD_DEQUEUE_REQUEST, 0x2);
302 		WREG32_SOC15(GC, GET_INST(GC, xcc_id), regSPI_COMPUTE_QUEUE_RESET, 0x1);
303 		/* wait till dequeue take effects */
304 		for (i = 0; i < adev->usec_timeout; i++) {
305 			if (!(RREG32_SOC15(GC, GET_INST(GC, xcc_id), regCP_HQD_ACTIVE) & 1))
306 				break;
307 			udelay(1);
308 		}
309 		if (i >= adev->usec_timeout)
310 			dev_err(adev->dev, "fail to wait on hqd deactive\n");
311 	} else {
312 		dev_err(adev->dev, "reset queue_type(%d) not supported\n\n", queue_type);
313 	}
314 
315 	soc15_grbm_select(adev, 0, 0, 0, 0, 0);
316 	mutex_unlock(&adev->srbm_mutex);
317 	/* exit safe mode */
318 	amdgpu_gfx_rlc_exit_safe_mode(adev, xcc_id);
319 }
320 
321 static const struct kiq_pm4_funcs gfx_v9_4_3_kiq_pm4_funcs = {
322 	.kiq_set_resources = gfx_v9_4_3_kiq_set_resources,
323 	.kiq_map_queues = gfx_v9_4_3_kiq_map_queues,
324 	.kiq_unmap_queues = gfx_v9_4_3_kiq_unmap_queues,
325 	.kiq_query_status = gfx_v9_4_3_kiq_query_status,
326 	.kiq_invalidate_tlbs = gfx_v9_4_3_kiq_invalidate_tlbs,
327 	.kiq_reset_hw_queue = gfx_v9_4_3_kiq_reset_hw_queue,
328 	.set_resources_size = 8,
329 	.map_queues_size = 7,
330 	.unmap_queues_size = 6,
331 	.query_status_size = 7,
332 	.invalidate_tlbs_size = 2,
333 };
334 
gfx_v9_4_3_set_kiq_pm4_funcs(struct amdgpu_device * adev)335 static void gfx_v9_4_3_set_kiq_pm4_funcs(struct amdgpu_device *adev)
336 {
337 	int i, num_xcc;
338 
339 	num_xcc = NUM_XCC(adev->gfx.xcc_mask);
340 	for (i = 0; i < num_xcc; i++)
341 		adev->gfx.kiq[i].pmf = &gfx_v9_4_3_kiq_pm4_funcs;
342 }
343 
gfx_v9_4_3_init_golden_registers(struct amdgpu_device * adev)344 static void gfx_v9_4_3_init_golden_registers(struct amdgpu_device *adev)
345 {
346 	int i, num_xcc, dev_inst;
347 
348 	num_xcc = NUM_XCC(adev->gfx.xcc_mask);
349 	for (i = 0; i < num_xcc; i++) {
350 		dev_inst = GET_INST(GC, i);
351 
352 		WREG32_SOC15(GC, dev_inst, regGB_ADDR_CONFIG,
353 			     GOLDEN_GB_ADDR_CONFIG);
354 		/* Golden settings applied by driver for ASIC with rev_id 0 */
355 		if (adev->rev_id == 0) {
356 			WREG32_FIELD15_PREREG(GC, dev_inst, TCP_UTCL1_CNTL1,
357 					      REDUCE_FIFO_DEPTH_BY_2, 2);
358 		} else {
359 			WREG32_FIELD15_PREREG(GC, dev_inst, TCP_UTCL1_CNTL2,
360 						SPARE, 0x1);
361 		}
362 	}
363 }
364 
gfx_v9_4_3_normalize_xcc_reg_offset(uint32_t reg)365 static uint32_t gfx_v9_4_3_normalize_xcc_reg_offset(uint32_t reg)
366 {
367 	uint32_t normalized_reg = NORMALIZE_XCC_REG_OFFSET(reg);
368 
369 	/* If it is an XCC reg, normalize the reg to keep
370 	   lower 16 bits in local xcc */
371 
372 	if (((normalized_reg >= XCC_REG_RANGE_0_LOW) && (normalized_reg < XCC_REG_RANGE_0_HIGH)) ||
373 		((normalized_reg >= XCC_REG_RANGE_1_LOW) && (normalized_reg < XCC_REG_RANGE_1_HIGH)))
374 		return normalized_reg;
375 	else
376 		return reg;
377 }
378 
gfx_v9_4_3_write_data_to_reg(struct amdgpu_ring * ring,int eng_sel,bool wc,uint32_t reg,uint32_t val)379 static void gfx_v9_4_3_write_data_to_reg(struct amdgpu_ring *ring, int eng_sel,
380 				       bool wc, uint32_t reg, uint32_t val)
381 {
382 	reg = gfx_v9_4_3_normalize_xcc_reg_offset(reg);
383 	amdgpu_ring_write(ring, PACKET3(PACKET3_WRITE_DATA, 3));
384 	amdgpu_ring_write(ring, WRITE_DATA_ENGINE_SEL(eng_sel) |
385 				WRITE_DATA_DST_SEL(0) |
386 				(wc ? WR_CONFIRM : 0));
387 	amdgpu_ring_write(ring, reg);
388 	amdgpu_ring_write(ring, 0);
389 	amdgpu_ring_write(ring, val);
390 }
391 
gfx_v9_4_3_wait_reg_mem(struct amdgpu_ring * ring,int eng_sel,int mem_space,int opt,uint32_t addr0,uint32_t addr1,uint32_t ref,uint32_t mask,uint32_t inv)392 static void gfx_v9_4_3_wait_reg_mem(struct amdgpu_ring *ring, int eng_sel,
393 				  int mem_space, int opt, uint32_t addr0,
394 				  uint32_t addr1, uint32_t ref, uint32_t mask,
395 				  uint32_t inv)
396 {
397 	/* Only do the normalization on regspace */
398 	if (mem_space == 0) {
399 		addr0 = gfx_v9_4_3_normalize_xcc_reg_offset(addr0);
400 		addr1 = gfx_v9_4_3_normalize_xcc_reg_offset(addr1);
401 	}
402 
403 	amdgpu_ring_write(ring, PACKET3(PACKET3_WAIT_REG_MEM, 5));
404 	amdgpu_ring_write(ring,
405 				 /* memory (1) or register (0) */
406 				 (WAIT_REG_MEM_MEM_SPACE(mem_space) |
407 				 WAIT_REG_MEM_OPERATION(opt) | /* wait */
408 				 WAIT_REG_MEM_FUNCTION(3) |  /* equal */
409 				 WAIT_REG_MEM_ENGINE(eng_sel)));
410 
411 	if (mem_space)
412 		BUG_ON(addr0 & 0x3); /* Dword align */
413 	amdgpu_ring_write(ring, addr0);
414 	amdgpu_ring_write(ring, addr1);
415 	amdgpu_ring_write(ring, ref);
416 	amdgpu_ring_write(ring, mask);
417 	amdgpu_ring_write(ring, inv); /* poll interval */
418 }
419 
gfx_v9_4_3_ring_test_ring(struct amdgpu_ring * ring)420 static int gfx_v9_4_3_ring_test_ring(struct amdgpu_ring *ring)
421 {
422 	uint32_t scratch_reg0_offset, xcc_offset;
423 	struct amdgpu_device *adev = ring->adev;
424 	uint32_t tmp = 0;
425 	unsigned i;
426 	int r;
427 
428 	/* Use register offset which is local to XCC in the packet */
429 	xcc_offset = SOC15_REG_OFFSET(GC, 0, regSCRATCH_REG0);
430 	scratch_reg0_offset = SOC15_REG_OFFSET(GC, GET_INST(GC, ring->xcc_id), regSCRATCH_REG0);
431 	WREG32(scratch_reg0_offset, 0xCAFEDEAD);
432 	tmp = RREG32(scratch_reg0_offset);
433 
434 	r = amdgpu_ring_alloc(ring, 3);
435 	if (r)
436 		return r;
437 
438 	amdgpu_ring_write(ring, PACKET3(PACKET3_SET_UCONFIG_REG, 1));
439 	amdgpu_ring_write(ring, xcc_offset - PACKET3_SET_UCONFIG_REG_START);
440 	amdgpu_ring_write(ring, 0xDEADBEEF);
441 	amdgpu_ring_commit(ring);
442 
443 	for (i = 0; i < adev->usec_timeout; i++) {
444 		tmp = RREG32(scratch_reg0_offset);
445 		if (tmp == 0xDEADBEEF)
446 			break;
447 		udelay(1);
448 	}
449 
450 	if (i >= adev->usec_timeout)
451 		r = -ETIMEDOUT;
452 	return r;
453 }
454 
gfx_v9_4_3_ring_test_ib(struct amdgpu_ring * ring,long timeout)455 static int gfx_v9_4_3_ring_test_ib(struct amdgpu_ring *ring, long timeout)
456 {
457 	struct amdgpu_device *adev = ring->adev;
458 	struct amdgpu_ib ib;
459 	struct dma_fence *f = NULL;
460 
461 	unsigned index;
462 	uint64_t gpu_addr;
463 	uint32_t tmp;
464 	long r;
465 
466 	r = amdgpu_device_wb_get(adev, &index);
467 	if (r)
468 		return r;
469 
470 	gpu_addr = adev->wb.gpu_addr + (index * 4);
471 	adev->wb.wb[index] = cpu_to_le32(0xCAFEDEAD);
472 	memset(&ib, 0, sizeof(ib));
473 
474 	r = amdgpu_ib_get(adev, NULL, 20, AMDGPU_IB_POOL_DIRECT, &ib);
475 	if (r)
476 		goto err1;
477 
478 	ib.ptr[0] = PACKET3(PACKET3_WRITE_DATA, 3);
479 	ib.ptr[1] = WRITE_DATA_DST_SEL(5) | WR_CONFIRM;
480 	ib.ptr[2] = lower_32_bits(gpu_addr);
481 	ib.ptr[3] = upper_32_bits(gpu_addr);
482 	ib.ptr[4] = 0xDEADBEEF;
483 	ib.length_dw = 5;
484 
485 	r = amdgpu_ib_schedule(ring, 1, &ib, NULL, &f);
486 	if (r)
487 		goto err2;
488 
489 	r = dma_fence_wait_timeout(f, false, timeout);
490 	if (r == 0) {
491 		r = -ETIMEDOUT;
492 		goto err2;
493 	} else if (r < 0) {
494 		goto err2;
495 	}
496 
497 	tmp = adev->wb.wb[index];
498 	if (tmp == 0xDEADBEEF)
499 		r = 0;
500 	else
501 		r = -EINVAL;
502 
503 err2:
504 	amdgpu_ib_free(adev, &ib, NULL);
505 	dma_fence_put(f);
506 err1:
507 	amdgpu_device_wb_free(adev, index);
508 	return r;
509 }
510 
511 
512 /* This value might differs per partition */
gfx_v9_4_3_get_gpu_clock_counter(struct amdgpu_device * adev)513 static uint64_t gfx_v9_4_3_get_gpu_clock_counter(struct amdgpu_device *adev)
514 {
515 	uint64_t clock;
516 
517 	mutex_lock(&adev->gfx.gpu_clock_mutex);
518 	WREG32_SOC15(GC, GET_INST(GC, 0), regRLC_CAPTURE_GPU_CLOCK_COUNT, 1);
519 	clock = (uint64_t)RREG32_SOC15(GC, GET_INST(GC, 0), regRLC_GPU_CLOCK_COUNT_LSB) |
520 		((uint64_t)RREG32_SOC15(GC, GET_INST(GC, 0), regRLC_GPU_CLOCK_COUNT_MSB) << 32ULL);
521 	mutex_unlock(&adev->gfx.gpu_clock_mutex);
522 
523 	return clock;
524 }
525 
gfx_v9_4_3_free_microcode(struct amdgpu_device * adev)526 static void gfx_v9_4_3_free_microcode(struct amdgpu_device *adev)
527 {
528 	amdgpu_ucode_release(&adev->gfx.pfp_fw);
529 	amdgpu_ucode_release(&adev->gfx.me_fw);
530 	amdgpu_ucode_release(&adev->gfx.ce_fw);
531 	amdgpu_ucode_release(&adev->gfx.rlc_fw);
532 	amdgpu_ucode_release(&adev->gfx.mec_fw);
533 	amdgpu_ucode_release(&adev->gfx.mec2_fw);
534 
535 	kfree(adev->gfx.rlc.register_list_format);
536 }
537 
gfx_v9_4_3_init_rlc_microcode(struct amdgpu_device * adev,const char * chip_name)538 static int gfx_v9_4_3_init_rlc_microcode(struct amdgpu_device *adev,
539 					  const char *chip_name)
540 {
541 	int err;
542 	const struct rlc_firmware_header_v2_0 *rlc_hdr;
543 	uint16_t version_major;
544 	uint16_t version_minor;
545 
546 
547 	err = amdgpu_ucode_request(adev, &adev->gfx.rlc_fw,
548 				   "amdgpu/%s_rlc.bin", chip_name);
549 	if (err)
550 		goto out;
551 	rlc_hdr = (const struct rlc_firmware_header_v2_0 *)adev->gfx.rlc_fw->data;
552 
553 	version_major = le16_to_cpu(rlc_hdr->header.header_version_major);
554 	version_minor = le16_to_cpu(rlc_hdr->header.header_version_minor);
555 	err = amdgpu_gfx_rlc_init_microcode(adev, version_major, version_minor);
556 out:
557 	if (err)
558 		amdgpu_ucode_release(&adev->gfx.rlc_fw);
559 
560 	return err;
561 }
562 
gfx_v9_4_3_should_disable_gfxoff(struct pci_dev * pdev)563 static bool gfx_v9_4_3_should_disable_gfxoff(struct pci_dev *pdev)
564 {
565 	return true;
566 }
567 
gfx_v9_4_3_check_if_need_gfxoff(struct amdgpu_device * adev)568 static void gfx_v9_4_3_check_if_need_gfxoff(struct amdgpu_device *adev)
569 {
570 	if (gfx_v9_4_3_should_disable_gfxoff(adev->pdev))
571 		adev->pm.pp_feature &= ~PP_GFXOFF_MASK;
572 }
573 
gfx_v9_4_3_init_cp_compute_microcode(struct amdgpu_device * adev,const char * chip_name)574 static int gfx_v9_4_3_init_cp_compute_microcode(struct amdgpu_device *adev,
575 					  const char *chip_name)
576 {
577 	int err;
578 
579 	if (amdgpu_sriov_vf(adev))
580 		err = amdgpu_ucode_request(adev, &adev->gfx.mec_fw,
581 				"amdgpu/%s_sjt_mec.bin", chip_name);
582 	else
583 		err = amdgpu_ucode_request(adev, &adev->gfx.mec_fw,
584 				"amdgpu/%s_mec.bin", chip_name);
585 	if (err)
586 		goto out;
587 	amdgpu_gfx_cp_init_microcode(adev, AMDGPU_UCODE_ID_CP_MEC1);
588 	amdgpu_gfx_cp_init_microcode(adev, AMDGPU_UCODE_ID_CP_MEC1_JT);
589 
590 	adev->gfx.mec2_fw_version = adev->gfx.mec_fw_version;
591 	adev->gfx.mec2_feature_version = adev->gfx.mec_feature_version;
592 
593 	gfx_v9_4_3_check_if_need_gfxoff(adev);
594 
595 out:
596 	if (err)
597 		amdgpu_ucode_release(&adev->gfx.mec_fw);
598 	return err;
599 }
600 
gfx_v9_4_3_init_microcode(struct amdgpu_device * adev)601 static int gfx_v9_4_3_init_microcode(struct amdgpu_device *adev)
602 {
603 	char ucode_prefix[15];
604 	int r;
605 
606 	amdgpu_ucode_ip_version_decode(adev, GC_HWIP, ucode_prefix, sizeof(ucode_prefix));
607 
608 	r = gfx_v9_4_3_init_rlc_microcode(adev, ucode_prefix);
609 	if (r)
610 		return r;
611 
612 	r = gfx_v9_4_3_init_cp_compute_microcode(adev, ucode_prefix);
613 	if (r)
614 		return r;
615 
616 	return r;
617 }
618 
gfx_v9_4_3_mec_fini(struct amdgpu_device * adev)619 static void gfx_v9_4_3_mec_fini(struct amdgpu_device *adev)
620 {
621 	amdgpu_bo_free_kernel(&adev->gfx.mec.hpd_eop_obj, NULL, NULL);
622 	amdgpu_bo_free_kernel(&adev->gfx.mec.mec_fw_obj, NULL, NULL);
623 }
624 
gfx_v9_4_3_mec_init(struct amdgpu_device * adev)625 static int gfx_v9_4_3_mec_init(struct amdgpu_device *adev)
626 {
627 	int r, i, num_xcc;
628 	u32 *hpd;
629 	const __le32 *fw_data;
630 	unsigned fw_size;
631 	u32 *fw;
632 	size_t mec_hpd_size;
633 
634 	const struct gfx_firmware_header_v1_0 *mec_hdr;
635 
636 	num_xcc = NUM_XCC(adev->gfx.xcc_mask);
637 	for (i = 0; i < num_xcc; i++)
638 		bitmap_zero(adev->gfx.mec_bitmap[i].queue_bitmap,
639 			AMDGPU_MAX_COMPUTE_QUEUES);
640 
641 	/* take ownership of the relevant compute queues */
642 	amdgpu_gfx_compute_queue_acquire(adev);
643 	mec_hpd_size =
644 		adev->gfx.num_compute_rings * num_xcc * GFX9_MEC_HPD_SIZE;
645 	if (mec_hpd_size) {
646 		r = amdgpu_bo_create_reserved(adev, mec_hpd_size, PAGE_SIZE,
647 					      AMDGPU_GEM_DOMAIN_VRAM |
648 					      AMDGPU_GEM_DOMAIN_GTT,
649 					      &adev->gfx.mec.hpd_eop_obj,
650 					      &adev->gfx.mec.hpd_eop_gpu_addr,
651 					      (void **)&hpd);
652 		if (r) {
653 			dev_warn(adev->dev, "(%d) create HDP EOP bo failed\n", r);
654 			gfx_v9_4_3_mec_fini(adev);
655 			return r;
656 		}
657 
658 		if (amdgpu_emu_mode == 1) {
659 			for (i = 0; i < mec_hpd_size / 4; i++) {
660 				memset((void *)(hpd + i), 0, 4);
661 				if (i % 50 == 0)
662 					msleep(1);
663 			}
664 		} else {
665 			memset(hpd, 0, mec_hpd_size);
666 		}
667 
668 		amdgpu_bo_kunmap(adev->gfx.mec.hpd_eop_obj);
669 		amdgpu_bo_unreserve(adev->gfx.mec.hpd_eop_obj);
670 	}
671 
672 	mec_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.mec_fw->data;
673 
674 	fw_data = (const __le32 *)
675 		(adev->gfx.mec_fw->data +
676 		 le32_to_cpu(mec_hdr->header.ucode_array_offset_bytes));
677 	fw_size = le32_to_cpu(mec_hdr->header.ucode_size_bytes);
678 
679 	r = amdgpu_bo_create_reserved(adev, mec_hdr->header.ucode_size_bytes,
680 				      PAGE_SIZE, AMDGPU_GEM_DOMAIN_GTT,
681 				      &adev->gfx.mec.mec_fw_obj,
682 				      &adev->gfx.mec.mec_fw_gpu_addr,
683 				      (void **)&fw);
684 	if (r) {
685 		dev_warn(adev->dev, "(%d) create mec firmware bo failed\n", r);
686 		gfx_v9_4_3_mec_fini(adev);
687 		return r;
688 	}
689 
690 	memcpy(fw, fw_data, fw_size);
691 
692 	amdgpu_bo_kunmap(adev->gfx.mec.mec_fw_obj);
693 	amdgpu_bo_unreserve(adev->gfx.mec.mec_fw_obj);
694 
695 	return 0;
696 }
697 
gfx_v9_4_3_xcc_select_se_sh(struct amdgpu_device * adev,u32 se_num,u32 sh_num,u32 instance,int xcc_id)698 static void gfx_v9_4_3_xcc_select_se_sh(struct amdgpu_device *adev, u32 se_num,
699 					u32 sh_num, u32 instance, int xcc_id)
700 {
701 	u32 data;
702 
703 	if (instance == 0xffffffff)
704 		data = REG_SET_FIELD(0, GRBM_GFX_INDEX,
705 				     INSTANCE_BROADCAST_WRITES, 1);
706 	else
707 		data = REG_SET_FIELD(0, GRBM_GFX_INDEX,
708 				     INSTANCE_INDEX, instance);
709 
710 	if (se_num == 0xffffffff)
711 		data = REG_SET_FIELD(data, GRBM_GFX_INDEX,
712 				     SE_BROADCAST_WRITES, 1);
713 	else
714 		data = REG_SET_FIELD(data, GRBM_GFX_INDEX, SE_INDEX, se_num);
715 
716 	if (sh_num == 0xffffffff)
717 		data = REG_SET_FIELD(data, GRBM_GFX_INDEX,
718 				     SH_BROADCAST_WRITES, 1);
719 	else
720 		data = REG_SET_FIELD(data, GRBM_GFX_INDEX, SH_INDEX, sh_num);
721 
722 	WREG32_SOC15_RLC_SHADOW_EX(reg, GC, GET_INST(GC, xcc_id), regGRBM_GFX_INDEX, data);
723 }
724 
wave_read_ind(struct amdgpu_device * adev,uint32_t xcc_id,uint32_t simd,uint32_t wave,uint32_t address)725 static uint32_t wave_read_ind(struct amdgpu_device *adev, uint32_t xcc_id, uint32_t simd, uint32_t wave, uint32_t address)
726 {
727 	WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id), regSQ_IND_INDEX,
728 		(wave << SQ_IND_INDEX__WAVE_ID__SHIFT) |
729 		(simd << SQ_IND_INDEX__SIMD_ID__SHIFT) |
730 		(address << SQ_IND_INDEX__INDEX__SHIFT) |
731 		(SQ_IND_INDEX__FORCE_READ_MASK));
732 	return RREG32_SOC15(GC, GET_INST(GC, xcc_id), regSQ_IND_DATA);
733 }
734 
wave_read_regs(struct amdgpu_device * adev,uint32_t xcc_id,uint32_t simd,uint32_t wave,uint32_t thread,uint32_t regno,uint32_t num,uint32_t * out)735 static void wave_read_regs(struct amdgpu_device *adev, uint32_t xcc_id, uint32_t simd,
736 			   uint32_t wave, uint32_t thread,
737 			   uint32_t regno, uint32_t num, uint32_t *out)
738 {
739 	WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id), regSQ_IND_INDEX,
740 		(wave << SQ_IND_INDEX__WAVE_ID__SHIFT) |
741 		(simd << SQ_IND_INDEX__SIMD_ID__SHIFT) |
742 		(regno << SQ_IND_INDEX__INDEX__SHIFT) |
743 		(thread << SQ_IND_INDEX__THREAD_ID__SHIFT) |
744 		(SQ_IND_INDEX__FORCE_READ_MASK) |
745 		(SQ_IND_INDEX__AUTO_INCR_MASK));
746 	while (num--)
747 		*(out++) = RREG32_SOC15(GC, GET_INST(GC, xcc_id), regSQ_IND_DATA);
748 }
749 
gfx_v9_4_3_read_wave_data(struct amdgpu_device * adev,uint32_t xcc_id,uint32_t simd,uint32_t wave,uint32_t * dst,int * no_fields)750 static void gfx_v9_4_3_read_wave_data(struct amdgpu_device *adev,
751 				      uint32_t xcc_id, uint32_t simd, uint32_t wave,
752 				      uint32_t *dst, int *no_fields)
753 {
754 	/* type 1 wave data */
755 	dst[(*no_fields)++] = 1;
756 	dst[(*no_fields)++] = wave_read_ind(adev, xcc_id, simd, wave, ixSQ_WAVE_STATUS);
757 	dst[(*no_fields)++] = wave_read_ind(adev, xcc_id, simd, wave, ixSQ_WAVE_PC_LO);
758 	dst[(*no_fields)++] = wave_read_ind(adev, xcc_id, simd, wave, ixSQ_WAVE_PC_HI);
759 	dst[(*no_fields)++] = wave_read_ind(adev, xcc_id, simd, wave, ixSQ_WAVE_EXEC_LO);
760 	dst[(*no_fields)++] = wave_read_ind(adev, xcc_id, simd, wave, ixSQ_WAVE_EXEC_HI);
761 	dst[(*no_fields)++] = wave_read_ind(adev, xcc_id, simd, wave, ixSQ_WAVE_HW_ID);
762 	dst[(*no_fields)++] = wave_read_ind(adev, xcc_id, simd, wave, ixSQ_WAVE_INST_DW0);
763 	dst[(*no_fields)++] = wave_read_ind(adev, xcc_id, simd, wave, ixSQ_WAVE_INST_DW1);
764 	dst[(*no_fields)++] = wave_read_ind(adev, xcc_id, simd, wave, ixSQ_WAVE_GPR_ALLOC);
765 	dst[(*no_fields)++] = wave_read_ind(adev, xcc_id, simd, wave, ixSQ_WAVE_LDS_ALLOC);
766 	dst[(*no_fields)++] = wave_read_ind(adev, xcc_id, simd, wave, ixSQ_WAVE_TRAPSTS);
767 	dst[(*no_fields)++] = wave_read_ind(adev, xcc_id, simd, wave, ixSQ_WAVE_IB_STS);
768 	dst[(*no_fields)++] = wave_read_ind(adev, xcc_id, simd, wave, ixSQ_WAVE_IB_DBG0);
769 	dst[(*no_fields)++] = wave_read_ind(adev, xcc_id, simd, wave, ixSQ_WAVE_M0);
770 	dst[(*no_fields)++] = wave_read_ind(adev, xcc_id, simd, wave, ixSQ_WAVE_MODE);
771 }
772 
gfx_v9_4_3_read_wave_sgprs(struct amdgpu_device * adev,uint32_t xcc_id,uint32_t simd,uint32_t wave,uint32_t start,uint32_t size,uint32_t * dst)773 static void gfx_v9_4_3_read_wave_sgprs(struct amdgpu_device *adev, uint32_t xcc_id, uint32_t simd,
774 				       uint32_t wave, uint32_t start,
775 				       uint32_t size, uint32_t *dst)
776 {
777 	wave_read_regs(adev, xcc_id, simd, wave, 0,
778 		       start + SQIND_WAVE_SGPRS_OFFSET, size, dst);
779 }
780 
gfx_v9_4_3_read_wave_vgprs(struct amdgpu_device * adev,uint32_t xcc_id,uint32_t simd,uint32_t wave,uint32_t thread,uint32_t start,uint32_t size,uint32_t * dst)781 static void gfx_v9_4_3_read_wave_vgprs(struct amdgpu_device *adev, uint32_t xcc_id, uint32_t simd,
782 				       uint32_t wave, uint32_t thread,
783 				       uint32_t start, uint32_t size,
784 				       uint32_t *dst)
785 {
786 	wave_read_regs(adev, xcc_id, simd, wave, thread,
787 		       start + SQIND_WAVE_VGPRS_OFFSET, size, dst);
788 }
789 
gfx_v9_4_3_select_me_pipe_q(struct amdgpu_device * adev,u32 me,u32 pipe,u32 q,u32 vm,u32 xcc_id)790 static void gfx_v9_4_3_select_me_pipe_q(struct amdgpu_device *adev,
791 					u32 me, u32 pipe, u32 q, u32 vm, u32 xcc_id)
792 {
793 	soc15_grbm_select(adev, me, pipe, q, vm, GET_INST(GC, xcc_id));
794 }
795 
gfx_v9_4_3_get_xccs_per_xcp(struct amdgpu_device * adev)796 static int gfx_v9_4_3_get_xccs_per_xcp(struct amdgpu_device *adev)
797 {
798 	u32 xcp_ctl;
799 
800 	/* Value is expected to be the same on all, fetch from first instance */
801 	xcp_ctl = RREG32_SOC15(GC, GET_INST(GC, 0), regCP_HYP_XCP_CTL);
802 
803 	return REG_GET_FIELD(xcp_ctl, CP_HYP_XCP_CTL, NUM_XCC_IN_XCP);
804 }
805 
gfx_v9_4_3_switch_compute_partition(struct amdgpu_device * adev,int num_xccs_per_xcp)806 static int gfx_v9_4_3_switch_compute_partition(struct amdgpu_device *adev,
807 						int num_xccs_per_xcp)
808 {
809 	int ret, i, num_xcc;
810 	u32 tmp = 0;
811 
812 	if (adev->psp.funcs) {
813 		ret = psp_spatial_partition(&adev->psp,
814 					    NUM_XCC(adev->gfx.xcc_mask) /
815 						    num_xccs_per_xcp);
816 		if (ret)
817 			return ret;
818 	} else {
819 		num_xcc = NUM_XCC(adev->gfx.xcc_mask);
820 
821 		for (i = 0; i < num_xcc; i++) {
822 			tmp = REG_SET_FIELD(tmp, CP_HYP_XCP_CTL, NUM_XCC_IN_XCP,
823 					    num_xccs_per_xcp);
824 			tmp = REG_SET_FIELD(tmp, CP_HYP_XCP_CTL, VIRTUAL_XCC_ID,
825 					    i % num_xccs_per_xcp);
826 			WREG32_SOC15(GC, GET_INST(GC, i), regCP_HYP_XCP_CTL,
827 				     tmp);
828 		}
829 		ret = 0;
830 	}
831 
832 	adev->gfx.num_xcc_per_xcp = num_xccs_per_xcp;
833 
834 	return ret;
835 }
836 
gfx_v9_4_3_ih_to_xcc_inst(struct amdgpu_device * adev,int ih_node)837 static int gfx_v9_4_3_ih_to_xcc_inst(struct amdgpu_device *adev, int ih_node)
838 {
839 	int xcc;
840 
841 	xcc = hweight8(adev->gfx.xcc_mask & GENMASK(ih_node / 2, 0));
842 	if (!xcc) {
843 		dev_err(adev->dev, "Couldn't find xcc mapping from IH node");
844 		return -EINVAL;
845 	}
846 
847 	return xcc - 1;
848 }
849 
850 static const struct amdgpu_gfx_funcs gfx_v9_4_3_gfx_funcs = {
851 	.get_gpu_clock_counter = &gfx_v9_4_3_get_gpu_clock_counter,
852 	.select_se_sh = &gfx_v9_4_3_xcc_select_se_sh,
853 	.read_wave_data = &gfx_v9_4_3_read_wave_data,
854 	.read_wave_sgprs = &gfx_v9_4_3_read_wave_sgprs,
855 	.read_wave_vgprs = &gfx_v9_4_3_read_wave_vgprs,
856 	.select_me_pipe_q = &gfx_v9_4_3_select_me_pipe_q,
857 	.switch_partition_mode = &gfx_v9_4_3_switch_compute_partition,
858 	.ih_node_to_logical_xcc = &gfx_v9_4_3_ih_to_xcc_inst,
859 	.get_xccs_per_xcp = &gfx_v9_4_3_get_xccs_per_xcp,
860 };
861 
gfx_v9_4_3_aca_bank_parser(struct aca_handle * handle,struct aca_bank * bank,enum aca_smu_type type,void * data)862 static int gfx_v9_4_3_aca_bank_parser(struct aca_handle *handle,
863 				      struct aca_bank *bank, enum aca_smu_type type,
864 				      void *data)
865 {
866 	struct aca_bank_info info;
867 	u64 misc0;
868 	u32 instlo;
869 	int ret;
870 
871 	ret = aca_bank_info_decode(bank, &info);
872 	if (ret)
873 		return ret;
874 
875 	/* NOTE: overwrite info.die_id with xcd id for gfx */
876 	instlo = ACA_REG__IPID__INSTANCEIDLO(bank->regs[ACA_REG_IDX_IPID]);
877 	instlo &= GENMASK(31, 1);
878 	info.die_id = instlo == mmSMNAID_XCD0_MCA_SMU ? 0 : 1;
879 
880 	misc0 = bank->regs[ACA_REG_IDX_MISC0];
881 
882 	switch (type) {
883 	case ACA_SMU_TYPE_UE:
884 		ret = aca_error_cache_log_bank_error(handle, &info,
885 						     ACA_ERROR_TYPE_UE, 1ULL);
886 		break;
887 	case ACA_SMU_TYPE_CE:
888 		ret = aca_error_cache_log_bank_error(handle, &info,
889 						     ACA_ERROR_TYPE_CE, ACA_REG__MISC0__ERRCNT(misc0));
890 		break;
891 	default:
892 		return -EINVAL;
893 	}
894 
895 	return ret;
896 }
897 
gfx_v9_4_3_aca_bank_is_valid(struct aca_handle * handle,struct aca_bank * bank,enum aca_smu_type type,void * data)898 static bool gfx_v9_4_3_aca_bank_is_valid(struct aca_handle *handle, struct aca_bank *bank,
899 					 enum aca_smu_type type, void *data)
900 {
901 	u32 instlo;
902 
903 	instlo = ACA_REG__IPID__INSTANCEIDLO(bank->regs[ACA_REG_IDX_IPID]);
904 	instlo &= GENMASK(31, 1);
905 	switch (instlo) {
906 	case mmSMNAID_XCD0_MCA_SMU:
907 	case mmSMNAID_XCD1_MCA_SMU:
908 	case mmSMNXCD_XCD0_MCA_SMU:
909 		return true;
910 	default:
911 		break;
912 	}
913 
914 	return false;
915 }
916 
917 static const struct aca_bank_ops gfx_v9_4_3_aca_bank_ops = {
918 	.aca_bank_parser = gfx_v9_4_3_aca_bank_parser,
919 	.aca_bank_is_valid = gfx_v9_4_3_aca_bank_is_valid,
920 };
921 
922 static const struct aca_info gfx_v9_4_3_aca_info = {
923 	.hwip = ACA_HWIP_TYPE_SMU,
924 	.mask = ACA_ERROR_UE_MASK | ACA_ERROR_CE_MASK,
925 	.bank_ops = &gfx_v9_4_3_aca_bank_ops,
926 };
927 
gfx_v9_4_3_gpu_early_init(struct amdgpu_device * adev)928 static int gfx_v9_4_3_gpu_early_init(struct amdgpu_device *adev)
929 {
930 	u32 gb_addr_config;
931 
932 	adev->gfx.funcs = &gfx_v9_4_3_gfx_funcs;
933 	adev->gfx.ras = &gfx_v9_4_3_ras;
934 
935 	switch (amdgpu_ip_version(adev, GC_HWIP, 0)) {
936 	case IP_VERSION(9, 4, 3):
937 	case IP_VERSION(9, 4, 4):
938 		adev->gfx.config.max_hw_contexts = 8;
939 		adev->gfx.config.sc_prim_fifo_size_frontend = 0x20;
940 		adev->gfx.config.sc_prim_fifo_size_backend = 0x100;
941 		adev->gfx.config.sc_hiz_tile_fifo_size = 0x30;
942 		adev->gfx.config.sc_earlyz_tile_fifo_size = 0x4C0;
943 		gb_addr_config = RREG32_SOC15(GC, GET_INST(GC, 0), regGB_ADDR_CONFIG);
944 		break;
945 	default:
946 		BUG();
947 		break;
948 	}
949 
950 	adev->gfx.config.gb_addr_config = gb_addr_config;
951 
952 	adev->gfx.config.gb_addr_config_fields.num_pipes = 1 <<
953 			REG_GET_FIELD(
954 					adev->gfx.config.gb_addr_config,
955 					GB_ADDR_CONFIG,
956 					NUM_PIPES);
957 
958 	adev->gfx.config.max_tile_pipes =
959 		adev->gfx.config.gb_addr_config_fields.num_pipes;
960 
961 	adev->gfx.config.gb_addr_config_fields.num_banks = 1 <<
962 			REG_GET_FIELD(
963 					adev->gfx.config.gb_addr_config,
964 					GB_ADDR_CONFIG,
965 					NUM_BANKS);
966 	adev->gfx.config.gb_addr_config_fields.max_compress_frags = 1 <<
967 			REG_GET_FIELD(
968 					adev->gfx.config.gb_addr_config,
969 					GB_ADDR_CONFIG,
970 					MAX_COMPRESSED_FRAGS);
971 	adev->gfx.config.gb_addr_config_fields.num_rb_per_se = 1 <<
972 			REG_GET_FIELD(
973 					adev->gfx.config.gb_addr_config,
974 					GB_ADDR_CONFIG,
975 					NUM_RB_PER_SE);
976 	adev->gfx.config.gb_addr_config_fields.num_se = 1 <<
977 			REG_GET_FIELD(
978 					adev->gfx.config.gb_addr_config,
979 					GB_ADDR_CONFIG,
980 					NUM_SHADER_ENGINES);
981 	adev->gfx.config.gb_addr_config_fields.pipe_interleave_size = 1 << (8 +
982 			REG_GET_FIELD(
983 					adev->gfx.config.gb_addr_config,
984 					GB_ADDR_CONFIG,
985 					PIPE_INTERLEAVE_SIZE));
986 
987 	return 0;
988 }
989 
gfx_v9_4_3_compute_ring_init(struct amdgpu_device * adev,int ring_id,int xcc_id,int mec,int pipe,int queue)990 static int gfx_v9_4_3_compute_ring_init(struct amdgpu_device *adev, int ring_id,
991 				        int xcc_id, int mec, int pipe, int queue)
992 {
993 	unsigned irq_type;
994 	struct amdgpu_ring *ring = &adev->gfx.compute_ring[ring_id];
995 	unsigned int hw_prio;
996 	uint32_t xcc_doorbell_start;
997 
998 	ring = &adev->gfx.compute_ring[xcc_id * adev->gfx.num_compute_rings +
999 				       ring_id];
1000 
1001 	/* mec0 is me1 */
1002 	ring->xcc_id = xcc_id;
1003 	ring->me = mec + 1;
1004 	ring->pipe = pipe;
1005 	ring->queue = queue;
1006 
1007 	ring->ring_obj = NULL;
1008 	ring->use_doorbell = true;
1009 	xcc_doorbell_start = adev->doorbell_index.mec_ring0 +
1010 			     xcc_id * adev->doorbell_index.xcc_doorbell_range;
1011 	ring->doorbell_index = (xcc_doorbell_start + ring_id) << 1;
1012 	ring->eop_gpu_addr = adev->gfx.mec.hpd_eop_gpu_addr +
1013 			     (ring_id + xcc_id * adev->gfx.num_compute_rings) *
1014 				     GFX9_MEC_HPD_SIZE;
1015 	ring->vm_hub = AMDGPU_GFXHUB(xcc_id);
1016 	sprintf(ring->name, "comp_%d.%d.%d.%d",
1017 			ring->xcc_id, ring->me, ring->pipe, ring->queue);
1018 
1019 	irq_type = AMDGPU_CP_IRQ_COMPUTE_MEC1_PIPE0_EOP
1020 		+ ((ring->me - 1) * adev->gfx.mec.num_pipe_per_mec)
1021 		+ ring->pipe;
1022 	hw_prio = amdgpu_gfx_is_high_priority_compute_queue(adev, ring) ?
1023 			AMDGPU_GFX_PIPE_PRIO_HIGH : AMDGPU_GFX_PIPE_PRIO_NORMAL;
1024 	/* type-2 packets are deprecated on MEC, use type-3 instead */
1025 	return amdgpu_ring_init(adev, ring, 1024, &adev->gfx.eop_irq, irq_type,
1026 				hw_prio, NULL);
1027 }
1028 
gfx_v9_4_3_alloc_ip_dump(struct amdgpu_device * adev)1029 static void gfx_v9_4_3_alloc_ip_dump(struct amdgpu_device *adev)
1030 {
1031 	uint32_t reg_count = ARRAY_SIZE(gc_reg_list_9_4_3);
1032 	uint32_t *ptr, num_xcc, inst;
1033 
1034 	num_xcc = NUM_XCC(adev->gfx.xcc_mask);
1035 
1036 	ptr = kcalloc(reg_count * num_xcc, sizeof(uint32_t), GFP_KERNEL);
1037 	if (!ptr) {
1038 		DRM_ERROR("Failed to allocate memory for GFX IP Dump\n");
1039 		adev->gfx.ip_dump_core = NULL;
1040 	} else {
1041 		adev->gfx.ip_dump_core = ptr;
1042 	}
1043 
1044 	/* Allocate memory for compute queue registers for all the instances */
1045 	reg_count = ARRAY_SIZE(gc_cp_reg_list_9_4_3);
1046 	inst = adev->gfx.mec.num_mec * adev->gfx.mec.num_pipe_per_mec *
1047 		adev->gfx.mec.num_queue_per_pipe;
1048 
1049 	ptr = kcalloc(reg_count * inst * num_xcc, sizeof(uint32_t), GFP_KERNEL);
1050 	if (!ptr) {
1051 		DRM_ERROR("Failed to allocate memory for Compute Queues IP Dump\n");
1052 		adev->gfx.ip_dump_compute_queues = NULL;
1053 	} else {
1054 		adev->gfx.ip_dump_compute_queues = ptr;
1055 	}
1056 }
1057 
gfx_v9_4_3_sw_init(struct amdgpu_ip_block * ip_block)1058 static int gfx_v9_4_3_sw_init(struct amdgpu_ip_block *ip_block)
1059 {
1060 	int i, j, k, r, ring_id, xcc_id, num_xcc;
1061 	struct amdgpu_device *adev = ip_block->adev;
1062 
1063 	switch (amdgpu_ip_version(adev, GC_HWIP, 0)) {
1064 	case IP_VERSION(9, 4, 3):
1065 	case IP_VERSION(9, 4, 4):
1066 		adev->gfx.cleaner_shader_ptr = gfx_9_4_3_cleaner_shader_hex;
1067 		adev->gfx.cleaner_shader_size = sizeof(gfx_9_4_3_cleaner_shader_hex);
1068 		if (adev->gfx.mec_fw_version >= 153) {
1069 			adev->gfx.enable_cleaner_shader = true;
1070 			r = amdgpu_gfx_cleaner_shader_sw_init(adev, adev->gfx.cleaner_shader_size);
1071 			if (r) {
1072 				adev->gfx.enable_cleaner_shader = false;
1073 				dev_err(adev->dev, "Failed to initialize cleaner shader\n");
1074 			}
1075 		}
1076 		break;
1077 	default:
1078 		adev->gfx.enable_cleaner_shader = false;
1079 		break;
1080 	}
1081 
1082 	adev->gfx.mec.num_mec = 2;
1083 	adev->gfx.mec.num_pipe_per_mec = 4;
1084 	adev->gfx.mec.num_queue_per_pipe = 8;
1085 
1086 	num_xcc = NUM_XCC(adev->gfx.xcc_mask);
1087 
1088 	/* EOP Event */
1089 	r = amdgpu_irq_add_id(adev, SOC15_IH_CLIENTID_GRBM_CP, GFX_9_0__SRCID__CP_EOP_INTERRUPT, &adev->gfx.eop_irq);
1090 	if (r)
1091 		return r;
1092 
1093 	/* Bad opcode Event */
1094 	r = amdgpu_irq_add_id(adev, SOC15_IH_CLIENTID_GRBM_CP,
1095 			      GFX_9_0__SRCID__CP_BAD_OPCODE_ERROR,
1096 			      &adev->gfx.bad_op_irq);
1097 	if (r)
1098 		return r;
1099 
1100 	/* Privileged reg */
1101 	r = amdgpu_irq_add_id(adev, SOC15_IH_CLIENTID_GRBM_CP, GFX_9_0__SRCID__CP_PRIV_REG_FAULT,
1102 			      &adev->gfx.priv_reg_irq);
1103 	if (r)
1104 		return r;
1105 
1106 	/* Privileged inst */
1107 	r = amdgpu_irq_add_id(adev, SOC15_IH_CLIENTID_GRBM_CP, GFX_9_0__SRCID__CP_PRIV_INSTR_FAULT,
1108 			      &adev->gfx.priv_inst_irq);
1109 	if (r)
1110 		return r;
1111 
1112 	adev->gfx.gfx_current_status = AMDGPU_GFX_NORMAL_MODE;
1113 
1114 	r = adev->gfx.rlc.funcs->init(adev);
1115 	if (r) {
1116 		DRM_ERROR("Failed to init rlc BOs!\n");
1117 		return r;
1118 	}
1119 
1120 	r = gfx_v9_4_3_mec_init(adev);
1121 	if (r) {
1122 		DRM_ERROR("Failed to init MEC BOs!\n");
1123 		return r;
1124 	}
1125 
1126 	/* set up the compute queues - allocate horizontally across pipes */
1127 	for (xcc_id = 0; xcc_id < num_xcc; xcc_id++) {
1128 		ring_id = 0;
1129 		for (i = 0; i < adev->gfx.mec.num_mec; ++i) {
1130 			for (j = 0; j < adev->gfx.mec.num_queue_per_pipe; j++) {
1131 				for (k = 0; k < adev->gfx.mec.num_pipe_per_mec;
1132 				     k++) {
1133 					if (!amdgpu_gfx_is_mec_queue_enabled(
1134 							adev, xcc_id, i, k, j))
1135 						continue;
1136 
1137 					r = gfx_v9_4_3_compute_ring_init(adev,
1138 								       ring_id,
1139 								       xcc_id,
1140 								       i, k, j);
1141 					if (r)
1142 						return r;
1143 
1144 					ring_id++;
1145 				}
1146 			}
1147 		}
1148 
1149 		r = amdgpu_gfx_kiq_init(adev, GFX9_MEC_HPD_SIZE, xcc_id);
1150 		if (r) {
1151 			DRM_ERROR("Failed to init KIQ BOs!\n");
1152 			return r;
1153 		}
1154 
1155 		r = amdgpu_gfx_kiq_init_ring(adev, xcc_id);
1156 		if (r)
1157 			return r;
1158 
1159 		/* create MQD for all compute queues as wel as KIQ for SRIOV case */
1160 		r = amdgpu_gfx_mqd_sw_init(adev,
1161 				sizeof(struct v9_mqd_allocation), xcc_id);
1162 		if (r)
1163 			return r;
1164 	}
1165 
1166 	adev->gfx.compute_supported_reset =
1167 		amdgpu_get_soft_full_reset_mask(&adev->gfx.compute_ring[0]);
1168 	switch (amdgpu_ip_version(adev, GC_HWIP, 0)) {
1169 	case IP_VERSION(9, 4, 3):
1170 	case IP_VERSION(9, 4, 4):
1171 		if (adev->gfx.mec_fw_version >= 155) {
1172 			adev->gfx.compute_supported_reset |= AMDGPU_RESET_TYPE_PER_QUEUE;
1173 			adev->gfx.compute_supported_reset |= AMDGPU_RESET_TYPE_PER_PIPE;
1174 		}
1175 		break;
1176 	default:
1177 		break;
1178 	}
1179 	r = gfx_v9_4_3_gpu_early_init(adev);
1180 	if (r)
1181 		return r;
1182 
1183 	r = amdgpu_gfx_ras_sw_init(adev);
1184 	if (r)
1185 		return r;
1186 
1187 	r = amdgpu_gfx_sysfs_init(adev);
1188 	if (r)
1189 		return r;
1190 
1191 	gfx_v9_4_3_alloc_ip_dump(adev);
1192 
1193 	return 0;
1194 }
1195 
gfx_v9_4_3_sw_fini(struct amdgpu_ip_block * ip_block)1196 static int gfx_v9_4_3_sw_fini(struct amdgpu_ip_block *ip_block)
1197 {
1198 	int i, num_xcc;
1199 	struct amdgpu_device *adev = ip_block->adev;
1200 
1201 	num_xcc = NUM_XCC(adev->gfx.xcc_mask);
1202 	for (i = 0; i < adev->gfx.num_compute_rings * num_xcc; i++)
1203 		amdgpu_ring_fini(&adev->gfx.compute_ring[i]);
1204 
1205 	for (i = 0; i < num_xcc; i++) {
1206 		amdgpu_gfx_mqd_sw_fini(adev, i);
1207 		amdgpu_gfx_kiq_free_ring(&adev->gfx.kiq[i].ring);
1208 		amdgpu_gfx_kiq_fini(adev, i);
1209 	}
1210 
1211 	amdgpu_gfx_cleaner_shader_sw_fini(adev);
1212 
1213 	gfx_v9_4_3_mec_fini(adev);
1214 	amdgpu_bo_unref(&adev->gfx.rlc.clear_state_obj);
1215 	gfx_v9_4_3_free_microcode(adev);
1216 	amdgpu_gfx_sysfs_fini(adev);
1217 
1218 	kfree(adev->gfx.ip_dump_core);
1219 	kfree(adev->gfx.ip_dump_compute_queues);
1220 
1221 	return 0;
1222 }
1223 
1224 #define DEFAULT_SH_MEM_BASES	(0x6000)
gfx_v9_4_3_xcc_init_compute_vmid(struct amdgpu_device * adev,int xcc_id)1225 static void gfx_v9_4_3_xcc_init_compute_vmid(struct amdgpu_device *adev,
1226 					     int xcc_id)
1227 {
1228 	int i;
1229 	uint32_t sh_mem_config;
1230 	uint32_t sh_mem_bases;
1231 	uint32_t data;
1232 
1233 	/*
1234 	 * Configure apertures:
1235 	 * LDS:         0x60000000'00000000 - 0x60000001'00000000 (4GB)
1236 	 * Scratch:     0x60000001'00000000 - 0x60000002'00000000 (4GB)
1237 	 * GPUVM:       0x60010000'00000000 - 0x60020000'00000000 (1TB)
1238 	 */
1239 	sh_mem_bases = DEFAULT_SH_MEM_BASES | (DEFAULT_SH_MEM_BASES << 16);
1240 
1241 	sh_mem_config = SH_MEM_ADDRESS_MODE_64 |
1242 			SH_MEM_ALIGNMENT_MODE_UNALIGNED <<
1243 			SH_MEM_CONFIG__ALIGNMENT_MODE__SHIFT;
1244 
1245 	mutex_lock(&adev->srbm_mutex);
1246 	for (i = adev->vm_manager.first_kfd_vmid; i < AMDGPU_NUM_VMID; i++) {
1247 		soc15_grbm_select(adev, 0, 0, 0, i, GET_INST(GC, xcc_id));
1248 		/* CP and shaders */
1249 		WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id), regSH_MEM_CONFIG, sh_mem_config);
1250 		WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id), regSH_MEM_BASES, sh_mem_bases);
1251 
1252 		/* Enable trap for each kfd vmid. */
1253 		data = RREG32_SOC15(GC, GET_INST(GC, xcc_id), regSPI_GDBG_PER_VMID_CNTL);
1254 		data = REG_SET_FIELD(data, SPI_GDBG_PER_VMID_CNTL, TRAP_EN, 1);
1255 		WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id), regSPI_GDBG_PER_VMID_CNTL, data);
1256 	}
1257 	soc15_grbm_select(adev, 0, 0, 0, 0, GET_INST(GC, xcc_id));
1258 	mutex_unlock(&adev->srbm_mutex);
1259 
1260 	/*
1261 	 * Initialize all compute VMIDs to have no GDS, GWS, or OA
1262 	 * access. These should be enabled by FW for target VMIDs.
1263 	 */
1264 	for (i = adev->vm_manager.first_kfd_vmid; i < AMDGPU_NUM_VMID; i++) {
1265 		WREG32_SOC15_OFFSET(GC, GET_INST(GC, xcc_id), regGDS_VMID0_BASE, 2 * i, 0);
1266 		WREG32_SOC15_OFFSET(GC, GET_INST(GC, xcc_id), regGDS_VMID0_SIZE, 2 * i, 0);
1267 		WREG32_SOC15_OFFSET(GC, GET_INST(GC, xcc_id), regGDS_GWS_VMID0, i, 0);
1268 		WREG32_SOC15_OFFSET(GC, GET_INST(GC, xcc_id), regGDS_OA_VMID0, i, 0);
1269 	}
1270 }
1271 
gfx_v9_4_3_xcc_init_gds_vmid(struct amdgpu_device * adev,int xcc_id)1272 static void gfx_v9_4_3_xcc_init_gds_vmid(struct amdgpu_device *adev, int xcc_id)
1273 {
1274 	int vmid;
1275 
1276 	/*
1277 	 * Initialize all compute and user-gfx VMIDs to have no GDS, GWS, or OA
1278 	 * access. Compute VMIDs should be enabled by FW for target VMIDs,
1279 	 * the driver can enable them for graphics. VMID0 should maintain
1280 	 * access so that HWS firmware can save/restore entries.
1281 	 */
1282 	for (vmid = 1; vmid < AMDGPU_NUM_VMID; vmid++) {
1283 		WREG32_SOC15_OFFSET(GC, GET_INST(GC, xcc_id), regGDS_VMID0_BASE, 2 * vmid, 0);
1284 		WREG32_SOC15_OFFSET(GC, GET_INST(GC, xcc_id), regGDS_VMID0_SIZE, 2 * vmid, 0);
1285 		WREG32_SOC15_OFFSET(GC, GET_INST(GC, xcc_id), regGDS_GWS_VMID0, vmid, 0);
1286 		WREG32_SOC15_OFFSET(GC, GET_INST(GC, xcc_id), regGDS_OA_VMID0, vmid, 0);
1287 	}
1288 }
1289 
gfx_v9_4_3_xcc_constants_init(struct amdgpu_device * adev,int xcc_id)1290 static void gfx_v9_4_3_xcc_constants_init(struct amdgpu_device *adev,
1291 					  int xcc_id)
1292 {
1293 	u32 tmp;
1294 	int i;
1295 
1296 	/* XXX SH_MEM regs */
1297 	/* where to put LDS, scratch, GPUVM in FSA64 space */
1298 	mutex_lock(&adev->srbm_mutex);
1299 	for (i = 0; i < adev->vm_manager.id_mgr[AMDGPU_GFXHUB(0)].num_ids; i++) {
1300 		soc15_grbm_select(adev, 0, 0, 0, i, GET_INST(GC, xcc_id));
1301 		/* CP and shaders */
1302 		if (i == 0) {
1303 			tmp = REG_SET_FIELD(0, SH_MEM_CONFIG, ALIGNMENT_MODE,
1304 					    SH_MEM_ALIGNMENT_MODE_UNALIGNED);
1305 			tmp = REG_SET_FIELD(tmp, SH_MEM_CONFIG, RETRY_DISABLE,
1306 					    !!adev->gmc.noretry);
1307 			WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id),
1308 					 regSH_MEM_CONFIG, tmp);
1309 			WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id),
1310 					 regSH_MEM_BASES, 0);
1311 		} else {
1312 			tmp = REG_SET_FIELD(0, SH_MEM_CONFIG, ALIGNMENT_MODE,
1313 					    SH_MEM_ALIGNMENT_MODE_UNALIGNED);
1314 			tmp = REG_SET_FIELD(tmp, SH_MEM_CONFIG, RETRY_DISABLE,
1315 					    !!adev->gmc.noretry);
1316 			WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id),
1317 					 regSH_MEM_CONFIG, tmp);
1318 			tmp = REG_SET_FIELD(0, SH_MEM_BASES, PRIVATE_BASE,
1319 					    (adev->gmc.private_aperture_start >>
1320 					     48));
1321 			tmp = REG_SET_FIELD(tmp, SH_MEM_BASES, SHARED_BASE,
1322 					    (adev->gmc.shared_aperture_start >>
1323 					     48));
1324 			WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id),
1325 					 regSH_MEM_BASES, tmp);
1326 		}
1327 	}
1328 	soc15_grbm_select(adev, 0, 0, 0, 0, GET_INST(GC, 0));
1329 
1330 	mutex_unlock(&adev->srbm_mutex);
1331 
1332 	gfx_v9_4_3_xcc_init_compute_vmid(adev, xcc_id);
1333 	gfx_v9_4_3_xcc_init_gds_vmid(adev, xcc_id);
1334 }
1335 
gfx_v9_4_3_constants_init(struct amdgpu_device * adev)1336 static void gfx_v9_4_3_constants_init(struct amdgpu_device *adev)
1337 {
1338 	int i, num_xcc;
1339 
1340 	num_xcc = NUM_XCC(adev->gfx.xcc_mask);
1341 
1342 	gfx_v9_4_3_get_cu_info(adev, &adev->gfx.cu_info);
1343 	adev->gfx.config.db_debug2 =
1344 		RREG32_SOC15(GC, GET_INST(GC, 0), regDB_DEBUG2);
1345 
1346 	for (i = 0; i < num_xcc; i++)
1347 		gfx_v9_4_3_xcc_constants_init(adev, i);
1348 }
1349 
1350 static void
gfx_v9_4_3_xcc_enable_save_restore_machine(struct amdgpu_device * adev,int xcc_id)1351 gfx_v9_4_3_xcc_enable_save_restore_machine(struct amdgpu_device *adev,
1352 					   int xcc_id)
1353 {
1354 	WREG32_FIELD15_PREREG(GC, GET_INST(GC, xcc_id), RLC_SRM_CNTL, SRM_ENABLE, 1);
1355 }
1356 
gfx_v9_4_3_xcc_init_pg(struct amdgpu_device * adev,int xcc_id)1357 static void gfx_v9_4_3_xcc_init_pg(struct amdgpu_device *adev, int xcc_id)
1358 {
1359 	/*
1360 	 * Rlc save restore list is workable since v2_1.
1361 	 * And it's needed by gfxoff feature.
1362 	 */
1363 	if (adev->gfx.rlc.is_rlc_v2_1)
1364 		gfx_v9_4_3_xcc_enable_save_restore_machine(adev, xcc_id);
1365 }
1366 
gfx_v9_4_3_xcc_disable_gpa_mode(struct amdgpu_device * adev,int xcc_id)1367 static void gfx_v9_4_3_xcc_disable_gpa_mode(struct amdgpu_device *adev, int xcc_id)
1368 {
1369 	uint32_t data;
1370 
1371 	data = RREG32_SOC15(GC, GET_INST(GC, xcc_id), regCPC_PSP_DEBUG);
1372 	data |= CPC_PSP_DEBUG__UTCL2IUGPAOVERRIDE_MASK;
1373 	WREG32_SOC15(GC, GET_INST(GC, xcc_id), regCPC_PSP_DEBUG, data);
1374 }
1375 
gfx_v9_4_3_is_rlc_enabled(struct amdgpu_device * adev)1376 static bool gfx_v9_4_3_is_rlc_enabled(struct amdgpu_device *adev)
1377 {
1378 	uint32_t rlc_setting;
1379 
1380 	/* if RLC is not enabled, do nothing */
1381 	rlc_setting = RREG32_SOC15(GC, GET_INST(GC, 0), regRLC_CNTL);
1382 	if (!(rlc_setting & RLC_CNTL__RLC_ENABLE_F32_MASK))
1383 		return false;
1384 
1385 	return true;
1386 }
1387 
gfx_v9_4_3_xcc_set_safe_mode(struct amdgpu_device * adev,int xcc_id)1388 static void gfx_v9_4_3_xcc_set_safe_mode(struct amdgpu_device *adev, int xcc_id)
1389 {
1390 	uint32_t data;
1391 	unsigned i;
1392 
1393 	data = RLC_SAFE_MODE__CMD_MASK;
1394 	data |= (1 << RLC_SAFE_MODE__MESSAGE__SHIFT);
1395 	WREG32_SOC15(GC, GET_INST(GC, xcc_id), regRLC_SAFE_MODE, data);
1396 
1397 	/* wait for RLC_SAFE_MODE */
1398 	for (i = 0; i < adev->usec_timeout; i++) {
1399 		if (!REG_GET_FIELD(RREG32_SOC15(GC, GET_INST(GC, xcc_id), regRLC_SAFE_MODE), RLC_SAFE_MODE, CMD))
1400 			break;
1401 		udelay(1);
1402 	}
1403 }
1404 
gfx_v9_4_3_xcc_unset_safe_mode(struct amdgpu_device * adev,int xcc_id)1405 static void gfx_v9_4_3_xcc_unset_safe_mode(struct amdgpu_device *adev,
1406 					   int xcc_id)
1407 {
1408 	uint32_t data;
1409 
1410 	data = RLC_SAFE_MODE__CMD_MASK;
1411 	WREG32_SOC15(GC, GET_INST(GC, xcc_id), regRLC_SAFE_MODE, data);
1412 }
1413 
gfx_v9_4_3_init_rlcg_reg_access_ctrl(struct amdgpu_device * adev)1414 static void gfx_v9_4_3_init_rlcg_reg_access_ctrl(struct amdgpu_device *adev)
1415 {
1416 	int xcc_id, num_xcc;
1417 	struct amdgpu_rlcg_reg_access_ctrl *reg_access_ctrl;
1418 
1419 	num_xcc = NUM_XCC(adev->gfx.xcc_mask);
1420 	for (xcc_id = 0; xcc_id < num_xcc; xcc_id++) {
1421 		reg_access_ctrl = &adev->gfx.rlc.reg_access_ctrl[GET_INST(GC, xcc_id)];
1422 		reg_access_ctrl->scratch_reg0 = SOC15_REG_OFFSET(GC, GET_INST(GC, xcc_id), regSCRATCH_REG0);
1423 		reg_access_ctrl->scratch_reg1 = SOC15_REG_OFFSET(GC, GET_INST(GC, xcc_id), regSCRATCH_REG1);
1424 		reg_access_ctrl->scratch_reg2 = SOC15_REG_OFFSET(GC, GET_INST(GC, xcc_id), regSCRATCH_REG2);
1425 		reg_access_ctrl->scratch_reg3 = SOC15_REG_OFFSET(GC, GET_INST(GC, xcc_id), regSCRATCH_REG3);
1426 		reg_access_ctrl->grbm_cntl = SOC15_REG_OFFSET(GC, GET_INST(GC, xcc_id), regGRBM_GFX_CNTL);
1427 		reg_access_ctrl->grbm_idx = SOC15_REG_OFFSET(GC, GET_INST(GC, xcc_id), regGRBM_GFX_INDEX);
1428 		reg_access_ctrl->spare_int = SOC15_REG_OFFSET(GC, GET_INST(GC, xcc_id), regRLC_SPARE_INT);
1429 	}
1430 	adev->gfx.rlc.rlcg_reg_access_supported = true;
1431 }
1432 
gfx_v9_4_3_rlc_init(struct amdgpu_device * adev)1433 static int gfx_v9_4_3_rlc_init(struct amdgpu_device *adev)
1434 {
1435 	/* init spm vmid with 0xf */
1436 	if (adev->gfx.rlc.funcs->update_spm_vmid)
1437 		adev->gfx.rlc.funcs->update_spm_vmid(adev, NULL, 0xf);
1438 
1439 	return 0;
1440 }
1441 
gfx_v9_4_3_xcc_wait_for_rlc_serdes(struct amdgpu_device * adev,int xcc_id)1442 static void gfx_v9_4_3_xcc_wait_for_rlc_serdes(struct amdgpu_device *adev,
1443 					       int xcc_id)
1444 {
1445 	u32 i, j, k;
1446 	u32 mask;
1447 
1448 	mutex_lock(&adev->grbm_idx_mutex);
1449 	for (i = 0; i < adev->gfx.config.max_shader_engines; i++) {
1450 		for (j = 0; j < adev->gfx.config.max_sh_per_se; j++) {
1451 			gfx_v9_4_3_xcc_select_se_sh(adev, i, j, 0xffffffff,
1452 						    xcc_id);
1453 			for (k = 0; k < adev->usec_timeout; k++) {
1454 				if (RREG32_SOC15(GC, GET_INST(GC, xcc_id), regRLC_SERDES_CU_MASTER_BUSY) == 0)
1455 					break;
1456 				udelay(1);
1457 			}
1458 			if (k == adev->usec_timeout) {
1459 				gfx_v9_4_3_xcc_select_se_sh(adev, 0xffffffff,
1460 							    0xffffffff,
1461 							    0xffffffff, xcc_id);
1462 				mutex_unlock(&adev->grbm_idx_mutex);
1463 				DRM_INFO("Timeout wait for RLC serdes %u,%u\n",
1464 					 i, j);
1465 				return;
1466 			}
1467 		}
1468 	}
1469 	gfx_v9_4_3_xcc_select_se_sh(adev, 0xffffffff, 0xffffffff, 0xffffffff,
1470 				    xcc_id);
1471 	mutex_unlock(&adev->grbm_idx_mutex);
1472 
1473 	mask = RLC_SERDES_NONCU_MASTER_BUSY__SE_MASTER_BUSY_MASK |
1474 		RLC_SERDES_NONCU_MASTER_BUSY__GC_MASTER_BUSY_MASK |
1475 		RLC_SERDES_NONCU_MASTER_BUSY__TC0_MASTER_BUSY_MASK |
1476 		RLC_SERDES_NONCU_MASTER_BUSY__TC1_MASTER_BUSY_MASK;
1477 	for (k = 0; k < adev->usec_timeout; k++) {
1478 		if ((RREG32_SOC15(GC, GET_INST(GC, xcc_id), regRLC_SERDES_NONCU_MASTER_BUSY) & mask) == 0)
1479 			break;
1480 		udelay(1);
1481 	}
1482 }
1483 
gfx_v9_4_3_xcc_enable_gui_idle_interrupt(struct amdgpu_device * adev,bool enable,int xcc_id)1484 static void gfx_v9_4_3_xcc_enable_gui_idle_interrupt(struct amdgpu_device *adev,
1485 						     bool enable, int xcc_id)
1486 {
1487 	u32 tmp;
1488 
1489 	/* These interrupts should be enabled to drive DS clock */
1490 
1491 	tmp = RREG32_SOC15(GC, GET_INST(GC, xcc_id), regCP_INT_CNTL_RING0);
1492 
1493 	tmp = REG_SET_FIELD(tmp, CP_INT_CNTL_RING0, CNTX_BUSY_INT_ENABLE, enable ? 1 : 0);
1494 	tmp = REG_SET_FIELD(tmp, CP_INT_CNTL_RING0, CNTX_EMPTY_INT_ENABLE, enable ? 1 : 0);
1495 	tmp = REG_SET_FIELD(tmp, CP_INT_CNTL_RING0, CMP_BUSY_INT_ENABLE, enable ? 1 : 0);
1496 
1497 	WREG32_SOC15(GC, GET_INST(GC, xcc_id), regCP_INT_CNTL_RING0, tmp);
1498 }
1499 
gfx_v9_4_3_xcc_rlc_stop(struct amdgpu_device * adev,int xcc_id)1500 static void gfx_v9_4_3_xcc_rlc_stop(struct amdgpu_device *adev, int xcc_id)
1501 {
1502 	WREG32_FIELD15_PREREG(GC, GET_INST(GC, xcc_id), RLC_CNTL,
1503 			      RLC_ENABLE_F32, 0);
1504 	gfx_v9_4_3_xcc_enable_gui_idle_interrupt(adev, false, xcc_id);
1505 	gfx_v9_4_3_xcc_wait_for_rlc_serdes(adev, xcc_id);
1506 }
1507 
gfx_v9_4_3_rlc_stop(struct amdgpu_device * adev)1508 static void gfx_v9_4_3_rlc_stop(struct amdgpu_device *adev)
1509 {
1510 	int i, num_xcc;
1511 
1512 	num_xcc = NUM_XCC(adev->gfx.xcc_mask);
1513 	for (i = 0; i < num_xcc; i++)
1514 		gfx_v9_4_3_xcc_rlc_stop(adev, i);
1515 }
1516 
gfx_v9_4_3_xcc_rlc_reset(struct amdgpu_device * adev,int xcc_id)1517 static void gfx_v9_4_3_xcc_rlc_reset(struct amdgpu_device *adev, int xcc_id)
1518 {
1519 	WREG32_FIELD15_PREREG(GC, GET_INST(GC, xcc_id), GRBM_SOFT_RESET,
1520 			      SOFT_RESET_RLC, 1);
1521 	udelay(50);
1522 	WREG32_FIELD15_PREREG(GC, GET_INST(GC, xcc_id), GRBM_SOFT_RESET,
1523 			      SOFT_RESET_RLC, 0);
1524 	udelay(50);
1525 }
1526 
gfx_v9_4_3_rlc_reset(struct amdgpu_device * adev)1527 static void gfx_v9_4_3_rlc_reset(struct amdgpu_device *adev)
1528 {
1529 	int i, num_xcc;
1530 
1531 	num_xcc = NUM_XCC(adev->gfx.xcc_mask);
1532 	for (i = 0; i < num_xcc; i++)
1533 		gfx_v9_4_3_xcc_rlc_reset(adev, i);
1534 }
1535 
gfx_v9_4_3_xcc_rlc_start(struct amdgpu_device * adev,int xcc_id)1536 static void gfx_v9_4_3_xcc_rlc_start(struct amdgpu_device *adev, int xcc_id)
1537 {
1538 	WREG32_FIELD15_PREREG(GC, GET_INST(GC, xcc_id), RLC_CNTL,
1539 			      RLC_ENABLE_F32, 1);
1540 	udelay(50);
1541 
1542 	/* carrizo do enable cp interrupt after cp inited */
1543 	if (!(adev->flags & AMD_IS_APU)) {
1544 		gfx_v9_4_3_xcc_enable_gui_idle_interrupt(adev, true, xcc_id);
1545 		udelay(50);
1546 	}
1547 }
1548 
gfx_v9_4_3_rlc_start(struct amdgpu_device * adev)1549 static void gfx_v9_4_3_rlc_start(struct amdgpu_device *adev)
1550 {
1551 #ifdef AMDGPU_RLC_DEBUG_RETRY
1552 	u32 rlc_ucode_ver;
1553 #endif
1554 	int i, num_xcc;
1555 
1556 	num_xcc = NUM_XCC(adev->gfx.xcc_mask);
1557 	for (i = 0; i < num_xcc; i++) {
1558 		gfx_v9_4_3_xcc_rlc_start(adev, i);
1559 #ifdef AMDGPU_RLC_DEBUG_RETRY
1560 		/* RLC_GPM_GENERAL_6 : RLC Ucode version */
1561 		rlc_ucode_ver = RREG32_SOC15(GC, GET_INST(GC, i), regRLC_GPM_GENERAL_6);
1562 		if (rlc_ucode_ver == 0x108) {
1563 			dev_info(adev->dev,
1564 				 "Using rlc debug ucode. regRLC_GPM_GENERAL_6 ==0x08%x / fw_ver == %i \n",
1565 				 rlc_ucode_ver, adev->gfx.rlc_fw_version);
1566 			/* RLC_GPM_TIMER_INT_3 : Timer interval in RefCLK cycles,
1567 			 * default is 0x9C4 to create a 100us interval */
1568 			WREG32_SOC15(GC, GET_INST(GC, i), regRLC_GPM_TIMER_INT_3, 0x9C4);
1569 			/* RLC_GPM_GENERAL_12 : Minimum gap between wptr and rptr
1570 			 * to disable the page fault retry interrupts, default is
1571 			 * 0x100 (256) */
1572 			WREG32_SOC15(GC, GET_INST(GC, i), regRLC_GPM_GENERAL_12, 0x100);
1573 		}
1574 #endif
1575 	}
1576 }
1577 
gfx_v9_4_3_xcc_rlc_load_microcode(struct amdgpu_device * adev,int xcc_id)1578 static int gfx_v9_4_3_xcc_rlc_load_microcode(struct amdgpu_device *adev,
1579 					     int xcc_id)
1580 {
1581 	const struct rlc_firmware_header_v2_0 *hdr;
1582 	const __le32 *fw_data;
1583 	unsigned i, fw_size;
1584 
1585 	if (!adev->gfx.rlc_fw)
1586 		return -EINVAL;
1587 
1588 	hdr = (const struct rlc_firmware_header_v2_0 *)adev->gfx.rlc_fw->data;
1589 	amdgpu_ucode_print_rlc_hdr(&hdr->header);
1590 
1591 	fw_data = (const __le32 *)(adev->gfx.rlc_fw->data +
1592 			   le32_to_cpu(hdr->header.ucode_array_offset_bytes));
1593 	fw_size = le32_to_cpu(hdr->header.ucode_size_bytes) / 4;
1594 
1595 	WREG32_SOC15(GC, GET_INST(GC, xcc_id), regRLC_GPM_UCODE_ADDR,
1596 			RLCG_UCODE_LOADING_START_ADDRESS);
1597 	for (i = 0; i < fw_size; i++) {
1598 		if (amdgpu_emu_mode == 1 && i % 100 == 0) {
1599 			dev_info(adev->dev, "Write RLC ucode data %u DWs\n", i);
1600 			msleep(1);
1601 		}
1602 		WREG32_SOC15(GC, GET_INST(GC, xcc_id), regRLC_GPM_UCODE_DATA, le32_to_cpup(fw_data++));
1603 	}
1604 	WREG32_SOC15(GC, GET_INST(GC, xcc_id), regRLC_GPM_UCODE_ADDR, adev->gfx.rlc_fw_version);
1605 
1606 	return 0;
1607 }
1608 
gfx_v9_4_3_xcc_rlc_resume(struct amdgpu_device * adev,int xcc_id)1609 static int gfx_v9_4_3_xcc_rlc_resume(struct amdgpu_device *adev, int xcc_id)
1610 {
1611 	int r;
1612 
1613 	if (adev->firmware.load_type != AMDGPU_FW_LOAD_PSP) {
1614 		gfx_v9_4_3_xcc_rlc_stop(adev, xcc_id);
1615 		/* legacy rlc firmware loading */
1616 		r = gfx_v9_4_3_xcc_rlc_load_microcode(adev, xcc_id);
1617 		if (r)
1618 			return r;
1619 		gfx_v9_4_3_xcc_rlc_start(adev, xcc_id);
1620 	}
1621 
1622 	amdgpu_gfx_rlc_enter_safe_mode(adev, xcc_id);
1623 	/* disable CG */
1624 	WREG32_SOC15(GC, GET_INST(GC, xcc_id), regRLC_CGCG_CGLS_CTRL, 0);
1625 	gfx_v9_4_3_xcc_init_pg(adev, xcc_id);
1626 	amdgpu_gfx_rlc_exit_safe_mode(adev, xcc_id);
1627 
1628 	return 0;
1629 }
1630 
gfx_v9_4_3_rlc_resume(struct amdgpu_device * adev)1631 static int gfx_v9_4_3_rlc_resume(struct amdgpu_device *adev)
1632 {
1633 	int r, i, num_xcc;
1634 
1635 	if (amdgpu_sriov_vf(adev))
1636 		return 0;
1637 
1638 	num_xcc = NUM_XCC(adev->gfx.xcc_mask);
1639 	for (i = 0; i < num_xcc; i++) {
1640 		r = gfx_v9_4_3_xcc_rlc_resume(adev, i);
1641 		if (r)
1642 			return r;
1643 	}
1644 
1645 	return 0;
1646 }
1647 
gfx_v9_4_3_update_spm_vmid(struct amdgpu_device * adev,struct amdgpu_ring * ring,unsigned vmid)1648 static void gfx_v9_4_3_update_spm_vmid(struct amdgpu_device *adev, struct amdgpu_ring *ring,
1649 				       unsigned vmid)
1650 {
1651 	u32 reg, pre_data, data;
1652 
1653 	reg = SOC15_REG_OFFSET(GC, GET_INST(GC, 0), regRLC_SPM_MC_CNTL);
1654 	if (amdgpu_sriov_is_pp_one_vf(adev) && !amdgpu_sriov_runtime(adev))
1655 		pre_data = RREG32_NO_KIQ(reg);
1656 	else
1657 		pre_data = RREG32(reg);
1658 
1659 	data =	pre_data & (~RLC_SPM_MC_CNTL__RLC_SPM_VMID_MASK);
1660 	data |= (vmid & RLC_SPM_MC_CNTL__RLC_SPM_VMID_MASK) << RLC_SPM_MC_CNTL__RLC_SPM_VMID__SHIFT;
1661 
1662 	if (pre_data != data) {
1663 		if (amdgpu_sriov_is_pp_one_vf(adev) && !amdgpu_sriov_runtime(adev)) {
1664 			WREG32_SOC15_NO_KIQ(GC, GET_INST(GC, 0), regRLC_SPM_MC_CNTL, data);
1665 		} else
1666 			WREG32_SOC15(GC, GET_INST(GC, 0), regRLC_SPM_MC_CNTL, data);
1667 	}
1668 }
1669 
1670 static const struct soc15_reg_rlcg rlcg_access_gc_9_4_3[] = {
1671 	{SOC15_REG_ENTRY(GC, 0, regGRBM_GFX_INDEX)},
1672 	{SOC15_REG_ENTRY(GC, 0, regSQ_IND_INDEX)},
1673 };
1674 
gfx_v9_4_3_check_rlcg_range(struct amdgpu_device * adev,uint32_t offset,struct soc15_reg_rlcg * entries,int arr_size)1675 static bool gfx_v9_4_3_check_rlcg_range(struct amdgpu_device *adev,
1676 					uint32_t offset,
1677 					struct soc15_reg_rlcg *entries, int arr_size)
1678 {
1679 	int i, inst;
1680 	uint32_t reg;
1681 
1682 	if (!entries)
1683 		return false;
1684 
1685 	for (i = 0; i < arr_size; i++) {
1686 		const struct soc15_reg_rlcg *entry;
1687 
1688 		entry = &entries[i];
1689 		inst = adev->ip_map.logical_to_dev_inst ?
1690 			       adev->ip_map.logical_to_dev_inst(
1691 				       adev, entry->hwip, entry->instance) :
1692 			       entry->instance;
1693 		reg = adev->reg_offset[entry->hwip][inst][entry->segment] +
1694 		      entry->reg;
1695 		if (offset == reg)
1696 			return true;
1697 	}
1698 
1699 	return false;
1700 }
1701 
gfx_v9_4_3_is_rlcg_access_range(struct amdgpu_device * adev,u32 offset)1702 static bool gfx_v9_4_3_is_rlcg_access_range(struct amdgpu_device *adev, u32 offset)
1703 {
1704 	return gfx_v9_4_3_check_rlcg_range(adev, offset,
1705 					(void *)rlcg_access_gc_9_4_3,
1706 					ARRAY_SIZE(rlcg_access_gc_9_4_3));
1707 }
1708 
gfx_v9_4_3_xcc_cp_compute_enable(struct amdgpu_device * adev,bool enable,int xcc_id)1709 static void gfx_v9_4_3_xcc_cp_compute_enable(struct amdgpu_device *adev,
1710 					     bool enable, int xcc_id)
1711 {
1712 	if (enable) {
1713 		WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id), regCP_MEC_CNTL, 0);
1714 	} else {
1715 		WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id), regCP_MEC_CNTL,
1716 			(CP_MEC_CNTL__MEC_INVALIDATE_ICACHE_MASK |
1717 			 CP_MEC_CNTL__MEC_ME1_PIPE0_RESET_MASK |
1718 			 CP_MEC_CNTL__MEC_ME1_PIPE1_RESET_MASK |
1719 			 CP_MEC_CNTL__MEC_ME1_PIPE2_RESET_MASK |
1720 			 CP_MEC_CNTL__MEC_ME1_PIPE3_RESET_MASK |
1721 			 CP_MEC_CNTL__MEC_ME2_PIPE0_RESET_MASK |
1722 			 CP_MEC_CNTL__MEC_ME2_PIPE1_RESET_MASK |
1723 			 CP_MEC_CNTL__MEC_ME1_HALT_MASK |
1724 			 CP_MEC_CNTL__MEC_ME2_HALT_MASK));
1725 		adev->gfx.kiq[xcc_id].ring.sched.ready = false;
1726 	}
1727 	udelay(50);
1728 }
1729 
gfx_v9_4_3_xcc_cp_compute_load_microcode(struct amdgpu_device * adev,int xcc_id)1730 static int gfx_v9_4_3_xcc_cp_compute_load_microcode(struct amdgpu_device *adev,
1731 						    int xcc_id)
1732 {
1733 	const struct gfx_firmware_header_v1_0 *mec_hdr;
1734 	const __le32 *fw_data;
1735 	unsigned i;
1736 	u32 tmp;
1737 	u32 mec_ucode_addr_offset;
1738 	u32 mec_ucode_data_offset;
1739 
1740 	if (!adev->gfx.mec_fw)
1741 		return -EINVAL;
1742 
1743 	gfx_v9_4_3_xcc_cp_compute_enable(adev, false, xcc_id);
1744 
1745 	mec_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.mec_fw->data;
1746 	amdgpu_ucode_print_gfx_hdr(&mec_hdr->header);
1747 
1748 	fw_data = (const __le32 *)
1749 		(adev->gfx.mec_fw->data +
1750 		 le32_to_cpu(mec_hdr->header.ucode_array_offset_bytes));
1751 	tmp = 0;
1752 	tmp = REG_SET_FIELD(tmp, CP_CPC_IC_BASE_CNTL, VMID, 0);
1753 	tmp = REG_SET_FIELD(tmp, CP_CPC_IC_BASE_CNTL, CACHE_POLICY, 0);
1754 	WREG32_SOC15(GC, GET_INST(GC, xcc_id), regCP_CPC_IC_BASE_CNTL, tmp);
1755 
1756 	WREG32_SOC15(GC, GET_INST(GC, xcc_id), regCP_CPC_IC_BASE_LO,
1757 		adev->gfx.mec.mec_fw_gpu_addr & 0xFFFFF000);
1758 	WREG32_SOC15(GC, GET_INST(GC, xcc_id), regCP_CPC_IC_BASE_HI,
1759 		upper_32_bits(adev->gfx.mec.mec_fw_gpu_addr));
1760 
1761 	mec_ucode_addr_offset =
1762 		SOC15_REG_OFFSET(GC, GET_INST(GC, xcc_id), regCP_MEC_ME1_UCODE_ADDR);
1763 	mec_ucode_data_offset =
1764 		SOC15_REG_OFFSET(GC, GET_INST(GC, xcc_id), regCP_MEC_ME1_UCODE_DATA);
1765 
1766 	/* MEC1 */
1767 	WREG32(mec_ucode_addr_offset, mec_hdr->jt_offset);
1768 	for (i = 0; i < mec_hdr->jt_size; i++)
1769 		WREG32(mec_ucode_data_offset,
1770 		       le32_to_cpup(fw_data + mec_hdr->jt_offset + i));
1771 
1772 	WREG32(mec_ucode_addr_offset, adev->gfx.mec_fw_version);
1773 	/* Todo : Loading MEC2 firmware is only necessary if MEC2 should run different microcode than MEC1. */
1774 
1775 	return 0;
1776 }
1777 
1778 /* KIQ functions */
gfx_v9_4_3_xcc_kiq_setting(struct amdgpu_ring * ring,int xcc_id)1779 static void gfx_v9_4_3_xcc_kiq_setting(struct amdgpu_ring *ring, int xcc_id)
1780 {
1781 	uint32_t tmp;
1782 	struct amdgpu_device *adev = ring->adev;
1783 
1784 	/* tell RLC which is KIQ queue */
1785 	tmp = RREG32_SOC15(GC, GET_INST(GC, xcc_id), regRLC_CP_SCHEDULERS);
1786 	tmp &= 0xffffff00;
1787 	tmp |= (ring->me << 5) | (ring->pipe << 3) | (ring->queue);
1788 	WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id), regRLC_CP_SCHEDULERS, tmp);
1789 	tmp |= 0x80;
1790 	WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id), regRLC_CP_SCHEDULERS, tmp);
1791 }
1792 
gfx_v9_4_3_mqd_set_priority(struct amdgpu_ring * ring,struct v9_mqd * mqd)1793 static void gfx_v9_4_3_mqd_set_priority(struct amdgpu_ring *ring, struct v9_mqd *mqd)
1794 {
1795 	struct amdgpu_device *adev = ring->adev;
1796 
1797 	if (ring->funcs->type == AMDGPU_RING_TYPE_COMPUTE) {
1798 		if (amdgpu_gfx_is_high_priority_compute_queue(adev, ring)) {
1799 			mqd->cp_hqd_pipe_priority = AMDGPU_GFX_PIPE_PRIO_HIGH;
1800 			mqd->cp_hqd_queue_priority =
1801 				AMDGPU_GFX_QUEUE_PRIORITY_MAXIMUM;
1802 		}
1803 	}
1804 }
1805 
gfx_v9_4_3_xcc_mqd_init(struct amdgpu_ring * ring,int xcc_id)1806 static int gfx_v9_4_3_xcc_mqd_init(struct amdgpu_ring *ring, int xcc_id)
1807 {
1808 	struct amdgpu_device *adev = ring->adev;
1809 	struct v9_mqd *mqd = ring->mqd_ptr;
1810 	uint64_t hqd_gpu_addr, wb_gpu_addr, eop_base_addr;
1811 	uint32_t tmp;
1812 
1813 	mqd->header = 0xC0310800;
1814 	mqd->compute_pipelinestat_enable = 0x00000001;
1815 	mqd->compute_static_thread_mgmt_se0 = 0xffffffff;
1816 	mqd->compute_static_thread_mgmt_se1 = 0xffffffff;
1817 	mqd->compute_static_thread_mgmt_se2 = 0xffffffff;
1818 	mqd->compute_static_thread_mgmt_se3 = 0xffffffff;
1819 	mqd->compute_misc_reserved = 0x00000003;
1820 
1821 	mqd->dynamic_cu_mask_addr_lo =
1822 		lower_32_bits(ring->mqd_gpu_addr
1823 			      + offsetof(struct v9_mqd_allocation, dynamic_cu_mask));
1824 	mqd->dynamic_cu_mask_addr_hi =
1825 		upper_32_bits(ring->mqd_gpu_addr
1826 			      + offsetof(struct v9_mqd_allocation, dynamic_cu_mask));
1827 
1828 	eop_base_addr = ring->eop_gpu_addr >> 8;
1829 	mqd->cp_hqd_eop_base_addr_lo = eop_base_addr;
1830 	mqd->cp_hqd_eop_base_addr_hi = upper_32_bits(eop_base_addr);
1831 
1832 	/* set the EOP size, register value is 2^(EOP_SIZE+1) dwords */
1833 	tmp = RREG32_SOC15(GC, GET_INST(GC, xcc_id), regCP_HQD_EOP_CONTROL);
1834 	tmp = REG_SET_FIELD(tmp, CP_HQD_EOP_CONTROL, EOP_SIZE,
1835 			(order_base_2(GFX9_MEC_HPD_SIZE / 4) - 1));
1836 
1837 	mqd->cp_hqd_eop_control = tmp;
1838 
1839 	/* enable doorbell? */
1840 	tmp = RREG32_SOC15(GC, GET_INST(GC, xcc_id), regCP_HQD_PQ_DOORBELL_CONTROL);
1841 
1842 	if (ring->use_doorbell) {
1843 		tmp = REG_SET_FIELD(tmp, CP_HQD_PQ_DOORBELL_CONTROL,
1844 				    DOORBELL_OFFSET, ring->doorbell_index);
1845 		tmp = REG_SET_FIELD(tmp, CP_HQD_PQ_DOORBELL_CONTROL,
1846 				    DOORBELL_EN, 1);
1847 		tmp = REG_SET_FIELD(tmp, CP_HQD_PQ_DOORBELL_CONTROL,
1848 				    DOORBELL_SOURCE, 0);
1849 		tmp = REG_SET_FIELD(tmp, CP_HQD_PQ_DOORBELL_CONTROL,
1850 				    DOORBELL_HIT, 0);
1851 		if (amdgpu_sriov_vf(adev))
1852 			tmp = REG_SET_FIELD(tmp, CP_HQD_PQ_DOORBELL_CONTROL,
1853 					    DOORBELL_MODE, 1);
1854 	} else {
1855 		tmp = REG_SET_FIELD(tmp, CP_HQD_PQ_DOORBELL_CONTROL,
1856 					 DOORBELL_EN, 0);
1857 	}
1858 
1859 	mqd->cp_hqd_pq_doorbell_control = tmp;
1860 
1861 	/* disable the queue if it's active */
1862 	ring->wptr = 0;
1863 	mqd->cp_hqd_dequeue_request = 0;
1864 	mqd->cp_hqd_pq_rptr = 0;
1865 	mqd->cp_hqd_pq_wptr_lo = 0;
1866 	mqd->cp_hqd_pq_wptr_hi = 0;
1867 
1868 	/* set the pointer to the MQD */
1869 	mqd->cp_mqd_base_addr_lo = ring->mqd_gpu_addr & 0xfffffffc;
1870 	mqd->cp_mqd_base_addr_hi = upper_32_bits(ring->mqd_gpu_addr);
1871 
1872 	/* set MQD vmid to 0 */
1873 	tmp = RREG32_SOC15(GC, GET_INST(GC, xcc_id), regCP_MQD_CONTROL);
1874 	tmp = REG_SET_FIELD(tmp, CP_MQD_CONTROL, VMID, 0);
1875 	mqd->cp_mqd_control = tmp;
1876 
1877 	/* set the pointer to the HQD, this is similar CP_RB0_BASE/_HI */
1878 	hqd_gpu_addr = ring->gpu_addr >> 8;
1879 	mqd->cp_hqd_pq_base_lo = hqd_gpu_addr;
1880 	mqd->cp_hqd_pq_base_hi = upper_32_bits(hqd_gpu_addr);
1881 
1882 	/* set up the HQD, this is similar to CP_RB0_CNTL */
1883 	tmp = RREG32_SOC15(GC, GET_INST(GC, xcc_id), regCP_HQD_PQ_CONTROL);
1884 	tmp = REG_SET_FIELD(tmp, CP_HQD_PQ_CONTROL, QUEUE_SIZE,
1885 			    (order_base_2(ring->ring_size / 4) - 1));
1886 	tmp = REG_SET_FIELD(tmp, CP_HQD_PQ_CONTROL, RPTR_BLOCK_SIZE,
1887 			((order_base_2(AMDGPU_GPU_PAGE_SIZE / 4) - 1) << 8));
1888 #ifdef __BIG_ENDIAN
1889 	tmp = REG_SET_FIELD(tmp, CP_HQD_PQ_CONTROL, ENDIAN_SWAP, 1);
1890 #endif
1891 	tmp = REG_SET_FIELD(tmp, CP_HQD_PQ_CONTROL, UNORD_DISPATCH, 0);
1892 	tmp = REG_SET_FIELD(tmp, CP_HQD_PQ_CONTROL, ROQ_PQ_IB_FLIP, 0);
1893 	tmp = REG_SET_FIELD(tmp, CP_HQD_PQ_CONTROL, PRIV_STATE, 1);
1894 	tmp = REG_SET_FIELD(tmp, CP_HQD_PQ_CONTROL, KMD_QUEUE, 1);
1895 	mqd->cp_hqd_pq_control = tmp;
1896 
1897 	/* set the wb address whether it's enabled or not */
1898 	wb_gpu_addr = adev->wb.gpu_addr + (ring->rptr_offs * 4);
1899 	mqd->cp_hqd_pq_rptr_report_addr_lo = wb_gpu_addr & 0xfffffffc;
1900 	mqd->cp_hqd_pq_rptr_report_addr_hi =
1901 		upper_32_bits(wb_gpu_addr) & 0xffff;
1902 
1903 	/* only used if CP_PQ_WPTR_POLL_CNTL.CP_PQ_WPTR_POLL_CNTL__EN_MASK=1 */
1904 	wb_gpu_addr = adev->wb.gpu_addr + (ring->wptr_offs * 4);
1905 	mqd->cp_hqd_pq_wptr_poll_addr_lo = wb_gpu_addr & 0xfffffffc;
1906 	mqd->cp_hqd_pq_wptr_poll_addr_hi = upper_32_bits(wb_gpu_addr) & 0xffff;
1907 
1908 	/* reset read and write pointers, similar to CP_RB0_WPTR/_RPTR */
1909 	ring->wptr = 0;
1910 	mqd->cp_hqd_pq_rptr = RREG32_SOC15(GC, GET_INST(GC, xcc_id), regCP_HQD_PQ_RPTR);
1911 
1912 	/* set the vmid for the queue */
1913 	mqd->cp_hqd_vmid = 0;
1914 
1915 	tmp = RREG32_SOC15(GC, GET_INST(GC, xcc_id), regCP_HQD_PERSISTENT_STATE);
1916 	tmp = REG_SET_FIELD(tmp, CP_HQD_PERSISTENT_STATE, PRELOAD_SIZE, 0x53);
1917 	mqd->cp_hqd_persistent_state = tmp;
1918 
1919 	/* set MIN_IB_AVAIL_SIZE */
1920 	tmp = RREG32_SOC15(GC, GET_INST(GC, xcc_id), regCP_HQD_IB_CONTROL);
1921 	tmp = REG_SET_FIELD(tmp, CP_HQD_IB_CONTROL, MIN_IB_AVAIL_SIZE, 3);
1922 	mqd->cp_hqd_ib_control = tmp;
1923 
1924 	/* set static priority for a queue/ring */
1925 	gfx_v9_4_3_mqd_set_priority(ring, mqd);
1926 	mqd->cp_hqd_quantum = RREG32_SOC15(GC, GET_INST(GC, xcc_id), regCP_HQD_QUANTUM);
1927 
1928 	/* map_queues packet doesn't need activate the queue,
1929 	 * so only kiq need set this field.
1930 	 */
1931 	if (ring->funcs->type == AMDGPU_RING_TYPE_KIQ)
1932 		mqd->cp_hqd_active = 1;
1933 
1934 	return 0;
1935 }
1936 
gfx_v9_4_3_xcc_kiq_init_register(struct amdgpu_ring * ring,int xcc_id)1937 static int gfx_v9_4_3_xcc_kiq_init_register(struct amdgpu_ring *ring,
1938 					    int xcc_id)
1939 {
1940 	struct amdgpu_device *adev = ring->adev;
1941 	struct v9_mqd *mqd = ring->mqd_ptr;
1942 	int j;
1943 
1944 	/* disable wptr polling */
1945 	WREG32_FIELD15_PREREG(GC, GET_INST(GC, xcc_id), CP_PQ_WPTR_POLL_CNTL, EN, 0);
1946 
1947 	WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id), regCP_HQD_EOP_BASE_ADDR,
1948 	       mqd->cp_hqd_eop_base_addr_lo);
1949 	WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id), regCP_HQD_EOP_BASE_ADDR_HI,
1950 	       mqd->cp_hqd_eop_base_addr_hi);
1951 
1952 	/* set the EOP size, register value is 2^(EOP_SIZE+1) dwords */
1953 	WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id), regCP_HQD_EOP_CONTROL,
1954 	       mqd->cp_hqd_eop_control);
1955 
1956 	/* enable doorbell? */
1957 	WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id), regCP_HQD_PQ_DOORBELL_CONTROL,
1958 	       mqd->cp_hqd_pq_doorbell_control);
1959 
1960 	/* disable the queue if it's active */
1961 	if (RREG32_SOC15(GC, GET_INST(GC, xcc_id), regCP_HQD_ACTIVE) & 1) {
1962 		WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id), regCP_HQD_DEQUEUE_REQUEST, 1);
1963 		for (j = 0; j < adev->usec_timeout; j++) {
1964 			if (!(RREG32_SOC15(GC, GET_INST(GC, xcc_id), regCP_HQD_ACTIVE) & 1))
1965 				break;
1966 			udelay(1);
1967 		}
1968 		WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id), regCP_HQD_DEQUEUE_REQUEST,
1969 		       mqd->cp_hqd_dequeue_request);
1970 		WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id), regCP_HQD_PQ_RPTR,
1971 		       mqd->cp_hqd_pq_rptr);
1972 		WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id), regCP_HQD_PQ_WPTR_LO,
1973 		       mqd->cp_hqd_pq_wptr_lo);
1974 		WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id), regCP_HQD_PQ_WPTR_HI,
1975 		       mqd->cp_hqd_pq_wptr_hi);
1976 	}
1977 
1978 	/* set the pointer to the MQD */
1979 	WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id), regCP_MQD_BASE_ADDR,
1980 	       mqd->cp_mqd_base_addr_lo);
1981 	WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id), regCP_MQD_BASE_ADDR_HI,
1982 	       mqd->cp_mqd_base_addr_hi);
1983 
1984 	/* set MQD vmid to 0 */
1985 	WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id), regCP_MQD_CONTROL,
1986 	       mqd->cp_mqd_control);
1987 
1988 	/* set the pointer to the HQD, this is similar CP_RB0_BASE/_HI */
1989 	WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id), regCP_HQD_PQ_BASE,
1990 	       mqd->cp_hqd_pq_base_lo);
1991 	WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id), regCP_HQD_PQ_BASE_HI,
1992 	       mqd->cp_hqd_pq_base_hi);
1993 
1994 	/* set up the HQD, this is similar to CP_RB0_CNTL */
1995 	WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id), regCP_HQD_PQ_CONTROL,
1996 	       mqd->cp_hqd_pq_control);
1997 
1998 	/* set the wb address whether it's enabled or not */
1999 	WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id), regCP_HQD_PQ_RPTR_REPORT_ADDR,
2000 				mqd->cp_hqd_pq_rptr_report_addr_lo);
2001 	WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id), regCP_HQD_PQ_RPTR_REPORT_ADDR_HI,
2002 				mqd->cp_hqd_pq_rptr_report_addr_hi);
2003 
2004 	/* only used if CP_PQ_WPTR_POLL_CNTL.CP_PQ_WPTR_POLL_CNTL__EN_MASK=1 */
2005 	WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id), regCP_HQD_PQ_WPTR_POLL_ADDR,
2006 	       mqd->cp_hqd_pq_wptr_poll_addr_lo);
2007 	WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id), regCP_HQD_PQ_WPTR_POLL_ADDR_HI,
2008 	       mqd->cp_hqd_pq_wptr_poll_addr_hi);
2009 
2010 	/* enable the doorbell if requested */
2011 	if (ring->use_doorbell) {
2012 		WREG32_SOC15(
2013 			GC, GET_INST(GC, xcc_id),
2014 			regCP_MEC_DOORBELL_RANGE_LOWER,
2015 			((adev->doorbell_index.kiq +
2016 			  xcc_id * adev->doorbell_index.xcc_doorbell_range) *
2017 			 2) << 2);
2018 		WREG32_SOC15(
2019 			GC, GET_INST(GC, xcc_id),
2020 			regCP_MEC_DOORBELL_RANGE_UPPER,
2021 			((adev->doorbell_index.userqueue_end +
2022 			  xcc_id * adev->doorbell_index.xcc_doorbell_range) *
2023 			 2) << 2);
2024 	}
2025 
2026 	WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id), regCP_HQD_PQ_DOORBELL_CONTROL,
2027 	       mqd->cp_hqd_pq_doorbell_control);
2028 
2029 	/* reset read and write pointers, similar to CP_RB0_WPTR/_RPTR */
2030 	WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id), regCP_HQD_PQ_WPTR_LO,
2031 	       mqd->cp_hqd_pq_wptr_lo);
2032 	WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id), regCP_HQD_PQ_WPTR_HI,
2033 	       mqd->cp_hqd_pq_wptr_hi);
2034 
2035 	/* set the vmid for the queue */
2036 	WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id), regCP_HQD_VMID, mqd->cp_hqd_vmid);
2037 
2038 	WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id), regCP_HQD_PERSISTENT_STATE,
2039 	       mqd->cp_hqd_persistent_state);
2040 
2041 	/* activate the queue */
2042 	WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id), regCP_HQD_ACTIVE,
2043 	       mqd->cp_hqd_active);
2044 
2045 	if (ring->use_doorbell)
2046 		WREG32_FIELD15_PREREG(GC, GET_INST(GC, xcc_id), CP_PQ_STATUS, DOORBELL_ENABLE, 1);
2047 
2048 	return 0;
2049 }
2050 
gfx_v9_4_3_xcc_q_fini_register(struct amdgpu_ring * ring,int xcc_id)2051 static int gfx_v9_4_3_xcc_q_fini_register(struct amdgpu_ring *ring,
2052 					    int xcc_id)
2053 {
2054 	struct amdgpu_device *adev = ring->adev;
2055 	int j;
2056 
2057 	/* disable the queue if it's active */
2058 	if (RREG32_SOC15(GC, GET_INST(GC, xcc_id), regCP_HQD_ACTIVE) & 1) {
2059 
2060 		WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id), regCP_HQD_DEQUEUE_REQUEST, 1);
2061 
2062 		for (j = 0; j < adev->usec_timeout; j++) {
2063 			if (!(RREG32_SOC15(GC, GET_INST(GC, xcc_id), regCP_HQD_ACTIVE) & 1))
2064 				break;
2065 			udelay(1);
2066 		}
2067 
2068 		if (j == AMDGPU_MAX_USEC_TIMEOUT) {
2069 			DRM_DEBUG("%s dequeue request failed.\n", ring->name);
2070 
2071 			/* Manual disable if dequeue request times out */
2072 			WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id), regCP_HQD_ACTIVE, 0);
2073 		}
2074 
2075 		WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id), regCP_HQD_DEQUEUE_REQUEST,
2076 		      0);
2077 	}
2078 
2079 	WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id), regCP_HQD_IQ_TIMER, 0);
2080 	WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id), regCP_HQD_IB_CONTROL, 0);
2081 	WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id), regCP_HQD_PERSISTENT_STATE, CP_HQD_PERSISTENT_STATE_DEFAULT);
2082 	WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id), regCP_HQD_PQ_DOORBELL_CONTROL, 0x40000000);
2083 	WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id), regCP_HQD_PQ_DOORBELL_CONTROL, 0);
2084 	WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id), regCP_HQD_PQ_RPTR, 0);
2085 	WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id), regCP_HQD_PQ_WPTR_HI, 0);
2086 	WREG32_SOC15_RLC(GC, GET_INST(GC, xcc_id), regCP_HQD_PQ_WPTR_LO, 0);
2087 
2088 	return 0;
2089 }
2090 
gfx_v9_4_3_xcc_kiq_init_queue(struct amdgpu_ring * ring,int xcc_id)2091 static int gfx_v9_4_3_xcc_kiq_init_queue(struct amdgpu_ring *ring, int xcc_id)
2092 {
2093 	struct amdgpu_device *adev = ring->adev;
2094 	struct v9_mqd *mqd = ring->mqd_ptr;
2095 	struct v9_mqd *tmp_mqd;
2096 
2097 	gfx_v9_4_3_xcc_kiq_setting(ring, xcc_id);
2098 
2099 	/* GPU could be in bad state during probe, driver trigger the reset
2100 	 * after load the SMU, in this case , the mqd is not be initialized.
2101 	 * driver need to re-init the mqd.
2102 	 * check mqd->cp_hqd_pq_control since this value should not be 0
2103 	 */
2104 	tmp_mqd = (struct v9_mqd *)adev->gfx.kiq[xcc_id].mqd_backup;
2105 	if (amdgpu_in_reset(adev) && tmp_mqd->cp_hqd_pq_control) {
2106 		/* for GPU_RESET case , reset MQD to a clean status */
2107 		if (adev->gfx.kiq[xcc_id].mqd_backup)
2108 			memcpy(mqd, adev->gfx.kiq[xcc_id].mqd_backup, sizeof(struct v9_mqd_allocation));
2109 
2110 		/* reset ring buffer */
2111 		ring->wptr = 0;
2112 		amdgpu_ring_clear_ring(ring);
2113 		mutex_lock(&adev->srbm_mutex);
2114 		soc15_grbm_select(adev, ring->me, ring->pipe, ring->queue, 0, GET_INST(GC, xcc_id));
2115 		gfx_v9_4_3_xcc_kiq_init_register(ring, xcc_id);
2116 		soc15_grbm_select(adev, 0, 0, 0, 0, GET_INST(GC, xcc_id));
2117 		mutex_unlock(&adev->srbm_mutex);
2118 	} else {
2119 		memset((void *)mqd, 0, sizeof(struct v9_mqd_allocation));
2120 		((struct v9_mqd_allocation *)mqd)->dynamic_cu_mask = 0xFFFFFFFF;
2121 		((struct v9_mqd_allocation *)mqd)->dynamic_rb_mask = 0xFFFFFFFF;
2122 		mutex_lock(&adev->srbm_mutex);
2123 		if (amdgpu_sriov_vf(adev) && adev->in_suspend)
2124 			amdgpu_ring_clear_ring(ring);
2125 		soc15_grbm_select(adev, ring->me, ring->pipe, ring->queue, 0, GET_INST(GC, xcc_id));
2126 		gfx_v9_4_3_xcc_mqd_init(ring, xcc_id);
2127 		gfx_v9_4_3_xcc_kiq_init_register(ring, xcc_id);
2128 		soc15_grbm_select(adev, 0, 0, 0, 0, GET_INST(GC, xcc_id));
2129 		mutex_unlock(&adev->srbm_mutex);
2130 
2131 		if (adev->gfx.kiq[xcc_id].mqd_backup)
2132 			memcpy(adev->gfx.kiq[xcc_id].mqd_backup, mqd, sizeof(struct v9_mqd_allocation));
2133 	}
2134 
2135 	return 0;
2136 }
2137 
gfx_v9_4_3_xcc_kcq_init_queue(struct amdgpu_ring * ring,int xcc_id,bool restore)2138 static int gfx_v9_4_3_xcc_kcq_init_queue(struct amdgpu_ring *ring, int xcc_id, bool restore)
2139 {
2140 	struct amdgpu_device *adev = ring->adev;
2141 	struct v9_mqd *mqd = ring->mqd_ptr;
2142 	int mqd_idx = ring - &adev->gfx.compute_ring[0];
2143 	struct v9_mqd *tmp_mqd;
2144 
2145 	/* Same as above kiq init, driver need to re-init the mqd if mqd->cp_hqd_pq_control
2146 	 * is not be initialized before
2147 	 */
2148 	tmp_mqd = (struct v9_mqd *)adev->gfx.mec.mqd_backup[mqd_idx];
2149 
2150 	if (!restore && (!tmp_mqd->cp_hqd_pq_control ||
2151 	    (!amdgpu_in_reset(adev) && !adev->in_suspend))) {
2152 		memset((void *)mqd, 0, sizeof(struct v9_mqd_allocation));
2153 		((struct v9_mqd_allocation *)mqd)->dynamic_cu_mask = 0xFFFFFFFF;
2154 		((struct v9_mqd_allocation *)mqd)->dynamic_rb_mask = 0xFFFFFFFF;
2155 		mutex_lock(&adev->srbm_mutex);
2156 		soc15_grbm_select(adev, ring->me, ring->pipe, ring->queue, 0, GET_INST(GC, xcc_id));
2157 		gfx_v9_4_3_xcc_mqd_init(ring, xcc_id);
2158 		soc15_grbm_select(adev, 0, 0, 0, 0, GET_INST(GC, xcc_id));
2159 		mutex_unlock(&adev->srbm_mutex);
2160 
2161 		if (adev->gfx.mec.mqd_backup[mqd_idx])
2162 			memcpy(adev->gfx.mec.mqd_backup[mqd_idx], mqd, sizeof(struct v9_mqd_allocation));
2163 	} else {
2164 		/* restore MQD to a clean status */
2165 		if (adev->gfx.mec.mqd_backup[mqd_idx])
2166 			memcpy(mqd, adev->gfx.mec.mqd_backup[mqd_idx], sizeof(struct v9_mqd_allocation));
2167 		/* reset ring buffer */
2168 		ring->wptr = 0;
2169 		atomic64_set((atomic64_t *)&adev->wb.wb[ring->wptr_offs], 0);
2170 		amdgpu_ring_clear_ring(ring);
2171 	}
2172 
2173 	return 0;
2174 }
2175 
gfx_v9_4_3_xcc_kcq_fini_register(struct amdgpu_device * adev,int xcc_id)2176 static int gfx_v9_4_3_xcc_kcq_fini_register(struct amdgpu_device *adev, int xcc_id)
2177 {
2178 	struct amdgpu_ring *ring;
2179 	int j;
2180 
2181 	for (j = 0; j < adev->gfx.num_compute_rings; j++) {
2182 		ring = &adev->gfx.compute_ring[j +  xcc_id * adev->gfx.num_compute_rings];
2183 		if (!amdgpu_in_reset(adev) && !adev->in_suspend) {
2184 			mutex_lock(&adev->srbm_mutex);
2185 			soc15_grbm_select(adev, ring->me,
2186 					ring->pipe,
2187 					ring->queue, 0, GET_INST(GC, xcc_id));
2188 			gfx_v9_4_3_xcc_q_fini_register(ring, xcc_id);
2189 			soc15_grbm_select(adev, 0, 0, 0, 0, GET_INST(GC, xcc_id));
2190 			mutex_unlock(&adev->srbm_mutex);
2191 		}
2192 	}
2193 
2194 	return 0;
2195 }
2196 
gfx_v9_4_3_xcc_kiq_resume(struct amdgpu_device * adev,int xcc_id)2197 static int gfx_v9_4_3_xcc_kiq_resume(struct amdgpu_device *adev, int xcc_id)
2198 {
2199 	struct amdgpu_ring *ring;
2200 	int r;
2201 
2202 	ring = &adev->gfx.kiq[xcc_id].ring;
2203 
2204 	r = amdgpu_bo_reserve(ring->mqd_obj, false);
2205 	if (unlikely(r != 0))
2206 		return r;
2207 
2208 	r = amdgpu_bo_kmap(ring->mqd_obj, (void **)&ring->mqd_ptr);
2209 	if (unlikely(r != 0)) {
2210 		amdgpu_bo_unreserve(ring->mqd_obj);
2211 		return r;
2212 	}
2213 
2214 	gfx_v9_4_3_xcc_kiq_init_queue(ring, xcc_id);
2215 	amdgpu_bo_kunmap(ring->mqd_obj);
2216 	ring->mqd_ptr = NULL;
2217 	amdgpu_bo_unreserve(ring->mqd_obj);
2218 	return 0;
2219 }
2220 
gfx_v9_4_3_xcc_kcq_resume(struct amdgpu_device * adev,int xcc_id)2221 static int gfx_v9_4_3_xcc_kcq_resume(struct amdgpu_device *adev, int xcc_id)
2222 {
2223 	struct amdgpu_ring *ring = NULL;
2224 	int r = 0, i;
2225 
2226 	gfx_v9_4_3_xcc_cp_compute_enable(adev, true, xcc_id);
2227 
2228 	for (i = 0; i < adev->gfx.num_compute_rings; i++) {
2229 		ring = &adev->gfx.compute_ring[i + xcc_id * adev->gfx.num_compute_rings];
2230 
2231 		r = amdgpu_bo_reserve(ring->mqd_obj, false);
2232 		if (unlikely(r != 0))
2233 			goto done;
2234 		r = amdgpu_bo_kmap(ring->mqd_obj, (void **)&ring->mqd_ptr);
2235 		if (!r) {
2236 			r = gfx_v9_4_3_xcc_kcq_init_queue(ring, xcc_id, false);
2237 			amdgpu_bo_kunmap(ring->mqd_obj);
2238 			ring->mqd_ptr = NULL;
2239 		}
2240 		amdgpu_bo_unreserve(ring->mqd_obj);
2241 		if (r)
2242 			goto done;
2243 	}
2244 
2245 	r = amdgpu_gfx_enable_kcq(adev, xcc_id);
2246 done:
2247 	return r;
2248 }
2249 
gfx_v9_4_3_xcc_cp_resume(struct amdgpu_device * adev,int xcc_id)2250 static int gfx_v9_4_3_xcc_cp_resume(struct amdgpu_device *adev, int xcc_id)
2251 {
2252 	struct amdgpu_ring *ring;
2253 	int r, j;
2254 
2255 	gfx_v9_4_3_xcc_enable_gui_idle_interrupt(adev, false, xcc_id);
2256 
2257 	if (adev->firmware.load_type != AMDGPU_FW_LOAD_PSP) {
2258 		gfx_v9_4_3_xcc_disable_gpa_mode(adev, xcc_id);
2259 
2260 		r = gfx_v9_4_3_xcc_cp_compute_load_microcode(adev, xcc_id);
2261 		if (r)
2262 			return r;
2263 	} else {
2264 		gfx_v9_4_3_xcc_cp_compute_enable(adev, false, xcc_id);
2265 	}
2266 
2267 	r = gfx_v9_4_3_xcc_kiq_resume(adev, xcc_id);
2268 	if (r)
2269 		return r;
2270 
2271 	r = gfx_v9_4_3_xcc_kcq_resume(adev, xcc_id);
2272 	if (r)
2273 		return r;
2274 
2275 	for (j = 0; j < adev->gfx.num_compute_rings; j++) {
2276 		ring = &adev->gfx.compute_ring
2277 				[j + xcc_id * adev->gfx.num_compute_rings];
2278 		r = amdgpu_ring_test_helper(ring);
2279 		if (r)
2280 			return r;
2281 	}
2282 
2283 	gfx_v9_4_3_xcc_enable_gui_idle_interrupt(adev, true, xcc_id);
2284 
2285 	return 0;
2286 }
2287 
gfx_v9_4_3_cp_resume(struct amdgpu_device * adev)2288 static int gfx_v9_4_3_cp_resume(struct amdgpu_device *adev)
2289 {
2290 	int r = 0, i, num_xcc, num_xcp, num_xcc_per_xcp;
2291 
2292 	num_xcc = NUM_XCC(adev->gfx.xcc_mask);
2293 	if (amdgpu_sriov_vf(adev)) {
2294 		enum amdgpu_gfx_partition mode;
2295 
2296 		mode = amdgpu_xcp_query_partition_mode(adev->xcp_mgr,
2297 						       AMDGPU_XCP_FL_NONE);
2298 		if (mode == AMDGPU_UNKNOWN_COMPUTE_PARTITION_MODE)
2299 			return -EINVAL;
2300 		num_xcc_per_xcp = gfx_v9_4_3_get_xccs_per_xcp(adev);
2301 		adev->gfx.num_xcc_per_xcp = num_xcc_per_xcp;
2302 		num_xcp = num_xcc / num_xcc_per_xcp;
2303 		r = amdgpu_xcp_init(adev->xcp_mgr, num_xcp, mode);
2304 
2305 	} else {
2306 		if (amdgpu_xcp_query_partition_mode(adev->xcp_mgr,
2307 						    AMDGPU_XCP_FL_NONE) ==
2308 		    AMDGPU_UNKNOWN_COMPUTE_PARTITION_MODE)
2309 			r = amdgpu_xcp_switch_partition_mode(
2310 				adev->xcp_mgr, amdgpu_user_partt_mode);
2311 	}
2312 	if (r)
2313 		return r;
2314 
2315 	for (i = 0; i < num_xcc; i++) {
2316 		r = gfx_v9_4_3_xcc_cp_resume(adev, i);
2317 		if (r)
2318 			return r;
2319 	}
2320 
2321 	return 0;
2322 }
2323 
gfx_v9_4_3_xcc_fini(struct amdgpu_device * adev,int xcc_id)2324 static void gfx_v9_4_3_xcc_fini(struct amdgpu_device *adev, int xcc_id)
2325 {
2326 	if (amdgpu_gfx_disable_kcq(adev, xcc_id))
2327 		DRM_ERROR("XCD %d KCQ disable failed\n", xcc_id);
2328 
2329 	if (amdgpu_sriov_vf(adev)) {
2330 		/* must disable polling for SRIOV when hw finished, otherwise
2331 		 * CPC engine may still keep fetching WB address which is already
2332 		 * invalid after sw finished and trigger DMAR reading error in
2333 		 * hypervisor side.
2334 		 */
2335 		WREG32_FIELD15_PREREG(GC, GET_INST(GC, xcc_id), CP_PQ_WPTR_POLL_CNTL, EN, 0);
2336 		return;
2337 	}
2338 
2339 	/* Use deinitialize sequence from CAIL when unbinding device
2340 	 * from driver, otherwise KIQ is hanging when binding back
2341 	 */
2342 	if (!amdgpu_in_reset(adev) && !adev->in_suspend) {
2343 		mutex_lock(&adev->srbm_mutex);
2344 		soc15_grbm_select(adev, adev->gfx.kiq[xcc_id].ring.me,
2345 				  adev->gfx.kiq[xcc_id].ring.pipe,
2346 				  adev->gfx.kiq[xcc_id].ring.queue, 0,
2347 				  GET_INST(GC, xcc_id));
2348 		gfx_v9_4_3_xcc_q_fini_register(&adev->gfx.kiq[xcc_id].ring,
2349 						 xcc_id);
2350 		soc15_grbm_select(adev, 0, 0, 0, 0, GET_INST(GC, xcc_id));
2351 		mutex_unlock(&adev->srbm_mutex);
2352 	}
2353 
2354 	gfx_v9_4_3_xcc_kcq_fini_register(adev, xcc_id);
2355 	gfx_v9_4_3_xcc_cp_compute_enable(adev, false, xcc_id);
2356 }
2357 
gfx_v9_4_3_hw_init(struct amdgpu_ip_block * ip_block)2358 static int gfx_v9_4_3_hw_init(struct amdgpu_ip_block *ip_block)
2359 {
2360 	int r;
2361 	struct amdgpu_device *adev = ip_block->adev;
2362 
2363 	amdgpu_gfx_cleaner_shader_init(adev, adev->gfx.cleaner_shader_size,
2364 				       adev->gfx.cleaner_shader_ptr);
2365 
2366 	if (!amdgpu_sriov_vf(adev))
2367 		gfx_v9_4_3_init_golden_registers(adev);
2368 
2369 	gfx_v9_4_3_constants_init(adev);
2370 
2371 	r = adev->gfx.rlc.funcs->resume(adev);
2372 	if (r)
2373 		return r;
2374 
2375 	r = gfx_v9_4_3_cp_resume(adev);
2376 	if (r)
2377 		return r;
2378 
2379 	return r;
2380 }
2381 
gfx_v9_4_3_hw_fini(struct amdgpu_ip_block * ip_block)2382 static int gfx_v9_4_3_hw_fini(struct amdgpu_ip_block *ip_block)
2383 {
2384 	struct amdgpu_device *adev = ip_block->adev;
2385 	int i, num_xcc;
2386 
2387 	amdgpu_irq_put(adev, &adev->gfx.priv_reg_irq, 0);
2388 	amdgpu_irq_put(adev, &adev->gfx.priv_inst_irq, 0);
2389 	amdgpu_irq_put(adev, &adev->gfx.bad_op_irq, 0);
2390 
2391 	num_xcc = NUM_XCC(adev->gfx.xcc_mask);
2392 	for (i = 0; i < num_xcc; i++) {
2393 		gfx_v9_4_3_xcc_fini(adev, i);
2394 	}
2395 
2396 	return 0;
2397 }
2398 
gfx_v9_4_3_suspend(struct amdgpu_ip_block * ip_block)2399 static int gfx_v9_4_3_suspend(struct amdgpu_ip_block *ip_block)
2400 {
2401 	return gfx_v9_4_3_hw_fini(ip_block);
2402 }
2403 
gfx_v9_4_3_resume(struct amdgpu_ip_block * ip_block)2404 static int gfx_v9_4_3_resume(struct amdgpu_ip_block *ip_block)
2405 {
2406 	return gfx_v9_4_3_hw_init(ip_block);
2407 }
2408 
gfx_v9_4_3_is_idle(void * handle)2409 static bool gfx_v9_4_3_is_idle(void *handle)
2410 {
2411 	struct amdgpu_device *adev = (struct amdgpu_device *)handle;
2412 	int i, num_xcc;
2413 
2414 	num_xcc = NUM_XCC(adev->gfx.xcc_mask);
2415 	for (i = 0; i < num_xcc; i++) {
2416 		if (REG_GET_FIELD(RREG32_SOC15(GC, GET_INST(GC, i), regGRBM_STATUS),
2417 					GRBM_STATUS, GUI_ACTIVE))
2418 			return false;
2419 	}
2420 	return true;
2421 }
2422 
gfx_v9_4_3_wait_for_idle(struct amdgpu_ip_block * ip_block)2423 static int gfx_v9_4_3_wait_for_idle(struct amdgpu_ip_block *ip_block)
2424 {
2425 	unsigned i;
2426 	struct amdgpu_device *adev = ip_block->adev;
2427 
2428 	for (i = 0; i < adev->usec_timeout; i++) {
2429 		if (gfx_v9_4_3_is_idle(adev))
2430 			return 0;
2431 		udelay(1);
2432 	}
2433 	return -ETIMEDOUT;
2434 }
2435 
gfx_v9_4_3_soft_reset(struct amdgpu_ip_block * ip_block)2436 static int gfx_v9_4_3_soft_reset(struct amdgpu_ip_block *ip_block)
2437 {
2438 	u32 grbm_soft_reset = 0;
2439 	u32 tmp;
2440 	struct amdgpu_device *adev = ip_block->adev;
2441 
2442 	/* GRBM_STATUS */
2443 	tmp = RREG32_SOC15(GC, GET_INST(GC, 0), regGRBM_STATUS);
2444 	if (tmp & (GRBM_STATUS__PA_BUSY_MASK | GRBM_STATUS__SC_BUSY_MASK |
2445 		   GRBM_STATUS__BCI_BUSY_MASK | GRBM_STATUS__SX_BUSY_MASK |
2446 		   GRBM_STATUS__TA_BUSY_MASK | GRBM_STATUS__VGT_BUSY_MASK |
2447 		   GRBM_STATUS__DB_BUSY_MASK | GRBM_STATUS__CB_BUSY_MASK |
2448 		   GRBM_STATUS__GDS_BUSY_MASK | GRBM_STATUS__SPI_BUSY_MASK |
2449 		   GRBM_STATUS__IA_BUSY_MASK | GRBM_STATUS__IA_BUSY_NO_DMA_MASK)) {
2450 		grbm_soft_reset = REG_SET_FIELD(grbm_soft_reset,
2451 						GRBM_SOFT_RESET, SOFT_RESET_CP, 1);
2452 		grbm_soft_reset = REG_SET_FIELD(grbm_soft_reset,
2453 						GRBM_SOFT_RESET, SOFT_RESET_GFX, 1);
2454 	}
2455 
2456 	if (tmp & (GRBM_STATUS__CP_BUSY_MASK | GRBM_STATUS__CP_COHERENCY_BUSY_MASK)) {
2457 		grbm_soft_reset = REG_SET_FIELD(grbm_soft_reset,
2458 						GRBM_SOFT_RESET, SOFT_RESET_CP, 1);
2459 	}
2460 
2461 	/* GRBM_STATUS2 */
2462 	tmp = RREG32_SOC15(GC, GET_INST(GC, 0), regGRBM_STATUS2);
2463 	if (REG_GET_FIELD(tmp, GRBM_STATUS2, RLC_BUSY))
2464 		grbm_soft_reset = REG_SET_FIELD(grbm_soft_reset,
2465 						GRBM_SOFT_RESET, SOFT_RESET_RLC, 1);
2466 
2467 
2468 	if (grbm_soft_reset) {
2469 		/* stop the rlc */
2470 		adev->gfx.rlc.funcs->stop(adev);
2471 
2472 		/* Disable MEC parsing/prefetching */
2473 		gfx_v9_4_3_xcc_cp_compute_enable(adev, false, 0);
2474 
2475 		if (grbm_soft_reset) {
2476 			tmp = RREG32_SOC15(GC, GET_INST(GC, 0), regGRBM_SOFT_RESET);
2477 			tmp |= grbm_soft_reset;
2478 			dev_info(adev->dev, "GRBM_SOFT_RESET=0x%08X\n", tmp);
2479 			WREG32_SOC15(GC, GET_INST(GC, 0), regGRBM_SOFT_RESET, tmp);
2480 			tmp = RREG32_SOC15(GC, GET_INST(GC, 0), regGRBM_SOFT_RESET);
2481 
2482 			udelay(50);
2483 
2484 			tmp &= ~grbm_soft_reset;
2485 			WREG32_SOC15(GC, GET_INST(GC, 0), regGRBM_SOFT_RESET, tmp);
2486 			tmp = RREG32_SOC15(GC, GET_INST(GC, 0), regGRBM_SOFT_RESET);
2487 		}
2488 
2489 		/* Wait a little for things to settle down */
2490 		udelay(50);
2491 	}
2492 	return 0;
2493 }
2494 
gfx_v9_4_3_ring_emit_gds_switch(struct amdgpu_ring * ring,uint32_t vmid,uint32_t gds_base,uint32_t gds_size,uint32_t gws_base,uint32_t gws_size,uint32_t oa_base,uint32_t oa_size)2495 static void gfx_v9_4_3_ring_emit_gds_switch(struct amdgpu_ring *ring,
2496 					  uint32_t vmid,
2497 					  uint32_t gds_base, uint32_t gds_size,
2498 					  uint32_t gws_base, uint32_t gws_size,
2499 					  uint32_t oa_base, uint32_t oa_size)
2500 {
2501 	struct amdgpu_device *adev = ring->adev;
2502 
2503 	/* GDS Base */
2504 	gfx_v9_4_3_write_data_to_reg(ring, 0, false,
2505 				   SOC15_REG_OFFSET(GC, GET_INST(GC, 0), regGDS_VMID0_BASE) + 2 * vmid,
2506 				   gds_base);
2507 
2508 	/* GDS Size */
2509 	gfx_v9_4_3_write_data_to_reg(ring, 0, false,
2510 				   SOC15_REG_OFFSET(GC, GET_INST(GC, 0), regGDS_VMID0_SIZE) + 2 * vmid,
2511 				   gds_size);
2512 
2513 	/* GWS */
2514 	gfx_v9_4_3_write_data_to_reg(ring, 0, false,
2515 				   SOC15_REG_OFFSET(GC, GET_INST(GC, 0), regGDS_GWS_VMID0) + vmid,
2516 				   gws_size << GDS_GWS_VMID0__SIZE__SHIFT | gws_base);
2517 
2518 	/* OA */
2519 	gfx_v9_4_3_write_data_to_reg(ring, 0, false,
2520 				   SOC15_REG_OFFSET(GC, GET_INST(GC, 0), regGDS_OA_VMID0) + vmid,
2521 				   (1 << (oa_size + oa_base)) - (1 << oa_base));
2522 }
2523 
gfx_v9_4_3_early_init(struct amdgpu_ip_block * ip_block)2524 static int gfx_v9_4_3_early_init(struct amdgpu_ip_block *ip_block)
2525 {
2526 	struct amdgpu_device *adev = ip_block->adev;
2527 
2528 	adev->gfx.num_compute_rings = min(amdgpu_gfx_get_num_kcq(adev),
2529 					  AMDGPU_MAX_COMPUTE_RINGS);
2530 	gfx_v9_4_3_set_kiq_pm4_funcs(adev);
2531 	gfx_v9_4_3_set_ring_funcs(adev);
2532 	gfx_v9_4_3_set_irq_funcs(adev);
2533 	gfx_v9_4_3_set_gds_init(adev);
2534 	gfx_v9_4_3_set_rlc_funcs(adev);
2535 
2536 	/* init rlcg reg access ctrl */
2537 	gfx_v9_4_3_init_rlcg_reg_access_ctrl(adev);
2538 
2539 	return gfx_v9_4_3_init_microcode(adev);
2540 }
2541 
gfx_v9_4_3_late_init(struct amdgpu_ip_block * ip_block)2542 static int gfx_v9_4_3_late_init(struct amdgpu_ip_block *ip_block)
2543 {
2544 	struct amdgpu_device *adev = ip_block->adev;
2545 	int r;
2546 
2547 	r = amdgpu_irq_get(adev, &adev->gfx.priv_reg_irq, 0);
2548 	if (r)
2549 		return r;
2550 
2551 	r = amdgpu_irq_get(adev, &adev->gfx.priv_inst_irq, 0);
2552 	if (r)
2553 		return r;
2554 
2555 	r = amdgpu_irq_get(adev, &adev->gfx.bad_op_irq, 0);
2556 	if (r)
2557 		return r;
2558 
2559 	if (adev->gfx.ras &&
2560 	    adev->gfx.ras->enable_watchdog_timer)
2561 		adev->gfx.ras->enable_watchdog_timer(adev);
2562 
2563 	return 0;
2564 }
2565 
gfx_v9_4_3_xcc_update_sram_fgcg(struct amdgpu_device * adev,bool enable,int xcc_id)2566 static void gfx_v9_4_3_xcc_update_sram_fgcg(struct amdgpu_device *adev,
2567 					    bool enable, int xcc_id)
2568 {
2569 	uint32_t def, data;
2570 
2571 	if (!(adev->cg_flags & AMD_CG_SUPPORT_GFX_FGCG))
2572 		return;
2573 
2574 	def = data = RREG32_SOC15(GC, GET_INST(GC, xcc_id),
2575 				  regRLC_CGTT_MGCG_OVERRIDE);
2576 
2577 	if (enable)
2578 		data &= ~RLC_CGTT_MGCG_OVERRIDE__GFXIP_FGCG_OVERRIDE_MASK;
2579 	else
2580 		data |= RLC_CGTT_MGCG_OVERRIDE__GFXIP_FGCG_OVERRIDE_MASK;
2581 
2582 	if (def != data)
2583 		WREG32_SOC15(GC, GET_INST(GC, xcc_id),
2584 			     regRLC_CGTT_MGCG_OVERRIDE, data);
2585 
2586 }
2587 
gfx_v9_4_3_xcc_update_repeater_fgcg(struct amdgpu_device * adev,bool enable,int xcc_id)2588 static void gfx_v9_4_3_xcc_update_repeater_fgcg(struct amdgpu_device *adev,
2589 						bool enable, int xcc_id)
2590 {
2591 	uint32_t def, data;
2592 
2593 	if (!(adev->cg_flags & AMD_CG_SUPPORT_REPEATER_FGCG))
2594 		return;
2595 
2596 	def = data = RREG32_SOC15(GC, GET_INST(GC, xcc_id),
2597 				  regRLC_CGTT_MGCG_OVERRIDE);
2598 
2599 	if (enable)
2600 		data &= ~RLC_CGTT_MGCG_OVERRIDE__GFXIP_REP_FGCG_OVERRIDE_MASK;
2601 	else
2602 		data |= RLC_CGTT_MGCG_OVERRIDE__GFXIP_REP_FGCG_OVERRIDE_MASK;
2603 
2604 	if (def != data)
2605 		WREG32_SOC15(GC, GET_INST(GC, xcc_id),
2606 			     regRLC_CGTT_MGCG_OVERRIDE, data);
2607 }
2608 
2609 static void
gfx_v9_4_3_xcc_update_medium_grain_clock_gating(struct amdgpu_device * adev,bool enable,int xcc_id)2610 gfx_v9_4_3_xcc_update_medium_grain_clock_gating(struct amdgpu_device *adev,
2611 						bool enable, int xcc_id)
2612 {
2613 	uint32_t data, def;
2614 
2615 	/* It is disabled by HW by default */
2616 	if (enable && (adev->cg_flags & AMD_CG_SUPPORT_GFX_MGCG)) {
2617 		/* 1 - RLC_CGTT_MGCG_OVERRIDE */
2618 		def = data = RREG32_SOC15(GC, GET_INST(GC, xcc_id), regRLC_CGTT_MGCG_OVERRIDE);
2619 
2620 		data &= ~(RLC_CGTT_MGCG_OVERRIDE__GRBM_CGTT_SCLK_OVERRIDE_MASK |
2621 			  RLC_CGTT_MGCG_OVERRIDE__GFXIP_MGCG_OVERRIDE_MASK |
2622 			  RLC_CGTT_MGCG_OVERRIDE__RLC_CGTT_SCLK_OVERRIDE_MASK |
2623 			  RLC_CGTT_MGCG_OVERRIDE__GFXIP_MGLS_OVERRIDE_MASK);
2624 
2625 		if (def != data)
2626 			WREG32_SOC15(GC, GET_INST(GC, xcc_id), regRLC_CGTT_MGCG_OVERRIDE, data);
2627 
2628 		/* MGLS is a global flag to control all MGLS in GFX */
2629 		if (adev->cg_flags & AMD_CG_SUPPORT_GFX_MGLS) {
2630 			/* 2 - RLC memory Light sleep */
2631 			if (adev->cg_flags & AMD_CG_SUPPORT_GFX_RLC_LS) {
2632 				def = data = RREG32_SOC15(GC, GET_INST(GC, xcc_id), regRLC_MEM_SLP_CNTL);
2633 				data |= RLC_MEM_SLP_CNTL__RLC_MEM_LS_EN_MASK;
2634 				if (def != data)
2635 					WREG32_SOC15(GC, GET_INST(GC, xcc_id), regRLC_MEM_SLP_CNTL, data);
2636 			}
2637 			/* 3 - CP memory Light sleep */
2638 			if (adev->cg_flags & AMD_CG_SUPPORT_GFX_CP_LS) {
2639 				def = data = RREG32_SOC15(GC, GET_INST(GC, xcc_id), regCP_MEM_SLP_CNTL);
2640 				data |= CP_MEM_SLP_CNTL__CP_MEM_LS_EN_MASK;
2641 				if (def != data)
2642 					WREG32_SOC15(GC, GET_INST(GC, xcc_id), regCP_MEM_SLP_CNTL, data);
2643 			}
2644 		}
2645 	} else {
2646 		/* 1 - MGCG_OVERRIDE */
2647 		def = data = RREG32_SOC15(GC, GET_INST(GC, xcc_id), regRLC_CGTT_MGCG_OVERRIDE);
2648 
2649 		data |= (RLC_CGTT_MGCG_OVERRIDE__RLC_CGTT_SCLK_OVERRIDE_MASK |
2650 			 RLC_CGTT_MGCG_OVERRIDE__GRBM_CGTT_SCLK_OVERRIDE_MASK |
2651 			 RLC_CGTT_MGCG_OVERRIDE__GFXIP_MGCG_OVERRIDE_MASK |
2652 			 RLC_CGTT_MGCG_OVERRIDE__GFXIP_MGLS_OVERRIDE_MASK);
2653 
2654 		if (def != data)
2655 			WREG32_SOC15(GC, GET_INST(GC, xcc_id), regRLC_CGTT_MGCG_OVERRIDE, data);
2656 
2657 		/* 2 - disable MGLS in RLC */
2658 		data = RREG32_SOC15(GC, GET_INST(GC, xcc_id), regRLC_MEM_SLP_CNTL);
2659 		if (data & RLC_MEM_SLP_CNTL__RLC_MEM_LS_EN_MASK) {
2660 			data &= ~RLC_MEM_SLP_CNTL__RLC_MEM_LS_EN_MASK;
2661 			WREG32_SOC15(GC, GET_INST(GC, xcc_id), regRLC_MEM_SLP_CNTL, data);
2662 		}
2663 
2664 		/* 3 - disable MGLS in CP */
2665 		data = RREG32_SOC15(GC, GET_INST(GC, xcc_id), regCP_MEM_SLP_CNTL);
2666 		if (data & CP_MEM_SLP_CNTL__CP_MEM_LS_EN_MASK) {
2667 			data &= ~CP_MEM_SLP_CNTL__CP_MEM_LS_EN_MASK;
2668 			WREG32_SOC15(GC, GET_INST(GC, xcc_id), regCP_MEM_SLP_CNTL, data);
2669 		}
2670 	}
2671 
2672 }
2673 
2674 static void
gfx_v9_4_3_xcc_update_coarse_grain_clock_gating(struct amdgpu_device * adev,bool enable,int xcc_id)2675 gfx_v9_4_3_xcc_update_coarse_grain_clock_gating(struct amdgpu_device *adev,
2676 						bool enable, int xcc_id)
2677 {
2678 	uint32_t def, data;
2679 
2680 	if (enable && (adev->cg_flags & AMD_CG_SUPPORT_GFX_CGCG)) {
2681 
2682 		def = data = RREG32_SOC15(GC, GET_INST(GC, xcc_id), regRLC_CGTT_MGCG_OVERRIDE);
2683 		/* unset CGCG override */
2684 		data &= ~RLC_CGTT_MGCG_OVERRIDE__GFXIP_CGCG_OVERRIDE_MASK;
2685 		if (adev->cg_flags & AMD_CG_SUPPORT_GFX_CGLS)
2686 			data &= ~RLC_CGTT_MGCG_OVERRIDE__GFXIP_CGLS_OVERRIDE_MASK;
2687 		else
2688 			data |= RLC_CGTT_MGCG_OVERRIDE__GFXIP_CGLS_OVERRIDE_MASK;
2689 		/* update CGCG and CGLS override bits */
2690 		if (def != data)
2691 			WREG32_SOC15(GC, GET_INST(GC, xcc_id), regRLC_CGTT_MGCG_OVERRIDE, data);
2692 
2693 		/* CGCG Hysteresis: 400us */
2694 		def = RREG32_SOC15(GC, GET_INST(GC, xcc_id), regRLC_CGCG_CGLS_CTRL);
2695 
2696 		data = (0x2710
2697 			<< RLC_CGCG_CGLS_CTRL__CGCG_GFX_IDLE_THRESHOLD__SHIFT) |
2698 		       RLC_CGCG_CGLS_CTRL__CGCG_EN_MASK;
2699 		if (adev->cg_flags & AMD_CG_SUPPORT_GFX_CGLS)
2700 			data |= (0x000F << RLC_CGCG_CGLS_CTRL__CGLS_REP_COMPANSAT_DELAY__SHIFT) |
2701 				RLC_CGCG_CGLS_CTRL__CGLS_EN_MASK;
2702 		if (def != data)
2703 			WREG32_SOC15(GC, GET_INST(GC, xcc_id), regRLC_CGCG_CGLS_CTRL, data);
2704 
2705 		/* set IDLE_POLL_COUNT(0x33450100)*/
2706 		def = RREG32_SOC15(GC, GET_INST(GC, xcc_id), regCP_RB_WPTR_POLL_CNTL);
2707 		data = (0x0100 << CP_RB_WPTR_POLL_CNTL__POLL_FREQUENCY__SHIFT) |
2708 			(0x3345 << CP_RB_WPTR_POLL_CNTL__IDLE_POLL_COUNT__SHIFT);
2709 		if (def != data)
2710 			WREG32_SOC15(GC, GET_INST(GC, xcc_id), regCP_RB_WPTR_POLL_CNTL, data);
2711 	} else {
2712 		def = data = RREG32_SOC15(GC, GET_INST(GC, xcc_id), regRLC_CGCG_CGLS_CTRL);
2713 		/* reset CGCG/CGLS bits */
2714 		data &= ~(RLC_CGCG_CGLS_CTRL__CGCG_EN_MASK | RLC_CGCG_CGLS_CTRL__CGLS_EN_MASK);
2715 		/* disable cgcg and cgls in FSM */
2716 		if (def != data)
2717 			WREG32_SOC15(GC, GET_INST(GC, xcc_id), regRLC_CGCG_CGLS_CTRL, data);
2718 	}
2719 
2720 }
2721 
gfx_v9_4_3_xcc_update_gfx_clock_gating(struct amdgpu_device * adev,bool enable,int xcc_id)2722 static int gfx_v9_4_3_xcc_update_gfx_clock_gating(struct amdgpu_device *adev,
2723 						  bool enable, int xcc_id)
2724 {
2725 	amdgpu_gfx_rlc_enter_safe_mode(adev, xcc_id);
2726 
2727 	if (enable) {
2728 		/* FGCG */
2729 		gfx_v9_4_3_xcc_update_sram_fgcg(adev, enable, xcc_id);
2730 		gfx_v9_4_3_xcc_update_repeater_fgcg(adev, enable, xcc_id);
2731 
2732 		/* CGCG/CGLS should be enabled after MGCG/MGLS
2733 		 * ===  MGCG + MGLS ===
2734 		 */
2735 		gfx_v9_4_3_xcc_update_medium_grain_clock_gating(adev, enable,
2736 								xcc_id);
2737 		/* ===  CGCG + CGLS === */
2738 		gfx_v9_4_3_xcc_update_coarse_grain_clock_gating(adev, enable,
2739 								xcc_id);
2740 	} else {
2741 		/* CGCG/CGLS should be disabled before MGCG/MGLS
2742 		 * ===  CGCG + CGLS ===
2743 		 */
2744 		gfx_v9_4_3_xcc_update_coarse_grain_clock_gating(adev, enable,
2745 								xcc_id);
2746 		/* ===  MGCG + MGLS === */
2747 		gfx_v9_4_3_xcc_update_medium_grain_clock_gating(adev, enable,
2748 								xcc_id);
2749 
2750 		/* FGCG */
2751 		gfx_v9_4_3_xcc_update_sram_fgcg(adev, enable, xcc_id);
2752 		gfx_v9_4_3_xcc_update_repeater_fgcg(adev, enable, xcc_id);
2753 	}
2754 
2755 	amdgpu_gfx_rlc_exit_safe_mode(adev, xcc_id);
2756 
2757 	return 0;
2758 }
2759 
2760 static const struct amdgpu_rlc_funcs gfx_v9_4_3_rlc_funcs = {
2761 	.is_rlc_enabled = gfx_v9_4_3_is_rlc_enabled,
2762 	.set_safe_mode = gfx_v9_4_3_xcc_set_safe_mode,
2763 	.unset_safe_mode = gfx_v9_4_3_xcc_unset_safe_mode,
2764 	.init = gfx_v9_4_3_rlc_init,
2765 	.resume = gfx_v9_4_3_rlc_resume,
2766 	.stop = gfx_v9_4_3_rlc_stop,
2767 	.reset = gfx_v9_4_3_rlc_reset,
2768 	.start = gfx_v9_4_3_rlc_start,
2769 	.update_spm_vmid = gfx_v9_4_3_update_spm_vmid,
2770 	.is_rlcg_access_range = gfx_v9_4_3_is_rlcg_access_range,
2771 };
2772 
gfx_v9_4_3_set_powergating_state(void * handle,enum amd_powergating_state state)2773 static int gfx_v9_4_3_set_powergating_state(void *handle,
2774 					  enum amd_powergating_state state)
2775 {
2776 	return 0;
2777 }
2778 
gfx_v9_4_3_set_clockgating_state(void * handle,enum amd_clockgating_state state)2779 static int gfx_v9_4_3_set_clockgating_state(void *handle,
2780 					  enum amd_clockgating_state state)
2781 {
2782 	struct amdgpu_device *adev = (struct amdgpu_device *)handle;
2783 	int i, num_xcc;
2784 
2785 	if (amdgpu_sriov_vf(adev))
2786 		return 0;
2787 
2788 	num_xcc = NUM_XCC(adev->gfx.xcc_mask);
2789 	switch (amdgpu_ip_version(adev, GC_HWIP, 0)) {
2790 	case IP_VERSION(9, 4, 3):
2791 	case IP_VERSION(9, 4, 4):
2792 		for (i = 0; i < num_xcc; i++)
2793 			gfx_v9_4_3_xcc_update_gfx_clock_gating(
2794 				adev, state == AMD_CG_STATE_GATE, i);
2795 		break;
2796 	default:
2797 		break;
2798 	}
2799 	return 0;
2800 }
2801 
gfx_v9_4_3_get_clockgating_state(void * handle,u64 * flags)2802 static void gfx_v9_4_3_get_clockgating_state(void *handle, u64 *flags)
2803 {
2804 	struct amdgpu_device *adev = (struct amdgpu_device *)handle;
2805 	int data;
2806 
2807 	if (amdgpu_sriov_vf(adev))
2808 		*flags = 0;
2809 
2810 	/* AMD_CG_SUPPORT_GFX_MGCG */
2811 	data = RREG32_KIQ(SOC15_REG_OFFSET(GC, GET_INST(GC, 0), regRLC_CGTT_MGCG_OVERRIDE));
2812 	if (!(data & RLC_CGTT_MGCG_OVERRIDE__GFXIP_MGCG_OVERRIDE_MASK))
2813 		*flags |= AMD_CG_SUPPORT_GFX_MGCG;
2814 
2815 	/* AMD_CG_SUPPORT_GFX_CGCG */
2816 	data = RREG32_KIQ(SOC15_REG_OFFSET(GC, GET_INST(GC, 0), regRLC_CGCG_CGLS_CTRL));
2817 	if (data & RLC_CGCG_CGLS_CTRL__CGCG_EN_MASK)
2818 		*flags |= AMD_CG_SUPPORT_GFX_CGCG;
2819 
2820 	/* AMD_CG_SUPPORT_GFX_CGLS */
2821 	if (data & RLC_CGCG_CGLS_CTRL__CGLS_EN_MASK)
2822 		*flags |= AMD_CG_SUPPORT_GFX_CGLS;
2823 
2824 	/* AMD_CG_SUPPORT_GFX_RLC_LS */
2825 	data = RREG32_KIQ(SOC15_REG_OFFSET(GC, GET_INST(GC, 0), regRLC_MEM_SLP_CNTL));
2826 	if (data & RLC_MEM_SLP_CNTL__RLC_MEM_LS_EN_MASK)
2827 		*flags |= AMD_CG_SUPPORT_GFX_RLC_LS | AMD_CG_SUPPORT_GFX_MGLS;
2828 
2829 	/* AMD_CG_SUPPORT_GFX_CP_LS */
2830 	data = RREG32_KIQ(SOC15_REG_OFFSET(GC, GET_INST(GC, 0), regCP_MEM_SLP_CNTL));
2831 	if (data & CP_MEM_SLP_CNTL__CP_MEM_LS_EN_MASK)
2832 		*flags |= AMD_CG_SUPPORT_GFX_CP_LS | AMD_CG_SUPPORT_GFX_MGLS;
2833 }
2834 
gfx_v9_4_3_ring_emit_hdp_flush(struct amdgpu_ring * ring)2835 static void gfx_v9_4_3_ring_emit_hdp_flush(struct amdgpu_ring *ring)
2836 {
2837 	struct amdgpu_device *adev = ring->adev;
2838 	u32 ref_and_mask, reg_mem_engine;
2839 	const struct nbio_hdp_flush_reg *nbio_hf_reg = adev->nbio.hdp_flush_reg;
2840 
2841 	if (ring->funcs->type == AMDGPU_RING_TYPE_COMPUTE) {
2842 		switch (ring->me) {
2843 		case 1:
2844 			ref_and_mask = nbio_hf_reg->ref_and_mask_cp2 << ring->pipe;
2845 			break;
2846 		case 2:
2847 			ref_and_mask = nbio_hf_reg->ref_and_mask_cp6 << ring->pipe;
2848 			break;
2849 		default:
2850 			return;
2851 		}
2852 		reg_mem_engine = 0;
2853 	} else {
2854 		ref_and_mask = nbio_hf_reg->ref_and_mask_cp0;
2855 		reg_mem_engine = 1; /* pfp */
2856 	}
2857 
2858 	gfx_v9_4_3_wait_reg_mem(ring, reg_mem_engine, 0, 1,
2859 			      adev->nbio.funcs->get_hdp_flush_req_offset(adev),
2860 			      adev->nbio.funcs->get_hdp_flush_done_offset(adev),
2861 			      ref_and_mask, ref_and_mask, 0x20);
2862 }
2863 
gfx_v9_4_3_ring_emit_ib_compute(struct amdgpu_ring * ring,struct amdgpu_job * job,struct amdgpu_ib * ib,uint32_t flags)2864 static void gfx_v9_4_3_ring_emit_ib_compute(struct amdgpu_ring *ring,
2865 					  struct amdgpu_job *job,
2866 					  struct amdgpu_ib *ib,
2867 					  uint32_t flags)
2868 {
2869 	unsigned vmid = AMDGPU_JOB_GET_VMID(job);
2870 	u32 control = INDIRECT_BUFFER_VALID | ib->length_dw | (vmid << 24);
2871 
2872 	/* Currently, there is a high possibility to get wave ID mismatch
2873 	 * between ME and GDS, leading to a hw deadlock, because ME generates
2874 	 * different wave IDs than the GDS expects. This situation happens
2875 	 * randomly when at least 5 compute pipes use GDS ordered append.
2876 	 * The wave IDs generated by ME are also wrong after suspend/resume.
2877 	 * Those are probably bugs somewhere else in the kernel driver.
2878 	 *
2879 	 * Writing GDS_COMPUTE_MAX_WAVE_ID resets wave ID counters in ME and
2880 	 * GDS to 0 for this ring (me/pipe).
2881 	 */
2882 	if (ib->flags & AMDGPU_IB_FLAG_RESET_GDS_MAX_WAVE_ID) {
2883 		amdgpu_ring_write(ring, PACKET3(PACKET3_SET_CONFIG_REG, 1));
2884 		amdgpu_ring_write(ring, regGDS_COMPUTE_MAX_WAVE_ID);
2885 		amdgpu_ring_write(ring, ring->adev->gds.gds_compute_max_wave_id);
2886 	}
2887 
2888 	amdgpu_ring_write(ring, PACKET3(PACKET3_INDIRECT_BUFFER, 2));
2889 	BUG_ON(ib->gpu_addr & 0x3); /* Dword align */
2890 	amdgpu_ring_write(ring,
2891 #ifdef __BIG_ENDIAN
2892 				(2 << 0) |
2893 #endif
2894 				lower_32_bits(ib->gpu_addr));
2895 	amdgpu_ring_write(ring, upper_32_bits(ib->gpu_addr));
2896 	amdgpu_ring_write(ring, control);
2897 }
2898 
gfx_v9_4_3_ring_emit_fence(struct amdgpu_ring * ring,u64 addr,u64 seq,unsigned flags)2899 static void gfx_v9_4_3_ring_emit_fence(struct amdgpu_ring *ring, u64 addr,
2900 				     u64 seq, unsigned flags)
2901 {
2902 	bool write64bit = flags & AMDGPU_FENCE_FLAG_64BIT;
2903 	bool int_sel = flags & AMDGPU_FENCE_FLAG_INT;
2904 	bool writeback = flags & AMDGPU_FENCE_FLAG_TC_WB_ONLY;
2905 
2906 	/* RELEASE_MEM - flush caches, send int */
2907 	amdgpu_ring_write(ring, PACKET3(PACKET3_RELEASE_MEM, 6));
2908 	amdgpu_ring_write(ring, ((writeback ? (EOP_TC_WB_ACTION_EN |
2909 					       EOP_TC_NC_ACTION_EN) :
2910 					      (EOP_TCL1_ACTION_EN |
2911 					       EOP_TC_ACTION_EN |
2912 					       EOP_TC_WB_ACTION_EN |
2913 					       EOP_TC_MD_ACTION_EN)) |
2914 				 EVENT_TYPE(CACHE_FLUSH_AND_INV_TS_EVENT) |
2915 				 EVENT_INDEX(5)));
2916 	amdgpu_ring_write(ring, DATA_SEL(write64bit ? 2 : 1) | INT_SEL(int_sel ? 2 : 0));
2917 
2918 	/*
2919 	 * the address should be Qword aligned if 64bit write, Dword
2920 	 * aligned if only send 32bit data low (discard data high)
2921 	 */
2922 	if (write64bit)
2923 		BUG_ON(addr & 0x7);
2924 	else
2925 		BUG_ON(addr & 0x3);
2926 	amdgpu_ring_write(ring, lower_32_bits(addr));
2927 	amdgpu_ring_write(ring, upper_32_bits(addr));
2928 	amdgpu_ring_write(ring, lower_32_bits(seq));
2929 	amdgpu_ring_write(ring, upper_32_bits(seq));
2930 	amdgpu_ring_write(ring, 0);
2931 }
2932 
gfx_v9_4_3_ring_emit_pipeline_sync(struct amdgpu_ring * ring)2933 static void gfx_v9_4_3_ring_emit_pipeline_sync(struct amdgpu_ring *ring)
2934 {
2935 	int usepfp = (ring->funcs->type == AMDGPU_RING_TYPE_GFX);
2936 	uint32_t seq = ring->fence_drv.sync_seq;
2937 	uint64_t addr = ring->fence_drv.gpu_addr;
2938 
2939 	gfx_v9_4_3_wait_reg_mem(ring, usepfp, 1, 0,
2940 			      lower_32_bits(addr), upper_32_bits(addr),
2941 			      seq, 0xffffffff, 4);
2942 }
2943 
gfx_v9_4_3_ring_emit_vm_flush(struct amdgpu_ring * ring,unsigned vmid,uint64_t pd_addr)2944 static void gfx_v9_4_3_ring_emit_vm_flush(struct amdgpu_ring *ring,
2945 					unsigned vmid, uint64_t pd_addr)
2946 {
2947 	amdgpu_gmc_emit_flush_gpu_tlb(ring, vmid, pd_addr);
2948 }
2949 
gfx_v9_4_3_ring_get_rptr_compute(struct amdgpu_ring * ring)2950 static u64 gfx_v9_4_3_ring_get_rptr_compute(struct amdgpu_ring *ring)
2951 {
2952 	return ring->adev->wb.wb[ring->rptr_offs]; /* gfx9 hardware is 32bit rptr */
2953 }
2954 
gfx_v9_4_3_ring_get_wptr_compute(struct amdgpu_ring * ring)2955 static u64 gfx_v9_4_3_ring_get_wptr_compute(struct amdgpu_ring *ring)
2956 {
2957 	u64 wptr;
2958 
2959 	/* XXX check if swapping is necessary on BE */
2960 	if (ring->use_doorbell)
2961 		wptr = atomic64_read((atomic64_t *)&ring->adev->wb.wb[ring->wptr_offs]);
2962 	else
2963 		BUG();
2964 	return wptr;
2965 }
2966 
gfx_v9_4_3_ring_set_wptr_compute(struct amdgpu_ring * ring)2967 static void gfx_v9_4_3_ring_set_wptr_compute(struct amdgpu_ring *ring)
2968 {
2969 	struct amdgpu_device *adev = ring->adev;
2970 
2971 	/* XXX check if swapping is necessary on BE */
2972 	if (ring->use_doorbell) {
2973 		atomic64_set((atomic64_t *)&adev->wb.wb[ring->wptr_offs], ring->wptr);
2974 		WDOORBELL64(ring->doorbell_index, ring->wptr);
2975 	} else {
2976 		BUG(); /* only DOORBELL method supported on gfx9 now */
2977 	}
2978 }
2979 
gfx_v9_4_3_ring_emit_fence_kiq(struct amdgpu_ring * ring,u64 addr,u64 seq,unsigned int flags)2980 static void gfx_v9_4_3_ring_emit_fence_kiq(struct amdgpu_ring *ring, u64 addr,
2981 					 u64 seq, unsigned int flags)
2982 {
2983 	struct amdgpu_device *adev = ring->adev;
2984 
2985 	/* we only allocate 32bit for each seq wb address */
2986 	BUG_ON(flags & AMDGPU_FENCE_FLAG_64BIT);
2987 
2988 	/* write fence seq to the "addr" */
2989 	amdgpu_ring_write(ring, PACKET3(PACKET3_WRITE_DATA, 3));
2990 	amdgpu_ring_write(ring, (WRITE_DATA_ENGINE_SEL(0) |
2991 				 WRITE_DATA_DST_SEL(5) | WR_CONFIRM));
2992 	amdgpu_ring_write(ring, lower_32_bits(addr));
2993 	amdgpu_ring_write(ring, upper_32_bits(addr));
2994 	amdgpu_ring_write(ring, lower_32_bits(seq));
2995 
2996 	if (flags & AMDGPU_FENCE_FLAG_INT) {
2997 		/* set register to trigger INT */
2998 		amdgpu_ring_write(ring, PACKET3(PACKET3_WRITE_DATA, 3));
2999 		amdgpu_ring_write(ring, (WRITE_DATA_ENGINE_SEL(0) |
3000 					 WRITE_DATA_DST_SEL(0) | WR_CONFIRM));
3001 		amdgpu_ring_write(ring, SOC15_REG_OFFSET(GC, GET_INST(GC, 0), regCPC_INT_STATUS));
3002 		amdgpu_ring_write(ring, 0);
3003 		amdgpu_ring_write(ring, 0x20000000); /* src_id is 178 */
3004 	}
3005 }
3006 
gfx_v9_4_3_ring_emit_rreg(struct amdgpu_ring * ring,uint32_t reg,uint32_t reg_val_offs)3007 static void gfx_v9_4_3_ring_emit_rreg(struct amdgpu_ring *ring, uint32_t reg,
3008 				    uint32_t reg_val_offs)
3009 {
3010 	struct amdgpu_device *adev = ring->adev;
3011 
3012 	reg = gfx_v9_4_3_normalize_xcc_reg_offset(reg);
3013 
3014 	amdgpu_ring_write(ring, PACKET3(PACKET3_COPY_DATA, 4));
3015 	amdgpu_ring_write(ring, 0 |	/* src: register*/
3016 				(5 << 8) |	/* dst: memory */
3017 				(1 << 20));	/* write confirm */
3018 	amdgpu_ring_write(ring, reg);
3019 	amdgpu_ring_write(ring, 0);
3020 	amdgpu_ring_write(ring, lower_32_bits(adev->wb.gpu_addr +
3021 				reg_val_offs * 4));
3022 	amdgpu_ring_write(ring, upper_32_bits(adev->wb.gpu_addr +
3023 				reg_val_offs * 4));
3024 }
3025 
gfx_v9_4_3_ring_emit_wreg(struct amdgpu_ring * ring,uint32_t reg,uint32_t val)3026 static void gfx_v9_4_3_ring_emit_wreg(struct amdgpu_ring *ring, uint32_t reg,
3027 				    uint32_t val)
3028 {
3029 	uint32_t cmd = 0;
3030 
3031 	reg = gfx_v9_4_3_normalize_xcc_reg_offset(reg);
3032 
3033 	switch (ring->funcs->type) {
3034 	case AMDGPU_RING_TYPE_GFX:
3035 		cmd = WRITE_DATA_ENGINE_SEL(1) | WR_CONFIRM;
3036 		break;
3037 	case AMDGPU_RING_TYPE_KIQ:
3038 		cmd = (1 << 16); /* no inc addr */
3039 		break;
3040 	default:
3041 		cmd = WR_CONFIRM;
3042 		break;
3043 	}
3044 	amdgpu_ring_write(ring, PACKET3(PACKET3_WRITE_DATA, 3));
3045 	amdgpu_ring_write(ring, cmd);
3046 	amdgpu_ring_write(ring, reg);
3047 	amdgpu_ring_write(ring, 0);
3048 	amdgpu_ring_write(ring, val);
3049 }
3050 
gfx_v9_4_3_ring_emit_reg_wait(struct amdgpu_ring * ring,uint32_t reg,uint32_t val,uint32_t mask)3051 static void gfx_v9_4_3_ring_emit_reg_wait(struct amdgpu_ring *ring, uint32_t reg,
3052 					uint32_t val, uint32_t mask)
3053 {
3054 	gfx_v9_4_3_wait_reg_mem(ring, 0, 0, 0, reg, 0, val, mask, 0x20);
3055 }
3056 
gfx_v9_4_3_ring_emit_reg_write_reg_wait(struct amdgpu_ring * ring,uint32_t reg0,uint32_t reg1,uint32_t ref,uint32_t mask)3057 static void gfx_v9_4_3_ring_emit_reg_write_reg_wait(struct amdgpu_ring *ring,
3058 						  uint32_t reg0, uint32_t reg1,
3059 						  uint32_t ref, uint32_t mask)
3060 {
3061 	amdgpu_ring_emit_reg_write_reg_wait_helper(ring, reg0, reg1,
3062 						   ref, mask);
3063 }
3064 
gfx_v9_4_3_ring_soft_recovery(struct amdgpu_ring * ring,unsigned vmid)3065 static void gfx_v9_4_3_ring_soft_recovery(struct amdgpu_ring *ring,
3066 					  unsigned vmid)
3067 {
3068 	struct amdgpu_device *adev = ring->adev;
3069 	uint32_t value = 0;
3070 
3071 	value = REG_SET_FIELD(value, SQ_CMD, CMD, 0x03);
3072 	value = REG_SET_FIELD(value, SQ_CMD, MODE, 0x01);
3073 	value = REG_SET_FIELD(value, SQ_CMD, CHECK_VMID, 1);
3074 	value = REG_SET_FIELD(value, SQ_CMD, VM_ID, vmid);
3075 	amdgpu_gfx_rlc_enter_safe_mode(adev, ring->xcc_id);
3076 	WREG32_SOC15(GC, GET_INST(GC, ring->xcc_id), regSQ_CMD, value);
3077 	amdgpu_gfx_rlc_exit_safe_mode(adev, ring->xcc_id);
3078 }
3079 
gfx_v9_4_3_xcc_set_compute_eop_interrupt_state(struct amdgpu_device * adev,int me,int pipe,enum amdgpu_interrupt_state state,int xcc_id)3080 static void gfx_v9_4_3_xcc_set_compute_eop_interrupt_state(
3081 	struct amdgpu_device *adev, int me, int pipe,
3082 	enum amdgpu_interrupt_state state, int xcc_id)
3083 {
3084 	u32 mec_int_cntl, mec_int_cntl_reg;
3085 
3086 	/*
3087 	 * amdgpu controls only the first MEC. That's why this function only
3088 	 * handles the setting of interrupts for this specific MEC. All other
3089 	 * pipes' interrupts are set by amdkfd.
3090 	 */
3091 
3092 	if (me == 1) {
3093 		switch (pipe) {
3094 		case 0:
3095 			mec_int_cntl_reg = SOC15_REG_OFFSET(GC, GET_INST(GC, xcc_id), regCP_ME1_PIPE0_INT_CNTL);
3096 			break;
3097 		case 1:
3098 			mec_int_cntl_reg = SOC15_REG_OFFSET(GC, GET_INST(GC, xcc_id), regCP_ME1_PIPE1_INT_CNTL);
3099 			break;
3100 		case 2:
3101 			mec_int_cntl_reg = SOC15_REG_OFFSET(GC, GET_INST(GC, xcc_id), regCP_ME1_PIPE2_INT_CNTL);
3102 			break;
3103 		case 3:
3104 			mec_int_cntl_reg = SOC15_REG_OFFSET(GC, GET_INST(GC, xcc_id), regCP_ME1_PIPE3_INT_CNTL);
3105 			break;
3106 		default:
3107 			DRM_DEBUG("invalid pipe %d\n", pipe);
3108 			return;
3109 		}
3110 	} else {
3111 		DRM_DEBUG("invalid me %d\n", me);
3112 		return;
3113 	}
3114 
3115 	switch (state) {
3116 	case AMDGPU_IRQ_STATE_DISABLE:
3117 		mec_int_cntl = RREG32_XCC(mec_int_cntl_reg, xcc_id);
3118 		mec_int_cntl = REG_SET_FIELD(mec_int_cntl, CP_ME1_PIPE0_INT_CNTL,
3119 					     TIME_STAMP_INT_ENABLE, 0);
3120 		WREG32_XCC(mec_int_cntl_reg, mec_int_cntl, xcc_id);
3121 		break;
3122 	case AMDGPU_IRQ_STATE_ENABLE:
3123 		mec_int_cntl = RREG32_XCC(mec_int_cntl_reg, xcc_id);
3124 		mec_int_cntl = REG_SET_FIELD(mec_int_cntl, CP_ME1_PIPE0_INT_CNTL,
3125 					     TIME_STAMP_INT_ENABLE, 1);
3126 		WREG32_XCC(mec_int_cntl_reg, mec_int_cntl, xcc_id);
3127 		break;
3128 	default:
3129 		break;
3130 	}
3131 }
3132 
gfx_v9_4_3_get_cpc_int_cntl(struct amdgpu_device * adev,int xcc_id,int me,int pipe)3133 static u32 gfx_v9_4_3_get_cpc_int_cntl(struct amdgpu_device *adev,
3134 				     int xcc_id, int me, int pipe)
3135 {
3136 	/*
3137 	 * amdgpu controls only the first MEC. That's why this function only
3138 	 * handles the setting of interrupts for this specific MEC. All other
3139 	 * pipes' interrupts are set by amdkfd.
3140 	 */
3141 	if (me != 1)
3142 		return 0;
3143 
3144 	switch (pipe) {
3145 	case 0:
3146 		return SOC15_REG_OFFSET(GC, GET_INST(GC, xcc_id), regCP_ME1_PIPE0_INT_CNTL);
3147 	case 1:
3148 		return SOC15_REG_OFFSET(GC, GET_INST(GC, xcc_id), regCP_ME1_PIPE1_INT_CNTL);
3149 	case 2:
3150 		return SOC15_REG_OFFSET(GC, GET_INST(GC, xcc_id), regCP_ME1_PIPE2_INT_CNTL);
3151 	case 3:
3152 		return SOC15_REG_OFFSET(GC, GET_INST(GC, xcc_id), regCP_ME1_PIPE3_INT_CNTL);
3153 	default:
3154 		return 0;
3155 	}
3156 }
3157 
gfx_v9_4_3_set_priv_reg_fault_state(struct amdgpu_device * adev,struct amdgpu_irq_src * source,unsigned type,enum amdgpu_interrupt_state state)3158 static int gfx_v9_4_3_set_priv_reg_fault_state(struct amdgpu_device *adev,
3159 					     struct amdgpu_irq_src *source,
3160 					     unsigned type,
3161 					     enum amdgpu_interrupt_state state)
3162 {
3163 	u32 mec_int_cntl_reg, mec_int_cntl;
3164 	int i, j, k, num_xcc;
3165 
3166 	num_xcc = NUM_XCC(adev->gfx.xcc_mask);
3167 	switch (state) {
3168 	case AMDGPU_IRQ_STATE_DISABLE:
3169 	case AMDGPU_IRQ_STATE_ENABLE:
3170 		for (i = 0; i < num_xcc; i++) {
3171 			WREG32_FIELD15_PREREG(GC, GET_INST(GC, i), CP_INT_CNTL_RING0,
3172 					      PRIV_REG_INT_ENABLE,
3173 					      state == AMDGPU_IRQ_STATE_ENABLE ? 1 : 0);
3174 			for (j = 0; j < adev->gfx.mec.num_mec; j++) {
3175 				for (k = 0; k < adev->gfx.mec.num_pipe_per_mec; k++) {
3176 					/* MECs start at 1 */
3177 					mec_int_cntl_reg = gfx_v9_4_3_get_cpc_int_cntl(adev, i, j + 1, k);
3178 
3179 					if (mec_int_cntl_reg) {
3180 						mec_int_cntl = RREG32_XCC(mec_int_cntl_reg, i);
3181 						mec_int_cntl = REG_SET_FIELD(mec_int_cntl, CP_ME1_PIPE0_INT_CNTL,
3182 									     PRIV_REG_INT_ENABLE,
3183 									     state == AMDGPU_IRQ_STATE_ENABLE ?
3184 									     1 : 0);
3185 						WREG32_XCC(mec_int_cntl_reg, mec_int_cntl, i);
3186 					}
3187 				}
3188 			}
3189 		}
3190 		break;
3191 	default:
3192 		break;
3193 	}
3194 
3195 	return 0;
3196 }
3197 
gfx_v9_4_3_set_bad_op_fault_state(struct amdgpu_device * adev,struct amdgpu_irq_src * source,unsigned type,enum amdgpu_interrupt_state state)3198 static int gfx_v9_4_3_set_bad_op_fault_state(struct amdgpu_device *adev,
3199 					     struct amdgpu_irq_src *source,
3200 					     unsigned type,
3201 					     enum amdgpu_interrupt_state state)
3202 {
3203 	u32 mec_int_cntl_reg, mec_int_cntl;
3204 	int i, j, k, num_xcc;
3205 
3206 	num_xcc = NUM_XCC(adev->gfx.xcc_mask);
3207 	switch (state) {
3208 	case AMDGPU_IRQ_STATE_DISABLE:
3209 	case AMDGPU_IRQ_STATE_ENABLE:
3210 		for (i = 0; i < num_xcc; i++) {
3211 			WREG32_FIELD15_PREREG(GC, GET_INST(GC, i), CP_INT_CNTL_RING0,
3212 					      OPCODE_ERROR_INT_ENABLE,
3213 					      state == AMDGPU_IRQ_STATE_ENABLE ? 1 : 0);
3214 			for (j = 0; j < adev->gfx.mec.num_mec; j++) {
3215 				for (k = 0; k < adev->gfx.mec.num_pipe_per_mec; k++) {
3216 					/* MECs start at 1 */
3217 					mec_int_cntl_reg = gfx_v9_4_3_get_cpc_int_cntl(adev, i, j + 1, k);
3218 
3219 					if (mec_int_cntl_reg) {
3220 						mec_int_cntl = RREG32_XCC(mec_int_cntl_reg, i);
3221 						mec_int_cntl = REG_SET_FIELD(mec_int_cntl, CP_ME1_PIPE0_INT_CNTL,
3222 									     OPCODE_ERROR_INT_ENABLE,
3223 									     state == AMDGPU_IRQ_STATE_ENABLE ?
3224 									     1 : 0);
3225 						WREG32_XCC(mec_int_cntl_reg, mec_int_cntl, i);
3226 					}
3227 				}
3228 			}
3229 		}
3230 		break;
3231 	default:
3232 		break;
3233 	}
3234 
3235 	return 0;
3236 }
3237 
gfx_v9_4_3_set_priv_inst_fault_state(struct amdgpu_device * adev,struct amdgpu_irq_src * source,unsigned type,enum amdgpu_interrupt_state state)3238 static int gfx_v9_4_3_set_priv_inst_fault_state(struct amdgpu_device *adev,
3239 					      struct amdgpu_irq_src *source,
3240 					      unsigned type,
3241 					      enum amdgpu_interrupt_state state)
3242 {
3243 	int i, num_xcc;
3244 
3245 	num_xcc = NUM_XCC(adev->gfx.xcc_mask);
3246 	switch (state) {
3247 	case AMDGPU_IRQ_STATE_DISABLE:
3248 	case AMDGPU_IRQ_STATE_ENABLE:
3249 		for (i = 0; i < num_xcc; i++)
3250 			WREG32_FIELD15_PREREG(GC, GET_INST(GC, i), CP_INT_CNTL_RING0,
3251 				PRIV_INSTR_INT_ENABLE,
3252 				state == AMDGPU_IRQ_STATE_ENABLE ? 1 : 0);
3253 		break;
3254 	default:
3255 		break;
3256 	}
3257 
3258 	return 0;
3259 }
3260 
gfx_v9_4_3_set_eop_interrupt_state(struct amdgpu_device * adev,struct amdgpu_irq_src * src,unsigned type,enum amdgpu_interrupt_state state)3261 static int gfx_v9_4_3_set_eop_interrupt_state(struct amdgpu_device *adev,
3262 					    struct amdgpu_irq_src *src,
3263 					    unsigned type,
3264 					    enum amdgpu_interrupt_state state)
3265 {
3266 	int i, num_xcc;
3267 
3268 	num_xcc = NUM_XCC(adev->gfx.xcc_mask);
3269 	for (i = 0; i < num_xcc; i++) {
3270 		switch (type) {
3271 		case AMDGPU_CP_IRQ_COMPUTE_MEC1_PIPE0_EOP:
3272 			gfx_v9_4_3_xcc_set_compute_eop_interrupt_state(
3273 				adev, 1, 0, state, i);
3274 			break;
3275 		case AMDGPU_CP_IRQ_COMPUTE_MEC1_PIPE1_EOP:
3276 			gfx_v9_4_3_xcc_set_compute_eop_interrupt_state(
3277 				adev, 1, 1, state, i);
3278 			break;
3279 		case AMDGPU_CP_IRQ_COMPUTE_MEC1_PIPE2_EOP:
3280 			gfx_v9_4_3_xcc_set_compute_eop_interrupt_state(
3281 				adev, 1, 2, state, i);
3282 			break;
3283 		case AMDGPU_CP_IRQ_COMPUTE_MEC1_PIPE3_EOP:
3284 			gfx_v9_4_3_xcc_set_compute_eop_interrupt_state(
3285 				adev, 1, 3, state, i);
3286 			break;
3287 		case AMDGPU_CP_IRQ_COMPUTE_MEC2_PIPE0_EOP:
3288 			gfx_v9_4_3_xcc_set_compute_eop_interrupt_state(
3289 				adev, 2, 0, state, i);
3290 			break;
3291 		case AMDGPU_CP_IRQ_COMPUTE_MEC2_PIPE1_EOP:
3292 			gfx_v9_4_3_xcc_set_compute_eop_interrupt_state(
3293 				adev, 2, 1, state, i);
3294 			break;
3295 		case AMDGPU_CP_IRQ_COMPUTE_MEC2_PIPE2_EOP:
3296 			gfx_v9_4_3_xcc_set_compute_eop_interrupt_state(
3297 				adev, 2, 2, state, i);
3298 			break;
3299 		case AMDGPU_CP_IRQ_COMPUTE_MEC2_PIPE3_EOP:
3300 			gfx_v9_4_3_xcc_set_compute_eop_interrupt_state(
3301 				adev, 2, 3, state, i);
3302 			break;
3303 		default:
3304 			break;
3305 		}
3306 	}
3307 
3308 	return 0;
3309 }
3310 
gfx_v9_4_3_eop_irq(struct amdgpu_device * adev,struct amdgpu_irq_src * source,struct amdgpu_iv_entry * entry)3311 static int gfx_v9_4_3_eop_irq(struct amdgpu_device *adev,
3312 			    struct amdgpu_irq_src *source,
3313 			    struct amdgpu_iv_entry *entry)
3314 {
3315 	int i, xcc_id;
3316 	u8 me_id, pipe_id, queue_id;
3317 	struct amdgpu_ring *ring;
3318 
3319 	DRM_DEBUG("IH: CP EOP\n");
3320 	me_id = (entry->ring_id & 0x0c) >> 2;
3321 	pipe_id = (entry->ring_id & 0x03) >> 0;
3322 	queue_id = (entry->ring_id & 0x70) >> 4;
3323 
3324 	xcc_id = gfx_v9_4_3_ih_to_xcc_inst(adev, entry->node_id);
3325 
3326 	if (xcc_id == -EINVAL)
3327 		return -EINVAL;
3328 
3329 	switch (me_id) {
3330 	case 0:
3331 	case 1:
3332 	case 2:
3333 		for (i = 0; i < adev->gfx.num_compute_rings; i++) {
3334 			ring = &adev->gfx.compute_ring
3335 					[i +
3336 					 xcc_id * adev->gfx.num_compute_rings];
3337 			/* Per-queue interrupt is supported for MEC starting from VI.
3338 			  * The interrupt can only be enabled/disabled per pipe instead of per queue.
3339 			  */
3340 
3341 			if ((ring->me == me_id) && (ring->pipe == pipe_id) && (ring->queue == queue_id))
3342 				amdgpu_fence_process(ring);
3343 		}
3344 		break;
3345 	}
3346 	return 0;
3347 }
3348 
gfx_v9_4_3_fault(struct amdgpu_device * adev,struct amdgpu_iv_entry * entry)3349 static void gfx_v9_4_3_fault(struct amdgpu_device *adev,
3350 			   struct amdgpu_iv_entry *entry)
3351 {
3352 	u8 me_id, pipe_id, queue_id;
3353 	struct amdgpu_ring *ring;
3354 	int i, xcc_id;
3355 
3356 	me_id = (entry->ring_id & 0x0c) >> 2;
3357 	pipe_id = (entry->ring_id & 0x03) >> 0;
3358 	queue_id = (entry->ring_id & 0x70) >> 4;
3359 
3360 	xcc_id = gfx_v9_4_3_ih_to_xcc_inst(adev, entry->node_id);
3361 
3362 	if (xcc_id == -EINVAL)
3363 		return;
3364 
3365 	switch (me_id) {
3366 	case 0:
3367 	case 1:
3368 	case 2:
3369 		for (i = 0; i < adev->gfx.num_compute_rings; i++) {
3370 			ring = &adev->gfx.compute_ring
3371 					[i +
3372 					 xcc_id * adev->gfx.num_compute_rings];
3373 			if (ring->me == me_id && ring->pipe == pipe_id &&
3374 			    ring->queue == queue_id)
3375 				drm_sched_fault(&ring->sched);
3376 		}
3377 		break;
3378 	}
3379 }
3380 
gfx_v9_4_3_priv_reg_irq(struct amdgpu_device * adev,struct amdgpu_irq_src * source,struct amdgpu_iv_entry * entry)3381 static int gfx_v9_4_3_priv_reg_irq(struct amdgpu_device *adev,
3382 				 struct amdgpu_irq_src *source,
3383 				 struct amdgpu_iv_entry *entry)
3384 {
3385 	DRM_ERROR("Illegal register access in command stream\n");
3386 	gfx_v9_4_3_fault(adev, entry);
3387 	return 0;
3388 }
3389 
gfx_v9_4_3_bad_op_irq(struct amdgpu_device * adev,struct amdgpu_irq_src * source,struct amdgpu_iv_entry * entry)3390 static int gfx_v9_4_3_bad_op_irq(struct amdgpu_device *adev,
3391 				 struct amdgpu_irq_src *source,
3392 				 struct amdgpu_iv_entry *entry)
3393 {
3394 	DRM_ERROR("Illegal opcode in command stream\n");
3395 	gfx_v9_4_3_fault(adev, entry);
3396 	return 0;
3397 }
3398 
gfx_v9_4_3_priv_inst_irq(struct amdgpu_device * adev,struct amdgpu_irq_src * source,struct amdgpu_iv_entry * entry)3399 static int gfx_v9_4_3_priv_inst_irq(struct amdgpu_device *adev,
3400 				  struct amdgpu_irq_src *source,
3401 				  struct amdgpu_iv_entry *entry)
3402 {
3403 	DRM_ERROR("Illegal instruction in command stream\n");
3404 	gfx_v9_4_3_fault(adev, entry);
3405 	return 0;
3406 }
3407 
gfx_v9_4_3_emit_mem_sync(struct amdgpu_ring * ring)3408 static void gfx_v9_4_3_emit_mem_sync(struct amdgpu_ring *ring)
3409 {
3410 	const unsigned int cp_coher_cntl =
3411 			PACKET3_ACQUIRE_MEM_CP_COHER_CNTL_SH_ICACHE_ACTION_ENA(1) |
3412 			PACKET3_ACQUIRE_MEM_CP_COHER_CNTL_SH_KCACHE_ACTION_ENA(1) |
3413 			PACKET3_ACQUIRE_MEM_CP_COHER_CNTL_TC_ACTION_ENA(1) |
3414 			PACKET3_ACQUIRE_MEM_CP_COHER_CNTL_TCL1_ACTION_ENA(1) |
3415 			PACKET3_ACQUIRE_MEM_CP_COHER_CNTL_TC_WB_ACTION_ENA(1);
3416 
3417 	/* ACQUIRE_MEM -make one or more surfaces valid for use by the subsequent operations */
3418 	amdgpu_ring_write(ring, PACKET3(PACKET3_ACQUIRE_MEM, 5));
3419 	amdgpu_ring_write(ring, cp_coher_cntl); /* CP_COHER_CNTL */
3420 	amdgpu_ring_write(ring, 0xffffffff);  /* CP_COHER_SIZE */
3421 	amdgpu_ring_write(ring, 0xffffff);  /* CP_COHER_SIZE_HI */
3422 	amdgpu_ring_write(ring, 0); /* CP_COHER_BASE */
3423 	amdgpu_ring_write(ring, 0);  /* CP_COHER_BASE_HI */
3424 	amdgpu_ring_write(ring, 0x0000000A); /* POLL_INTERVAL */
3425 }
3426 
gfx_v9_4_3_emit_wave_limit_cs(struct amdgpu_ring * ring,uint32_t pipe,bool enable)3427 static void gfx_v9_4_3_emit_wave_limit_cs(struct amdgpu_ring *ring,
3428 					uint32_t pipe, bool enable)
3429 {
3430 	struct amdgpu_device *adev = ring->adev;
3431 	uint32_t val;
3432 	uint32_t wcl_cs_reg;
3433 
3434 	/* regSPI_WCL_PIPE_PERCENT_CS[0-7]_DEFAULT values are same */
3435 	val = enable ? 0x1 : 0x7f;
3436 
3437 	switch (pipe) {
3438 	case 0:
3439 		wcl_cs_reg = SOC15_REG_OFFSET(GC, GET_INST(GC, 0), regSPI_WCL_PIPE_PERCENT_CS0);
3440 		break;
3441 	case 1:
3442 		wcl_cs_reg = SOC15_REG_OFFSET(GC, GET_INST(GC, 0), regSPI_WCL_PIPE_PERCENT_CS1);
3443 		break;
3444 	case 2:
3445 		wcl_cs_reg = SOC15_REG_OFFSET(GC, GET_INST(GC, 0), regSPI_WCL_PIPE_PERCENT_CS2);
3446 		break;
3447 	case 3:
3448 		wcl_cs_reg = SOC15_REG_OFFSET(GC, GET_INST(GC, 0), regSPI_WCL_PIPE_PERCENT_CS3);
3449 		break;
3450 	default:
3451 		DRM_DEBUG("invalid pipe %d\n", pipe);
3452 		return;
3453 	}
3454 
3455 	amdgpu_ring_emit_wreg(ring, wcl_cs_reg, val);
3456 
3457 }
gfx_v9_4_3_emit_wave_limit(struct amdgpu_ring * ring,bool enable)3458 static void gfx_v9_4_3_emit_wave_limit(struct amdgpu_ring *ring, bool enable)
3459 {
3460 	struct amdgpu_device *adev = ring->adev;
3461 	uint32_t val;
3462 	int i;
3463 
3464 	/* regSPI_WCL_PIPE_PERCENT_GFX is 7 bit multiplier register to limit
3465 	 * number of gfx waves. Setting 5 bit will make sure gfx only gets
3466 	 * around 25% of gpu resources.
3467 	 */
3468 	val = enable ? 0x1f : 0x07ffffff;
3469 	amdgpu_ring_emit_wreg(ring,
3470 			      SOC15_REG_OFFSET(GC, GET_INST(GC, 0), regSPI_WCL_PIPE_PERCENT_GFX),
3471 			      val);
3472 
3473 	/* Restrict waves for normal/low priority compute queues as well
3474 	 * to get best QoS for high priority compute jobs.
3475 	 *
3476 	 * amdgpu controls only 1st ME(0-3 CS pipes).
3477 	 */
3478 	for (i = 0; i < adev->gfx.mec.num_pipe_per_mec; i++) {
3479 		if (i != ring->pipe)
3480 			gfx_v9_4_3_emit_wave_limit_cs(ring, i, enable);
3481 
3482 	}
3483 }
3484 
gfx_v9_4_3_unmap_done(struct amdgpu_device * adev,uint32_t me,uint32_t pipe,uint32_t queue,uint32_t xcc_id)3485 static int gfx_v9_4_3_unmap_done(struct amdgpu_device *adev, uint32_t me,
3486 				uint32_t pipe, uint32_t queue,
3487 				uint32_t xcc_id)
3488 {
3489 	int i, r;
3490 	/* make sure dequeue is complete*/
3491 	gfx_v9_4_3_xcc_set_safe_mode(adev, xcc_id);
3492 	mutex_lock(&adev->srbm_mutex);
3493 	soc15_grbm_select(adev, me, pipe, queue, 0, GET_INST(GC, xcc_id));
3494 	for (i = 0; i < adev->usec_timeout; i++) {
3495 		if (!(RREG32_SOC15(GC, GET_INST(GC, xcc_id), regCP_HQD_ACTIVE) & 1))
3496 			break;
3497 		udelay(1);
3498 	}
3499 	if (i >= adev->usec_timeout)
3500 		r = -ETIMEDOUT;
3501 	else
3502 		r = 0;
3503 	soc15_grbm_select(adev, 0, 0, 0, 0, GET_INST(GC, xcc_id));
3504 	mutex_unlock(&adev->srbm_mutex);
3505 	gfx_v9_4_3_xcc_unset_safe_mode(adev, xcc_id);
3506 
3507 	return r;
3508 
3509 }
3510 
gfx_v9_4_3_pipe_reset_support(struct amdgpu_device * adev)3511 static bool gfx_v9_4_3_pipe_reset_support(struct amdgpu_device *adev)
3512 {
3513 	/*TODO: Need check gfx9.4.4 mec fw whether supports pipe reset as well.*/
3514 	if (amdgpu_ip_version(adev, GC_HWIP, 0) == IP_VERSION(9, 4, 3) &&
3515 			adev->gfx.mec_fw_version >= 0x0000009b)
3516 		return true;
3517 	else
3518 		dev_warn_once(adev->dev, "Please use the latest MEC version to see whether support pipe reset\n");
3519 
3520 	return false;
3521 }
3522 
gfx_v9_4_3_reset_hw_pipe(struct amdgpu_ring * ring)3523 static int gfx_v9_4_3_reset_hw_pipe(struct amdgpu_ring *ring)
3524 {
3525 	struct amdgpu_device *adev = ring->adev;
3526 	uint32_t reset_pipe, clean_pipe;
3527 	int r;
3528 
3529 	if (!gfx_v9_4_3_pipe_reset_support(adev))
3530 		return -EINVAL;
3531 
3532 	gfx_v9_4_3_xcc_set_safe_mode(adev, ring->xcc_id);
3533 	mutex_lock(&adev->srbm_mutex);
3534 
3535 	reset_pipe = RREG32_SOC15(GC, GET_INST(GC, ring->xcc_id), regCP_MEC_CNTL);
3536 	clean_pipe = reset_pipe;
3537 
3538 	if (ring->me == 1) {
3539 		switch (ring->pipe) {
3540 		case 0:
3541 			reset_pipe = REG_SET_FIELD(reset_pipe, CP_MEC_CNTL,
3542 						   MEC_ME1_PIPE0_RESET, 1);
3543 			break;
3544 		case 1:
3545 			reset_pipe = REG_SET_FIELD(reset_pipe, CP_MEC_CNTL,
3546 						   MEC_ME1_PIPE1_RESET, 1);
3547 			break;
3548 		case 2:
3549 			reset_pipe = REG_SET_FIELD(reset_pipe, CP_MEC_CNTL,
3550 						   MEC_ME1_PIPE2_RESET, 1);
3551 			break;
3552 		case 3:
3553 			reset_pipe = REG_SET_FIELD(reset_pipe, CP_MEC_CNTL,
3554 						   MEC_ME1_PIPE3_RESET, 1);
3555 			break;
3556 		default:
3557 			break;
3558 		}
3559 	} else {
3560 		if (ring->pipe)
3561 			reset_pipe = REG_SET_FIELD(reset_pipe, CP_MEC_CNTL,
3562 						   MEC_ME2_PIPE1_RESET, 1);
3563 		else
3564 			reset_pipe = REG_SET_FIELD(reset_pipe, CP_MEC_CNTL,
3565 						   MEC_ME2_PIPE0_RESET, 1);
3566 	}
3567 
3568 	WREG32_SOC15(GC, GET_INST(GC, ring->xcc_id), regCP_MEC_CNTL, reset_pipe);
3569 	WREG32_SOC15(GC, GET_INST(GC, ring->xcc_id), regCP_MEC_CNTL, clean_pipe);
3570 	mutex_unlock(&adev->srbm_mutex);
3571 	gfx_v9_4_3_xcc_unset_safe_mode(adev, ring->xcc_id);
3572 
3573 	r = gfx_v9_4_3_unmap_done(adev, ring->me, ring->pipe, ring->queue, ring->xcc_id);
3574 	return r;
3575 }
3576 
gfx_v9_4_3_reset_kcq(struct amdgpu_ring * ring,unsigned int vmid)3577 static int gfx_v9_4_3_reset_kcq(struct amdgpu_ring *ring,
3578 				unsigned int vmid)
3579 {
3580 	struct amdgpu_device *adev = ring->adev;
3581 	struct amdgpu_kiq *kiq = &adev->gfx.kiq[ring->xcc_id];
3582 	struct amdgpu_ring *kiq_ring = &kiq->ring;
3583 	unsigned long flags;
3584 	int r;
3585 
3586 	if (amdgpu_sriov_vf(adev))
3587 		return -EINVAL;
3588 
3589 	if (!kiq->pmf || !kiq->pmf->kiq_unmap_queues)
3590 		return -EINVAL;
3591 
3592 	spin_lock_irqsave(&kiq->ring_lock, flags);
3593 
3594 	if (amdgpu_ring_alloc(kiq_ring, kiq->pmf->unmap_queues_size)) {
3595 		spin_unlock_irqrestore(&kiq->ring_lock, flags);
3596 		return -ENOMEM;
3597 	}
3598 
3599 	kiq->pmf->kiq_unmap_queues(kiq_ring, ring, RESET_QUEUES,
3600 				   0, 0);
3601 	amdgpu_ring_commit(kiq_ring);
3602 
3603 	spin_unlock_irqrestore(&kiq->ring_lock, flags);
3604 
3605 	r = amdgpu_ring_test_ring(kiq_ring);
3606 	if (r) {
3607 		dev_err(adev->dev, "kiq ring test failed after ring: %s queue reset\n",
3608 				ring->name);
3609 		goto pipe_reset;
3610 	}
3611 
3612 	r = gfx_v9_4_3_unmap_done(adev, ring->me, ring->pipe, ring->queue, ring->xcc_id);
3613 	if (r)
3614 		dev_err(adev->dev, "fail to wait on hqd deactive and will try pipe reset\n");
3615 
3616 pipe_reset:
3617 	if(r) {
3618 		r = gfx_v9_4_3_reset_hw_pipe(ring);
3619 		dev_info(adev->dev, "ring: %s pipe reset :%s\n", ring->name,
3620 				r ? "failed" : "successfully");
3621 		if (r)
3622 			return r;
3623 	}
3624 
3625 	r = amdgpu_bo_reserve(ring->mqd_obj, false);
3626 	if (unlikely(r != 0)){
3627 		dev_err(adev->dev, "fail to resv mqd_obj\n");
3628 		return r;
3629 	}
3630 	r = amdgpu_bo_kmap(ring->mqd_obj, (void **)&ring->mqd_ptr);
3631 	if (!r) {
3632 		r = gfx_v9_4_3_xcc_kcq_init_queue(ring, ring->xcc_id, true);
3633 		amdgpu_bo_kunmap(ring->mqd_obj);
3634 		ring->mqd_ptr = NULL;
3635 	}
3636 	amdgpu_bo_unreserve(ring->mqd_obj);
3637 	if (r) {
3638 		dev_err(adev->dev, "fail to unresv mqd_obj\n");
3639 		return r;
3640 	}
3641 	spin_lock_irqsave(&kiq->ring_lock, flags);
3642 	r = amdgpu_ring_alloc(kiq_ring, kiq->pmf->map_queues_size);
3643 	if (r) {
3644 		spin_unlock_irqrestore(&kiq->ring_lock, flags);
3645 		return -ENOMEM;
3646 	}
3647 	kiq->pmf->kiq_map_queues(kiq_ring, ring);
3648 	amdgpu_ring_commit(kiq_ring);
3649 	spin_unlock_irqrestore(&kiq->ring_lock, flags);
3650 
3651 	r = amdgpu_ring_test_ring(kiq_ring);
3652 	if (r) {
3653 		dev_err(adev->dev, "fail to remap queue\n");
3654 		return r;
3655 	}
3656 	return amdgpu_ring_test_ring(ring);
3657 }
3658 
3659 enum amdgpu_gfx_cp_ras_mem_id {
3660 	AMDGPU_GFX_CP_MEM1 = 1,
3661 	AMDGPU_GFX_CP_MEM2,
3662 	AMDGPU_GFX_CP_MEM3,
3663 	AMDGPU_GFX_CP_MEM4,
3664 	AMDGPU_GFX_CP_MEM5,
3665 };
3666 
3667 enum amdgpu_gfx_gcea_ras_mem_id {
3668 	AMDGPU_GFX_GCEA_IOWR_CMDMEM = 4,
3669 	AMDGPU_GFX_GCEA_IORD_CMDMEM,
3670 	AMDGPU_GFX_GCEA_GMIWR_CMDMEM,
3671 	AMDGPU_GFX_GCEA_GMIRD_CMDMEM,
3672 	AMDGPU_GFX_GCEA_DRAMWR_CMDMEM,
3673 	AMDGPU_GFX_GCEA_DRAMRD_CMDMEM,
3674 	AMDGPU_GFX_GCEA_MAM_DMEM0,
3675 	AMDGPU_GFX_GCEA_MAM_DMEM1,
3676 	AMDGPU_GFX_GCEA_MAM_DMEM2,
3677 	AMDGPU_GFX_GCEA_MAM_DMEM3,
3678 	AMDGPU_GFX_GCEA_MAM_AMEM0,
3679 	AMDGPU_GFX_GCEA_MAM_AMEM1,
3680 	AMDGPU_GFX_GCEA_MAM_AMEM2,
3681 	AMDGPU_GFX_GCEA_MAM_AMEM3,
3682 	AMDGPU_GFX_GCEA_MAM_AFLUSH_BUFFER,
3683 	AMDGPU_GFX_GCEA_WRET_TAGMEM,
3684 	AMDGPU_GFX_GCEA_RRET_TAGMEM,
3685 	AMDGPU_GFX_GCEA_IOWR_DATAMEM,
3686 	AMDGPU_GFX_GCEA_GMIWR_DATAMEM,
3687 	AMDGPU_GFX_GCEA_DRAM_DATAMEM,
3688 };
3689 
3690 enum amdgpu_gfx_gc_cane_ras_mem_id {
3691 	AMDGPU_GFX_GC_CANE_MEM0 = 0,
3692 };
3693 
3694 enum amdgpu_gfx_gcutcl2_ras_mem_id {
3695 	AMDGPU_GFX_GCUTCL2_MEM2P512X95 = 160,
3696 };
3697 
3698 enum amdgpu_gfx_gds_ras_mem_id {
3699 	AMDGPU_GFX_GDS_MEM0 = 0,
3700 };
3701 
3702 enum amdgpu_gfx_lds_ras_mem_id {
3703 	AMDGPU_GFX_LDS_BANK0 = 0,
3704 	AMDGPU_GFX_LDS_BANK1,
3705 	AMDGPU_GFX_LDS_BANK2,
3706 	AMDGPU_GFX_LDS_BANK3,
3707 	AMDGPU_GFX_LDS_BANK4,
3708 	AMDGPU_GFX_LDS_BANK5,
3709 	AMDGPU_GFX_LDS_BANK6,
3710 	AMDGPU_GFX_LDS_BANK7,
3711 	AMDGPU_GFX_LDS_BANK8,
3712 	AMDGPU_GFX_LDS_BANK9,
3713 	AMDGPU_GFX_LDS_BANK10,
3714 	AMDGPU_GFX_LDS_BANK11,
3715 	AMDGPU_GFX_LDS_BANK12,
3716 	AMDGPU_GFX_LDS_BANK13,
3717 	AMDGPU_GFX_LDS_BANK14,
3718 	AMDGPU_GFX_LDS_BANK15,
3719 	AMDGPU_GFX_LDS_BANK16,
3720 	AMDGPU_GFX_LDS_BANK17,
3721 	AMDGPU_GFX_LDS_BANK18,
3722 	AMDGPU_GFX_LDS_BANK19,
3723 	AMDGPU_GFX_LDS_BANK20,
3724 	AMDGPU_GFX_LDS_BANK21,
3725 	AMDGPU_GFX_LDS_BANK22,
3726 	AMDGPU_GFX_LDS_BANK23,
3727 	AMDGPU_GFX_LDS_BANK24,
3728 	AMDGPU_GFX_LDS_BANK25,
3729 	AMDGPU_GFX_LDS_BANK26,
3730 	AMDGPU_GFX_LDS_BANK27,
3731 	AMDGPU_GFX_LDS_BANK28,
3732 	AMDGPU_GFX_LDS_BANK29,
3733 	AMDGPU_GFX_LDS_BANK30,
3734 	AMDGPU_GFX_LDS_BANK31,
3735 	AMDGPU_GFX_LDS_SP_BUFFER_A,
3736 	AMDGPU_GFX_LDS_SP_BUFFER_B,
3737 };
3738 
3739 enum amdgpu_gfx_rlc_ras_mem_id {
3740 	AMDGPU_GFX_RLC_GPMF32 = 1,
3741 	AMDGPU_GFX_RLC_RLCVF32,
3742 	AMDGPU_GFX_RLC_SCRATCH,
3743 	AMDGPU_GFX_RLC_SRM_ARAM,
3744 	AMDGPU_GFX_RLC_SRM_DRAM,
3745 	AMDGPU_GFX_RLC_TCTAG,
3746 	AMDGPU_GFX_RLC_SPM_SE,
3747 	AMDGPU_GFX_RLC_SPM_GRBMT,
3748 };
3749 
3750 enum amdgpu_gfx_sp_ras_mem_id {
3751 	AMDGPU_GFX_SP_SIMDID0 = 0,
3752 };
3753 
3754 enum amdgpu_gfx_spi_ras_mem_id {
3755 	AMDGPU_GFX_SPI_MEM0 = 0,
3756 	AMDGPU_GFX_SPI_MEM1,
3757 	AMDGPU_GFX_SPI_MEM2,
3758 	AMDGPU_GFX_SPI_MEM3,
3759 };
3760 
3761 enum amdgpu_gfx_sqc_ras_mem_id {
3762 	AMDGPU_GFX_SQC_INST_CACHE_A = 100,
3763 	AMDGPU_GFX_SQC_INST_CACHE_B = 101,
3764 	AMDGPU_GFX_SQC_INST_CACHE_TAG_A = 102,
3765 	AMDGPU_GFX_SQC_INST_CACHE_TAG_B = 103,
3766 	AMDGPU_GFX_SQC_INST_CACHE_MISS_FIFO_A = 104,
3767 	AMDGPU_GFX_SQC_INST_CACHE_MISS_FIFO_B = 105,
3768 	AMDGPU_GFX_SQC_INST_CACHE_GATCL1_MISS_FIFO_A = 106,
3769 	AMDGPU_GFX_SQC_INST_CACHE_GATCL1_MISS_FIFO_B = 107,
3770 	AMDGPU_GFX_SQC_DATA_CACHE_A = 200,
3771 	AMDGPU_GFX_SQC_DATA_CACHE_B = 201,
3772 	AMDGPU_GFX_SQC_DATA_CACHE_TAG_A = 202,
3773 	AMDGPU_GFX_SQC_DATA_CACHE_TAG_B = 203,
3774 	AMDGPU_GFX_SQC_DATA_CACHE_MISS_FIFO_A = 204,
3775 	AMDGPU_GFX_SQC_DATA_CACHE_MISS_FIFO_B = 205,
3776 	AMDGPU_GFX_SQC_DATA_CACHE_HIT_FIFO_A = 206,
3777 	AMDGPU_GFX_SQC_DATA_CACHE_HIT_FIFO_B = 207,
3778 	AMDGPU_GFX_SQC_DIRTY_BIT_A = 208,
3779 	AMDGPU_GFX_SQC_DIRTY_BIT_B = 209,
3780 	AMDGPU_GFX_SQC_WRITE_DATA_BUFFER_CU0 = 210,
3781 	AMDGPU_GFX_SQC_WRITE_DATA_BUFFER_CU1 = 211,
3782 	AMDGPU_GFX_SQC_UTCL1_MISS_LFIFO_DATA_CACHE_A = 212,
3783 	AMDGPU_GFX_SQC_UTCL1_MISS_LFIFO_DATA_CACHE_B = 213,
3784 	AMDGPU_GFX_SQC_UTCL1_MISS_LFIFO_INST_CACHE = 108,
3785 };
3786 
3787 enum amdgpu_gfx_sq_ras_mem_id {
3788 	AMDGPU_GFX_SQ_SGPR_MEM0 = 0,
3789 	AMDGPU_GFX_SQ_SGPR_MEM1,
3790 	AMDGPU_GFX_SQ_SGPR_MEM2,
3791 	AMDGPU_GFX_SQ_SGPR_MEM3,
3792 };
3793 
3794 enum amdgpu_gfx_ta_ras_mem_id {
3795 	AMDGPU_GFX_TA_FS_AFIFO_RAM_LO = 1,
3796 	AMDGPU_GFX_TA_FS_AFIFO_RAM_HI,
3797 	AMDGPU_GFX_TA_FS_CFIFO_RAM,
3798 	AMDGPU_GFX_TA_FSX_LFIFO,
3799 	AMDGPU_GFX_TA_FS_DFIFO_RAM,
3800 };
3801 
3802 enum amdgpu_gfx_tcc_ras_mem_id {
3803 	AMDGPU_GFX_TCC_MEM1 = 1,
3804 };
3805 
3806 enum amdgpu_gfx_tca_ras_mem_id {
3807 	AMDGPU_GFX_TCA_MEM1 = 1,
3808 };
3809 
3810 enum amdgpu_gfx_tci_ras_mem_id {
3811 	AMDGPU_GFX_TCIW_MEM = 1,
3812 };
3813 
3814 enum amdgpu_gfx_tcp_ras_mem_id {
3815 	AMDGPU_GFX_TCP_LFIFO0 = 1,
3816 	AMDGPU_GFX_TCP_SET0BANK0_RAM,
3817 	AMDGPU_GFX_TCP_SET0BANK1_RAM,
3818 	AMDGPU_GFX_TCP_SET0BANK2_RAM,
3819 	AMDGPU_GFX_TCP_SET0BANK3_RAM,
3820 	AMDGPU_GFX_TCP_SET1BANK0_RAM,
3821 	AMDGPU_GFX_TCP_SET1BANK1_RAM,
3822 	AMDGPU_GFX_TCP_SET1BANK2_RAM,
3823 	AMDGPU_GFX_TCP_SET1BANK3_RAM,
3824 	AMDGPU_GFX_TCP_SET2BANK0_RAM,
3825 	AMDGPU_GFX_TCP_SET2BANK1_RAM,
3826 	AMDGPU_GFX_TCP_SET2BANK2_RAM,
3827 	AMDGPU_GFX_TCP_SET2BANK3_RAM,
3828 	AMDGPU_GFX_TCP_SET3BANK0_RAM,
3829 	AMDGPU_GFX_TCP_SET3BANK1_RAM,
3830 	AMDGPU_GFX_TCP_SET3BANK2_RAM,
3831 	AMDGPU_GFX_TCP_SET3BANK3_RAM,
3832 	AMDGPU_GFX_TCP_VM_FIFO,
3833 	AMDGPU_GFX_TCP_DB_TAGRAM0,
3834 	AMDGPU_GFX_TCP_DB_TAGRAM1,
3835 	AMDGPU_GFX_TCP_DB_TAGRAM2,
3836 	AMDGPU_GFX_TCP_DB_TAGRAM3,
3837 	AMDGPU_GFX_TCP_UTCL1_LFIFO_PROBE0,
3838 	AMDGPU_GFX_TCP_UTCL1_LFIFO_PROBE1,
3839 	AMDGPU_GFX_TCP_CMD_FIFO,
3840 };
3841 
3842 enum amdgpu_gfx_td_ras_mem_id {
3843 	AMDGPU_GFX_TD_UTD_CS_FIFO_MEM = 1,
3844 	AMDGPU_GFX_TD_UTD_SS_FIFO_LO_MEM,
3845 	AMDGPU_GFX_TD_UTD_SS_FIFO_HI_MEM,
3846 };
3847 
3848 enum amdgpu_gfx_tcx_ras_mem_id {
3849 	AMDGPU_GFX_TCX_FIFOD0 = 0,
3850 	AMDGPU_GFX_TCX_FIFOD1,
3851 	AMDGPU_GFX_TCX_FIFOD2,
3852 	AMDGPU_GFX_TCX_FIFOD3,
3853 	AMDGPU_GFX_TCX_FIFOD4,
3854 	AMDGPU_GFX_TCX_FIFOD5,
3855 	AMDGPU_GFX_TCX_FIFOD6,
3856 	AMDGPU_GFX_TCX_FIFOD7,
3857 	AMDGPU_GFX_TCX_FIFOB0,
3858 	AMDGPU_GFX_TCX_FIFOB1,
3859 	AMDGPU_GFX_TCX_FIFOB2,
3860 	AMDGPU_GFX_TCX_FIFOB3,
3861 	AMDGPU_GFX_TCX_FIFOB4,
3862 	AMDGPU_GFX_TCX_FIFOB5,
3863 	AMDGPU_GFX_TCX_FIFOB6,
3864 	AMDGPU_GFX_TCX_FIFOB7,
3865 	AMDGPU_GFX_TCX_FIFOA0,
3866 	AMDGPU_GFX_TCX_FIFOA1,
3867 	AMDGPU_GFX_TCX_FIFOA2,
3868 	AMDGPU_GFX_TCX_FIFOA3,
3869 	AMDGPU_GFX_TCX_FIFOA4,
3870 	AMDGPU_GFX_TCX_FIFOA5,
3871 	AMDGPU_GFX_TCX_FIFOA6,
3872 	AMDGPU_GFX_TCX_FIFOA7,
3873 	AMDGPU_GFX_TCX_CFIFO0,
3874 	AMDGPU_GFX_TCX_CFIFO1,
3875 	AMDGPU_GFX_TCX_CFIFO2,
3876 	AMDGPU_GFX_TCX_CFIFO3,
3877 	AMDGPU_GFX_TCX_CFIFO4,
3878 	AMDGPU_GFX_TCX_CFIFO5,
3879 	AMDGPU_GFX_TCX_CFIFO6,
3880 	AMDGPU_GFX_TCX_CFIFO7,
3881 	AMDGPU_GFX_TCX_FIFO_ACKB0,
3882 	AMDGPU_GFX_TCX_FIFO_ACKB1,
3883 	AMDGPU_GFX_TCX_FIFO_ACKB2,
3884 	AMDGPU_GFX_TCX_FIFO_ACKB3,
3885 	AMDGPU_GFX_TCX_FIFO_ACKB4,
3886 	AMDGPU_GFX_TCX_FIFO_ACKB5,
3887 	AMDGPU_GFX_TCX_FIFO_ACKB6,
3888 	AMDGPU_GFX_TCX_FIFO_ACKB7,
3889 	AMDGPU_GFX_TCX_FIFO_ACKD0,
3890 	AMDGPU_GFX_TCX_FIFO_ACKD1,
3891 	AMDGPU_GFX_TCX_FIFO_ACKD2,
3892 	AMDGPU_GFX_TCX_FIFO_ACKD3,
3893 	AMDGPU_GFX_TCX_FIFO_ACKD4,
3894 	AMDGPU_GFX_TCX_FIFO_ACKD5,
3895 	AMDGPU_GFX_TCX_FIFO_ACKD6,
3896 	AMDGPU_GFX_TCX_FIFO_ACKD7,
3897 	AMDGPU_GFX_TCX_DST_FIFOA0,
3898 	AMDGPU_GFX_TCX_DST_FIFOA1,
3899 	AMDGPU_GFX_TCX_DST_FIFOA2,
3900 	AMDGPU_GFX_TCX_DST_FIFOA3,
3901 	AMDGPU_GFX_TCX_DST_FIFOA4,
3902 	AMDGPU_GFX_TCX_DST_FIFOA5,
3903 	AMDGPU_GFX_TCX_DST_FIFOA6,
3904 	AMDGPU_GFX_TCX_DST_FIFOA7,
3905 	AMDGPU_GFX_TCX_DST_FIFOB0,
3906 	AMDGPU_GFX_TCX_DST_FIFOB1,
3907 	AMDGPU_GFX_TCX_DST_FIFOB2,
3908 	AMDGPU_GFX_TCX_DST_FIFOB3,
3909 	AMDGPU_GFX_TCX_DST_FIFOB4,
3910 	AMDGPU_GFX_TCX_DST_FIFOB5,
3911 	AMDGPU_GFX_TCX_DST_FIFOB6,
3912 	AMDGPU_GFX_TCX_DST_FIFOB7,
3913 	AMDGPU_GFX_TCX_DST_FIFOD0,
3914 	AMDGPU_GFX_TCX_DST_FIFOD1,
3915 	AMDGPU_GFX_TCX_DST_FIFOD2,
3916 	AMDGPU_GFX_TCX_DST_FIFOD3,
3917 	AMDGPU_GFX_TCX_DST_FIFOD4,
3918 	AMDGPU_GFX_TCX_DST_FIFOD5,
3919 	AMDGPU_GFX_TCX_DST_FIFOD6,
3920 	AMDGPU_GFX_TCX_DST_FIFOD7,
3921 	AMDGPU_GFX_TCX_DST_FIFO_ACKB0,
3922 	AMDGPU_GFX_TCX_DST_FIFO_ACKB1,
3923 	AMDGPU_GFX_TCX_DST_FIFO_ACKB2,
3924 	AMDGPU_GFX_TCX_DST_FIFO_ACKB3,
3925 	AMDGPU_GFX_TCX_DST_FIFO_ACKB4,
3926 	AMDGPU_GFX_TCX_DST_FIFO_ACKB5,
3927 	AMDGPU_GFX_TCX_DST_FIFO_ACKB6,
3928 	AMDGPU_GFX_TCX_DST_FIFO_ACKB7,
3929 	AMDGPU_GFX_TCX_DST_FIFO_ACKD0,
3930 	AMDGPU_GFX_TCX_DST_FIFO_ACKD1,
3931 	AMDGPU_GFX_TCX_DST_FIFO_ACKD2,
3932 	AMDGPU_GFX_TCX_DST_FIFO_ACKD3,
3933 	AMDGPU_GFX_TCX_DST_FIFO_ACKD4,
3934 	AMDGPU_GFX_TCX_DST_FIFO_ACKD5,
3935 	AMDGPU_GFX_TCX_DST_FIFO_ACKD6,
3936 	AMDGPU_GFX_TCX_DST_FIFO_ACKD7,
3937 };
3938 
3939 enum amdgpu_gfx_atc_l2_ras_mem_id {
3940 	AMDGPU_GFX_ATC_L2_MEM0 = 0,
3941 };
3942 
3943 enum amdgpu_gfx_utcl2_ras_mem_id {
3944 	AMDGPU_GFX_UTCL2_MEM0 = 0,
3945 };
3946 
3947 enum amdgpu_gfx_vml2_ras_mem_id {
3948 	AMDGPU_GFX_VML2_MEM0 = 0,
3949 };
3950 
3951 enum amdgpu_gfx_vml2_walker_ras_mem_id {
3952 	AMDGPU_GFX_VML2_WALKER_MEM0 = 0,
3953 };
3954 
3955 static const struct amdgpu_ras_memory_id_entry gfx_v9_4_3_ras_cp_mem_list[] = {
3956 	{AMDGPU_GFX_CP_MEM1, "CP_MEM1"},
3957 	{AMDGPU_GFX_CP_MEM2, "CP_MEM2"},
3958 	{AMDGPU_GFX_CP_MEM3, "CP_MEM3"},
3959 	{AMDGPU_GFX_CP_MEM4, "CP_MEM4"},
3960 	{AMDGPU_GFX_CP_MEM5, "CP_MEM5"},
3961 };
3962 
3963 static const struct amdgpu_ras_memory_id_entry gfx_v9_4_3_ras_gcea_mem_list[] = {
3964 	{AMDGPU_GFX_GCEA_IOWR_CMDMEM, "GCEA_IOWR_CMDMEM"},
3965 	{AMDGPU_GFX_GCEA_IORD_CMDMEM, "GCEA_IORD_CMDMEM"},
3966 	{AMDGPU_GFX_GCEA_GMIWR_CMDMEM, "GCEA_GMIWR_CMDMEM"},
3967 	{AMDGPU_GFX_GCEA_GMIRD_CMDMEM, "GCEA_GMIRD_CMDMEM"},
3968 	{AMDGPU_GFX_GCEA_DRAMWR_CMDMEM, "GCEA_DRAMWR_CMDMEM"},
3969 	{AMDGPU_GFX_GCEA_DRAMRD_CMDMEM, "GCEA_DRAMRD_CMDMEM"},
3970 	{AMDGPU_GFX_GCEA_MAM_DMEM0, "GCEA_MAM_DMEM0"},
3971 	{AMDGPU_GFX_GCEA_MAM_DMEM1, "GCEA_MAM_DMEM1"},
3972 	{AMDGPU_GFX_GCEA_MAM_DMEM2, "GCEA_MAM_DMEM2"},
3973 	{AMDGPU_GFX_GCEA_MAM_DMEM3, "GCEA_MAM_DMEM3"},
3974 	{AMDGPU_GFX_GCEA_MAM_AMEM0, "GCEA_MAM_AMEM0"},
3975 	{AMDGPU_GFX_GCEA_MAM_AMEM1, "GCEA_MAM_AMEM1"},
3976 	{AMDGPU_GFX_GCEA_MAM_AMEM2, "GCEA_MAM_AMEM2"},
3977 	{AMDGPU_GFX_GCEA_MAM_AMEM3, "GCEA_MAM_AMEM3"},
3978 	{AMDGPU_GFX_GCEA_MAM_AFLUSH_BUFFER, "GCEA_MAM_AFLUSH_BUFFER"},
3979 	{AMDGPU_GFX_GCEA_WRET_TAGMEM, "GCEA_WRET_TAGMEM"},
3980 	{AMDGPU_GFX_GCEA_RRET_TAGMEM, "GCEA_RRET_TAGMEM"},
3981 	{AMDGPU_GFX_GCEA_IOWR_DATAMEM, "GCEA_IOWR_DATAMEM"},
3982 	{AMDGPU_GFX_GCEA_GMIWR_DATAMEM, "GCEA_GMIWR_DATAMEM"},
3983 	{AMDGPU_GFX_GCEA_DRAM_DATAMEM, "GCEA_DRAM_DATAMEM"},
3984 };
3985 
3986 static const struct amdgpu_ras_memory_id_entry gfx_v9_4_3_ras_gc_cane_mem_list[] = {
3987 	{AMDGPU_GFX_GC_CANE_MEM0, "GC_CANE_MEM0"},
3988 };
3989 
3990 static const struct amdgpu_ras_memory_id_entry gfx_v9_4_3_ras_gcutcl2_mem_list[] = {
3991 	{AMDGPU_GFX_GCUTCL2_MEM2P512X95, "GCUTCL2_MEM2P512X95"},
3992 };
3993 
3994 static const struct amdgpu_ras_memory_id_entry gfx_v9_4_3_ras_gds_mem_list[] = {
3995 	{AMDGPU_GFX_GDS_MEM0, "GDS_MEM"},
3996 };
3997 
3998 static const struct amdgpu_ras_memory_id_entry gfx_v9_4_3_ras_lds_mem_list[] = {
3999 	{AMDGPU_GFX_LDS_BANK0, "LDS_BANK0"},
4000 	{AMDGPU_GFX_LDS_BANK1, "LDS_BANK1"},
4001 	{AMDGPU_GFX_LDS_BANK2, "LDS_BANK2"},
4002 	{AMDGPU_GFX_LDS_BANK3, "LDS_BANK3"},
4003 	{AMDGPU_GFX_LDS_BANK4, "LDS_BANK4"},
4004 	{AMDGPU_GFX_LDS_BANK5, "LDS_BANK5"},
4005 	{AMDGPU_GFX_LDS_BANK6, "LDS_BANK6"},
4006 	{AMDGPU_GFX_LDS_BANK7, "LDS_BANK7"},
4007 	{AMDGPU_GFX_LDS_BANK8, "LDS_BANK8"},
4008 	{AMDGPU_GFX_LDS_BANK9, "LDS_BANK9"},
4009 	{AMDGPU_GFX_LDS_BANK10, "LDS_BANK10"},
4010 	{AMDGPU_GFX_LDS_BANK11, "LDS_BANK11"},
4011 	{AMDGPU_GFX_LDS_BANK12, "LDS_BANK12"},
4012 	{AMDGPU_GFX_LDS_BANK13, "LDS_BANK13"},
4013 	{AMDGPU_GFX_LDS_BANK14, "LDS_BANK14"},
4014 	{AMDGPU_GFX_LDS_BANK15, "LDS_BANK15"},
4015 	{AMDGPU_GFX_LDS_BANK16, "LDS_BANK16"},
4016 	{AMDGPU_GFX_LDS_BANK17, "LDS_BANK17"},
4017 	{AMDGPU_GFX_LDS_BANK18, "LDS_BANK18"},
4018 	{AMDGPU_GFX_LDS_BANK19, "LDS_BANK19"},
4019 	{AMDGPU_GFX_LDS_BANK20, "LDS_BANK20"},
4020 	{AMDGPU_GFX_LDS_BANK21, "LDS_BANK21"},
4021 	{AMDGPU_GFX_LDS_BANK22, "LDS_BANK22"},
4022 	{AMDGPU_GFX_LDS_BANK23, "LDS_BANK23"},
4023 	{AMDGPU_GFX_LDS_BANK24, "LDS_BANK24"},
4024 	{AMDGPU_GFX_LDS_BANK25, "LDS_BANK25"},
4025 	{AMDGPU_GFX_LDS_BANK26, "LDS_BANK26"},
4026 	{AMDGPU_GFX_LDS_BANK27, "LDS_BANK27"},
4027 	{AMDGPU_GFX_LDS_BANK28, "LDS_BANK28"},
4028 	{AMDGPU_GFX_LDS_BANK29, "LDS_BANK29"},
4029 	{AMDGPU_GFX_LDS_BANK30, "LDS_BANK30"},
4030 	{AMDGPU_GFX_LDS_BANK31, "LDS_BANK31"},
4031 	{AMDGPU_GFX_LDS_SP_BUFFER_A, "LDS_SP_BUFFER_A"},
4032 	{AMDGPU_GFX_LDS_SP_BUFFER_B, "LDS_SP_BUFFER_B"},
4033 };
4034 
4035 static const struct amdgpu_ras_memory_id_entry gfx_v9_4_3_ras_rlc_mem_list[] = {
4036 	{AMDGPU_GFX_RLC_GPMF32, "RLC_GPMF32"},
4037 	{AMDGPU_GFX_RLC_RLCVF32, "RLC_RLCVF32"},
4038 	{AMDGPU_GFX_RLC_SCRATCH, "RLC_SCRATCH"},
4039 	{AMDGPU_GFX_RLC_SRM_ARAM, "RLC_SRM_ARAM"},
4040 	{AMDGPU_GFX_RLC_SRM_DRAM, "RLC_SRM_DRAM"},
4041 	{AMDGPU_GFX_RLC_TCTAG, "RLC_TCTAG"},
4042 	{AMDGPU_GFX_RLC_SPM_SE, "RLC_SPM_SE"},
4043 	{AMDGPU_GFX_RLC_SPM_GRBMT, "RLC_SPM_GRBMT"},
4044 };
4045 
4046 static const struct amdgpu_ras_memory_id_entry gfx_v9_4_3_ras_sp_mem_list[] = {
4047 	{AMDGPU_GFX_SP_SIMDID0, "SP_SIMDID0"},
4048 };
4049 
4050 static const struct amdgpu_ras_memory_id_entry gfx_v9_4_3_ras_spi_mem_list[] = {
4051 	{AMDGPU_GFX_SPI_MEM0, "SPI_MEM0"},
4052 	{AMDGPU_GFX_SPI_MEM1, "SPI_MEM1"},
4053 	{AMDGPU_GFX_SPI_MEM2, "SPI_MEM2"},
4054 	{AMDGPU_GFX_SPI_MEM3, "SPI_MEM3"},
4055 };
4056 
4057 static const struct amdgpu_ras_memory_id_entry gfx_v9_4_3_ras_sqc_mem_list[] = {
4058 	{AMDGPU_GFX_SQC_INST_CACHE_A, "SQC_INST_CACHE_A"},
4059 	{AMDGPU_GFX_SQC_INST_CACHE_B, "SQC_INST_CACHE_B"},
4060 	{AMDGPU_GFX_SQC_INST_CACHE_TAG_A, "SQC_INST_CACHE_TAG_A"},
4061 	{AMDGPU_GFX_SQC_INST_CACHE_TAG_B, "SQC_INST_CACHE_TAG_B"},
4062 	{AMDGPU_GFX_SQC_INST_CACHE_MISS_FIFO_A, "SQC_INST_CACHE_MISS_FIFO_A"},
4063 	{AMDGPU_GFX_SQC_INST_CACHE_MISS_FIFO_B, "SQC_INST_CACHE_MISS_FIFO_B"},
4064 	{AMDGPU_GFX_SQC_INST_CACHE_GATCL1_MISS_FIFO_A, "SQC_INST_CACHE_GATCL1_MISS_FIFO_A"},
4065 	{AMDGPU_GFX_SQC_INST_CACHE_GATCL1_MISS_FIFO_B, "SQC_INST_CACHE_GATCL1_MISS_FIFO_B"},
4066 	{AMDGPU_GFX_SQC_DATA_CACHE_A, "SQC_DATA_CACHE_A"},
4067 	{AMDGPU_GFX_SQC_DATA_CACHE_B, "SQC_DATA_CACHE_B"},
4068 	{AMDGPU_GFX_SQC_DATA_CACHE_TAG_A, "SQC_DATA_CACHE_TAG_A"},
4069 	{AMDGPU_GFX_SQC_DATA_CACHE_TAG_B, "SQC_DATA_CACHE_TAG_B"},
4070 	{AMDGPU_GFX_SQC_DATA_CACHE_MISS_FIFO_A, "SQC_DATA_CACHE_MISS_FIFO_A"},
4071 	{AMDGPU_GFX_SQC_DATA_CACHE_MISS_FIFO_B, "SQC_DATA_CACHE_MISS_FIFO_B"},
4072 	{AMDGPU_GFX_SQC_DATA_CACHE_HIT_FIFO_A, "SQC_DATA_CACHE_HIT_FIFO_A"},
4073 	{AMDGPU_GFX_SQC_DATA_CACHE_HIT_FIFO_B, "SQC_DATA_CACHE_HIT_FIFO_B"},
4074 	{AMDGPU_GFX_SQC_DIRTY_BIT_A, "SQC_DIRTY_BIT_A"},
4075 	{AMDGPU_GFX_SQC_DIRTY_BIT_B, "SQC_DIRTY_BIT_B"},
4076 	{AMDGPU_GFX_SQC_WRITE_DATA_BUFFER_CU0, "SQC_WRITE_DATA_BUFFER_CU0"},
4077 	{AMDGPU_GFX_SQC_WRITE_DATA_BUFFER_CU1, "SQC_WRITE_DATA_BUFFER_CU1"},
4078 	{AMDGPU_GFX_SQC_UTCL1_MISS_LFIFO_DATA_CACHE_A, "SQC_UTCL1_MISS_LFIFO_DATA_CACHE_A"},
4079 	{AMDGPU_GFX_SQC_UTCL1_MISS_LFIFO_DATA_CACHE_B, "SQC_UTCL1_MISS_LFIFO_DATA_CACHE_B"},
4080 	{AMDGPU_GFX_SQC_UTCL1_MISS_LFIFO_INST_CACHE, "SQC_UTCL1_MISS_LFIFO_INST_CACHE"},
4081 };
4082 
4083 static const struct amdgpu_ras_memory_id_entry gfx_v9_4_3_ras_sq_mem_list[] = {
4084 	{AMDGPU_GFX_SQ_SGPR_MEM0, "SQ_SGPR_MEM0"},
4085 	{AMDGPU_GFX_SQ_SGPR_MEM1, "SQ_SGPR_MEM1"},
4086 	{AMDGPU_GFX_SQ_SGPR_MEM2, "SQ_SGPR_MEM2"},
4087 	{AMDGPU_GFX_SQ_SGPR_MEM3, "SQ_SGPR_MEM3"},
4088 };
4089 
4090 static const struct amdgpu_ras_memory_id_entry gfx_v9_4_3_ras_ta_mem_list[] = {
4091 	{AMDGPU_GFX_TA_FS_AFIFO_RAM_LO, "TA_FS_AFIFO_RAM_LO"},
4092 	{AMDGPU_GFX_TA_FS_AFIFO_RAM_HI, "TA_FS_AFIFO_RAM_HI"},
4093 	{AMDGPU_GFX_TA_FS_CFIFO_RAM, "TA_FS_CFIFO_RAM"},
4094 	{AMDGPU_GFX_TA_FSX_LFIFO, "TA_FSX_LFIFO"},
4095 	{AMDGPU_GFX_TA_FS_DFIFO_RAM, "TA_FS_DFIFO_RAM"},
4096 };
4097 
4098 static const struct amdgpu_ras_memory_id_entry gfx_v9_4_3_ras_tcc_mem_list[] = {
4099 	{AMDGPU_GFX_TCC_MEM1, "TCC_MEM1"},
4100 };
4101 
4102 static const struct amdgpu_ras_memory_id_entry gfx_v9_4_3_ras_tca_mem_list[] = {
4103 	{AMDGPU_GFX_TCA_MEM1, "TCA_MEM1"},
4104 };
4105 
4106 static const struct amdgpu_ras_memory_id_entry gfx_v9_4_3_ras_tci_mem_list[] = {
4107 	{AMDGPU_GFX_TCIW_MEM, "TCIW_MEM"},
4108 };
4109 
4110 static const struct amdgpu_ras_memory_id_entry gfx_v9_4_3_ras_tcp_mem_list[] = {
4111 	{AMDGPU_GFX_TCP_LFIFO0, "TCP_LFIFO0"},
4112 	{AMDGPU_GFX_TCP_SET0BANK0_RAM, "TCP_SET0BANK0_RAM"},
4113 	{AMDGPU_GFX_TCP_SET0BANK1_RAM, "TCP_SET0BANK1_RAM"},
4114 	{AMDGPU_GFX_TCP_SET0BANK2_RAM, "TCP_SET0BANK2_RAM"},
4115 	{AMDGPU_GFX_TCP_SET0BANK3_RAM, "TCP_SET0BANK3_RAM"},
4116 	{AMDGPU_GFX_TCP_SET1BANK0_RAM, "TCP_SET1BANK0_RAM"},
4117 	{AMDGPU_GFX_TCP_SET1BANK1_RAM, "TCP_SET1BANK1_RAM"},
4118 	{AMDGPU_GFX_TCP_SET1BANK2_RAM, "TCP_SET1BANK2_RAM"},
4119 	{AMDGPU_GFX_TCP_SET1BANK3_RAM, "TCP_SET1BANK3_RAM"},
4120 	{AMDGPU_GFX_TCP_SET2BANK0_RAM, "TCP_SET2BANK0_RAM"},
4121 	{AMDGPU_GFX_TCP_SET2BANK1_RAM, "TCP_SET2BANK1_RAM"},
4122 	{AMDGPU_GFX_TCP_SET2BANK2_RAM, "TCP_SET2BANK2_RAM"},
4123 	{AMDGPU_GFX_TCP_SET2BANK3_RAM, "TCP_SET2BANK3_RAM"},
4124 	{AMDGPU_GFX_TCP_SET3BANK0_RAM, "TCP_SET3BANK0_RAM"},
4125 	{AMDGPU_GFX_TCP_SET3BANK1_RAM, "TCP_SET3BANK1_RAM"},
4126 	{AMDGPU_GFX_TCP_SET3BANK2_RAM, "TCP_SET3BANK2_RAM"},
4127 	{AMDGPU_GFX_TCP_SET3BANK3_RAM, "TCP_SET3BANK3_RAM"},
4128 	{AMDGPU_GFX_TCP_VM_FIFO, "TCP_VM_FIFO"},
4129 	{AMDGPU_GFX_TCP_DB_TAGRAM0, "TCP_DB_TAGRAM0"},
4130 	{AMDGPU_GFX_TCP_DB_TAGRAM1, "TCP_DB_TAGRAM1"},
4131 	{AMDGPU_GFX_TCP_DB_TAGRAM2, "TCP_DB_TAGRAM2"},
4132 	{AMDGPU_GFX_TCP_DB_TAGRAM3, "TCP_DB_TAGRAM3"},
4133 	{AMDGPU_GFX_TCP_UTCL1_LFIFO_PROBE0, "TCP_UTCL1_LFIFO_PROBE0"},
4134 	{AMDGPU_GFX_TCP_UTCL1_LFIFO_PROBE1, "TCP_UTCL1_LFIFO_PROBE1"},
4135 	{AMDGPU_GFX_TCP_CMD_FIFO, "TCP_CMD_FIFO"},
4136 };
4137 
4138 static const struct amdgpu_ras_memory_id_entry gfx_v9_4_3_ras_td_mem_list[] = {
4139 	{AMDGPU_GFX_TD_UTD_CS_FIFO_MEM, "TD_UTD_CS_FIFO_MEM"},
4140 	{AMDGPU_GFX_TD_UTD_SS_FIFO_LO_MEM, "TD_UTD_SS_FIFO_LO_MEM"},
4141 	{AMDGPU_GFX_TD_UTD_SS_FIFO_HI_MEM, "TD_UTD_SS_FIFO_HI_MEM"},
4142 };
4143 
4144 static const struct amdgpu_ras_memory_id_entry gfx_v9_4_3_ras_tcx_mem_list[] = {
4145 	{AMDGPU_GFX_TCX_FIFOD0, "TCX_FIFOD0"},
4146 	{AMDGPU_GFX_TCX_FIFOD1, "TCX_FIFOD1"},
4147 	{AMDGPU_GFX_TCX_FIFOD2, "TCX_FIFOD2"},
4148 	{AMDGPU_GFX_TCX_FIFOD3, "TCX_FIFOD3"},
4149 	{AMDGPU_GFX_TCX_FIFOD4, "TCX_FIFOD4"},
4150 	{AMDGPU_GFX_TCX_FIFOD5, "TCX_FIFOD5"},
4151 	{AMDGPU_GFX_TCX_FIFOD6, "TCX_FIFOD6"},
4152 	{AMDGPU_GFX_TCX_FIFOD7, "TCX_FIFOD7"},
4153 	{AMDGPU_GFX_TCX_FIFOB0, "TCX_FIFOB0"},
4154 	{AMDGPU_GFX_TCX_FIFOB1, "TCX_FIFOB1"},
4155 	{AMDGPU_GFX_TCX_FIFOB2, "TCX_FIFOB2"},
4156 	{AMDGPU_GFX_TCX_FIFOB3, "TCX_FIFOB3"},
4157 	{AMDGPU_GFX_TCX_FIFOB4, "TCX_FIFOB4"},
4158 	{AMDGPU_GFX_TCX_FIFOB5, "TCX_FIFOB5"},
4159 	{AMDGPU_GFX_TCX_FIFOB6, "TCX_FIFOB6"},
4160 	{AMDGPU_GFX_TCX_FIFOB7, "TCX_FIFOB7"},
4161 	{AMDGPU_GFX_TCX_FIFOA0, "TCX_FIFOA0"},
4162 	{AMDGPU_GFX_TCX_FIFOA1, "TCX_FIFOA1"},
4163 	{AMDGPU_GFX_TCX_FIFOA2, "TCX_FIFOA2"},
4164 	{AMDGPU_GFX_TCX_FIFOA3, "TCX_FIFOA3"},
4165 	{AMDGPU_GFX_TCX_FIFOA4, "TCX_FIFOA4"},
4166 	{AMDGPU_GFX_TCX_FIFOA5, "TCX_FIFOA5"},
4167 	{AMDGPU_GFX_TCX_FIFOA6, "TCX_FIFOA6"},
4168 	{AMDGPU_GFX_TCX_FIFOA7, "TCX_FIFOA7"},
4169 	{AMDGPU_GFX_TCX_CFIFO0, "TCX_CFIFO0"},
4170 	{AMDGPU_GFX_TCX_CFIFO1, "TCX_CFIFO1"},
4171 	{AMDGPU_GFX_TCX_CFIFO2, "TCX_CFIFO2"},
4172 	{AMDGPU_GFX_TCX_CFIFO3, "TCX_CFIFO3"},
4173 	{AMDGPU_GFX_TCX_CFIFO4, "TCX_CFIFO4"},
4174 	{AMDGPU_GFX_TCX_CFIFO5, "TCX_CFIFO5"},
4175 	{AMDGPU_GFX_TCX_CFIFO6, "TCX_CFIFO6"},
4176 	{AMDGPU_GFX_TCX_CFIFO7, "TCX_CFIFO7"},
4177 	{AMDGPU_GFX_TCX_FIFO_ACKB0, "TCX_FIFO_ACKB0"},
4178 	{AMDGPU_GFX_TCX_FIFO_ACKB1, "TCX_FIFO_ACKB1"},
4179 	{AMDGPU_GFX_TCX_FIFO_ACKB2, "TCX_FIFO_ACKB2"},
4180 	{AMDGPU_GFX_TCX_FIFO_ACKB3, "TCX_FIFO_ACKB3"},
4181 	{AMDGPU_GFX_TCX_FIFO_ACKB4, "TCX_FIFO_ACKB4"},
4182 	{AMDGPU_GFX_TCX_FIFO_ACKB5, "TCX_FIFO_ACKB5"},
4183 	{AMDGPU_GFX_TCX_FIFO_ACKB6, "TCX_FIFO_ACKB6"},
4184 	{AMDGPU_GFX_TCX_FIFO_ACKB7, "TCX_FIFO_ACKB7"},
4185 	{AMDGPU_GFX_TCX_FIFO_ACKD0, "TCX_FIFO_ACKD0"},
4186 	{AMDGPU_GFX_TCX_FIFO_ACKD1, "TCX_FIFO_ACKD1"},
4187 	{AMDGPU_GFX_TCX_FIFO_ACKD2, "TCX_FIFO_ACKD2"},
4188 	{AMDGPU_GFX_TCX_FIFO_ACKD3, "TCX_FIFO_ACKD3"},
4189 	{AMDGPU_GFX_TCX_FIFO_ACKD4, "TCX_FIFO_ACKD4"},
4190 	{AMDGPU_GFX_TCX_FIFO_ACKD5, "TCX_FIFO_ACKD5"},
4191 	{AMDGPU_GFX_TCX_FIFO_ACKD6, "TCX_FIFO_ACKD6"},
4192 	{AMDGPU_GFX_TCX_FIFO_ACKD7, "TCX_FIFO_ACKD7"},
4193 	{AMDGPU_GFX_TCX_DST_FIFOA0, "TCX_DST_FIFOA0"},
4194 	{AMDGPU_GFX_TCX_DST_FIFOA1, "TCX_DST_FIFOA1"},
4195 	{AMDGPU_GFX_TCX_DST_FIFOA2, "TCX_DST_FIFOA2"},
4196 	{AMDGPU_GFX_TCX_DST_FIFOA3, "TCX_DST_FIFOA3"},
4197 	{AMDGPU_GFX_TCX_DST_FIFOA4, "TCX_DST_FIFOA4"},
4198 	{AMDGPU_GFX_TCX_DST_FIFOA5, "TCX_DST_FIFOA5"},
4199 	{AMDGPU_GFX_TCX_DST_FIFOA6, "TCX_DST_FIFOA6"},
4200 	{AMDGPU_GFX_TCX_DST_FIFOA7, "TCX_DST_FIFOA7"},
4201 	{AMDGPU_GFX_TCX_DST_FIFOB0, "TCX_DST_FIFOB0"},
4202 	{AMDGPU_GFX_TCX_DST_FIFOB1, "TCX_DST_FIFOB1"},
4203 	{AMDGPU_GFX_TCX_DST_FIFOB2, "TCX_DST_FIFOB2"},
4204 	{AMDGPU_GFX_TCX_DST_FIFOB3, "TCX_DST_FIFOB3"},
4205 	{AMDGPU_GFX_TCX_DST_FIFOB4, "TCX_DST_FIFOB4"},
4206 	{AMDGPU_GFX_TCX_DST_FIFOB5, "TCX_DST_FIFOB5"},
4207 	{AMDGPU_GFX_TCX_DST_FIFOB6, "TCX_DST_FIFOB6"},
4208 	{AMDGPU_GFX_TCX_DST_FIFOB7, "TCX_DST_FIFOB7"},
4209 	{AMDGPU_GFX_TCX_DST_FIFOD0, "TCX_DST_FIFOD0"},
4210 	{AMDGPU_GFX_TCX_DST_FIFOD1, "TCX_DST_FIFOD1"},
4211 	{AMDGPU_GFX_TCX_DST_FIFOD2, "TCX_DST_FIFOD2"},
4212 	{AMDGPU_GFX_TCX_DST_FIFOD3, "TCX_DST_FIFOD3"},
4213 	{AMDGPU_GFX_TCX_DST_FIFOD4, "TCX_DST_FIFOD4"},
4214 	{AMDGPU_GFX_TCX_DST_FIFOD5, "TCX_DST_FIFOD5"},
4215 	{AMDGPU_GFX_TCX_DST_FIFOD6, "TCX_DST_FIFOD6"},
4216 	{AMDGPU_GFX_TCX_DST_FIFOD7, "TCX_DST_FIFOD7"},
4217 	{AMDGPU_GFX_TCX_DST_FIFO_ACKB0, "TCX_DST_FIFO_ACKB0"},
4218 	{AMDGPU_GFX_TCX_DST_FIFO_ACKB1, "TCX_DST_FIFO_ACKB1"},
4219 	{AMDGPU_GFX_TCX_DST_FIFO_ACKB2, "TCX_DST_FIFO_ACKB2"},
4220 	{AMDGPU_GFX_TCX_DST_FIFO_ACKB3, "TCX_DST_FIFO_ACKB3"},
4221 	{AMDGPU_GFX_TCX_DST_FIFO_ACKB4, "TCX_DST_FIFO_ACKB4"},
4222 	{AMDGPU_GFX_TCX_DST_FIFO_ACKB5, "TCX_DST_FIFO_ACKB5"},
4223 	{AMDGPU_GFX_TCX_DST_FIFO_ACKB6, "TCX_DST_FIFO_ACKB6"},
4224 	{AMDGPU_GFX_TCX_DST_FIFO_ACKB7, "TCX_DST_FIFO_ACKB7"},
4225 	{AMDGPU_GFX_TCX_DST_FIFO_ACKD0, "TCX_DST_FIFO_ACKD0"},
4226 	{AMDGPU_GFX_TCX_DST_FIFO_ACKD1, "TCX_DST_FIFO_ACKD1"},
4227 	{AMDGPU_GFX_TCX_DST_FIFO_ACKD2, "TCX_DST_FIFO_ACKD2"},
4228 	{AMDGPU_GFX_TCX_DST_FIFO_ACKD3, "TCX_DST_FIFO_ACKD3"},
4229 	{AMDGPU_GFX_TCX_DST_FIFO_ACKD4, "TCX_DST_FIFO_ACKD4"},
4230 	{AMDGPU_GFX_TCX_DST_FIFO_ACKD5, "TCX_DST_FIFO_ACKD5"},
4231 	{AMDGPU_GFX_TCX_DST_FIFO_ACKD6, "TCX_DST_FIFO_ACKD6"},
4232 	{AMDGPU_GFX_TCX_DST_FIFO_ACKD7, "TCX_DST_FIFO_ACKD7"},
4233 };
4234 
4235 static const struct amdgpu_ras_memory_id_entry gfx_v9_4_3_ras_atc_l2_mem_list[] = {
4236 	{AMDGPU_GFX_ATC_L2_MEM, "ATC_L2_MEM"},
4237 };
4238 
4239 static const struct amdgpu_ras_memory_id_entry gfx_v9_4_3_ras_utcl2_mem_list[] = {
4240 	{AMDGPU_GFX_UTCL2_MEM, "UTCL2_MEM"},
4241 };
4242 
4243 static const struct amdgpu_ras_memory_id_entry gfx_v9_4_3_ras_vml2_mem_list[] = {
4244 	{AMDGPU_GFX_VML2_MEM, "VML2_MEM"},
4245 };
4246 
4247 static const struct amdgpu_ras_memory_id_entry gfx_v9_4_3_ras_vml2_walker_mem_list[] = {
4248 	{AMDGPU_GFX_VML2_WALKER_MEM, "VML2_WALKER_MEM"},
4249 };
4250 
4251 static const struct amdgpu_gfx_ras_mem_id_entry gfx_v9_4_3_ras_mem_list_array[AMDGPU_GFX_MEM_TYPE_NUM] = {
4252 	AMDGPU_GFX_MEMID_ENT(gfx_v9_4_3_ras_cp_mem_list)
4253 	AMDGPU_GFX_MEMID_ENT(gfx_v9_4_3_ras_gcea_mem_list)
4254 	AMDGPU_GFX_MEMID_ENT(gfx_v9_4_3_ras_gc_cane_mem_list)
4255 	AMDGPU_GFX_MEMID_ENT(gfx_v9_4_3_ras_gcutcl2_mem_list)
4256 	AMDGPU_GFX_MEMID_ENT(gfx_v9_4_3_ras_gds_mem_list)
4257 	AMDGPU_GFX_MEMID_ENT(gfx_v9_4_3_ras_lds_mem_list)
4258 	AMDGPU_GFX_MEMID_ENT(gfx_v9_4_3_ras_rlc_mem_list)
4259 	AMDGPU_GFX_MEMID_ENT(gfx_v9_4_3_ras_sp_mem_list)
4260 	AMDGPU_GFX_MEMID_ENT(gfx_v9_4_3_ras_spi_mem_list)
4261 	AMDGPU_GFX_MEMID_ENT(gfx_v9_4_3_ras_sqc_mem_list)
4262 	AMDGPU_GFX_MEMID_ENT(gfx_v9_4_3_ras_sq_mem_list)
4263 	AMDGPU_GFX_MEMID_ENT(gfx_v9_4_3_ras_ta_mem_list)
4264 	AMDGPU_GFX_MEMID_ENT(gfx_v9_4_3_ras_tcc_mem_list)
4265 	AMDGPU_GFX_MEMID_ENT(gfx_v9_4_3_ras_tca_mem_list)
4266 	AMDGPU_GFX_MEMID_ENT(gfx_v9_4_3_ras_tci_mem_list)
4267 	AMDGPU_GFX_MEMID_ENT(gfx_v9_4_3_ras_tcp_mem_list)
4268 	AMDGPU_GFX_MEMID_ENT(gfx_v9_4_3_ras_td_mem_list)
4269 	AMDGPU_GFX_MEMID_ENT(gfx_v9_4_3_ras_tcx_mem_list)
4270 	AMDGPU_GFX_MEMID_ENT(gfx_v9_4_3_ras_atc_l2_mem_list)
4271 	AMDGPU_GFX_MEMID_ENT(gfx_v9_4_3_ras_utcl2_mem_list)
4272 	AMDGPU_GFX_MEMID_ENT(gfx_v9_4_3_ras_vml2_mem_list)
4273 	AMDGPU_GFX_MEMID_ENT(gfx_v9_4_3_ras_vml2_walker_mem_list)
4274 };
4275 
4276 static const struct amdgpu_gfx_ras_reg_entry gfx_v9_4_3_ce_reg_list[] = {
4277 	{{AMDGPU_RAS_REG_ENTRY(GC, 0, regRLC_CE_ERR_STATUS_LOW, regRLC_CE_ERR_STATUS_HIGH),
4278 	    1, (AMDGPU_RAS_ERR_INFO_VALID | AMDGPU_RAS_ERR_STATUS_VALID), "RLC"},
4279 	    AMDGPU_GFX_RLC_MEM, 1},
4280 	{{AMDGPU_RAS_REG_ENTRY(GC, 0, regCPC_CE_ERR_STATUS_LO, regCPC_CE_ERR_STATUS_HI),
4281 	    1, (AMDGPU_RAS_ERR_INFO_VALID | AMDGPU_RAS_ERR_STATUS_VALID), "CPC"},
4282 	    AMDGPU_GFX_CP_MEM, 1},
4283 	{{AMDGPU_RAS_REG_ENTRY(GC, 0, regCPF_CE_ERR_STATUS_LO, regCPF_CE_ERR_STATUS_HI),
4284 	    1, (AMDGPU_RAS_ERR_INFO_VALID | AMDGPU_RAS_ERR_STATUS_VALID), "CPF"},
4285 	    AMDGPU_GFX_CP_MEM, 1},
4286 	{{AMDGPU_RAS_REG_ENTRY(GC, 0, regCPG_CE_ERR_STATUS_LO, regCPG_CE_ERR_STATUS_HI),
4287 	    1, (AMDGPU_RAS_ERR_INFO_VALID | AMDGPU_RAS_ERR_STATUS_VALID), "CPG"},
4288 	    AMDGPU_GFX_CP_MEM, 1},
4289 	{{AMDGPU_RAS_REG_ENTRY(GC, 0, regGDS_CE_ERR_STATUS_LO, regGDS_CE_ERR_STATUS_HI),
4290 	    1, (AMDGPU_RAS_ERR_INFO_VALID | AMDGPU_RAS_ERR_STATUS_VALID), "GDS"},
4291 	    AMDGPU_GFX_GDS_MEM, 1},
4292 	{{AMDGPU_RAS_REG_ENTRY(GC, 0, regGC_CANE_CE_ERR_STATUS_LO, regGC_CANE_CE_ERR_STATUS_HI),
4293 	    1, (AMDGPU_RAS_ERR_INFO_VALID | AMDGPU_RAS_ERR_STATUS_VALID), "CANE"},
4294 	    AMDGPU_GFX_GC_CANE_MEM, 1},
4295 	{{AMDGPU_RAS_REG_ENTRY(GC, 0, regSPI_CE_ERR_STATUS_LO, regSPI_CE_ERR_STATUS_HI),
4296 	    1, (AMDGPU_RAS_ERR_INFO_VALID | AMDGPU_RAS_ERR_STATUS_VALID), "SPI"},
4297 	    AMDGPU_GFX_SPI_MEM, 1},
4298 	{{AMDGPU_RAS_REG_ENTRY(GC, 0, regSP0_CE_ERR_STATUS_LO, regSP0_CE_ERR_STATUS_HI),
4299 	    10, (AMDGPU_RAS_ERR_INFO_VALID | AMDGPU_RAS_ERR_STATUS_VALID), "SP0"},
4300 	    AMDGPU_GFX_SP_MEM, 4},
4301 	{{AMDGPU_RAS_REG_ENTRY(GC, 0, regSP1_CE_ERR_STATUS_LO, regSP1_CE_ERR_STATUS_HI),
4302 	    10, (AMDGPU_RAS_ERR_INFO_VALID | AMDGPU_RAS_ERR_STATUS_VALID), "SP1"},
4303 	    AMDGPU_GFX_SP_MEM, 4},
4304 	{{AMDGPU_RAS_REG_ENTRY(GC, 0, regSQ_CE_ERR_STATUS_LO, regSQ_CE_ERR_STATUS_HI),
4305 	    10, (AMDGPU_RAS_ERR_INFO_VALID | AMDGPU_RAS_ERR_STATUS_VALID), "SQ"},
4306 	    AMDGPU_GFX_SQ_MEM, 4},
4307 	{{AMDGPU_RAS_REG_ENTRY(GC, 0, regSQC_CE_EDC_LO, regSQC_CE_EDC_HI),
4308 	    5, (AMDGPU_RAS_ERR_INFO_VALID | AMDGPU_RAS_ERR_STATUS_VALID), "SQC"},
4309 	    AMDGPU_GFX_SQC_MEM, 4},
4310 	{{AMDGPU_RAS_REG_ENTRY(GC, 0, regTCX_CE_ERR_STATUS_LO, regTCX_CE_ERR_STATUS_HI),
4311 	    2, (AMDGPU_RAS_ERR_INFO_VALID | AMDGPU_RAS_ERR_STATUS_VALID), "TCX"},
4312 	    AMDGPU_GFX_TCX_MEM, 1},
4313 	{{AMDGPU_RAS_REG_ENTRY(GC, 0, regTCC_CE_ERR_STATUS_LO, regTCC_CE_ERR_STATUS_HI),
4314 	    16, (AMDGPU_RAS_ERR_INFO_VALID | AMDGPU_RAS_ERR_STATUS_VALID), "TCC"},
4315 	    AMDGPU_GFX_TCC_MEM, 1},
4316 	{{AMDGPU_RAS_REG_ENTRY(GC, 0, regTA_CE_EDC_LO, regTA_CE_EDC_HI),
4317 	    10, (AMDGPU_RAS_ERR_INFO_VALID | AMDGPU_RAS_ERR_STATUS_VALID), "TA"},
4318 	    AMDGPU_GFX_TA_MEM, 4},
4319 	{{AMDGPU_RAS_REG_ENTRY(GC, 0, regTCI_CE_EDC_LO_REG, regTCI_CE_EDC_HI_REG),
4320 	    27, (AMDGPU_RAS_ERR_INFO_VALID | AMDGPU_RAS_ERR_STATUS_VALID), "TCI"},
4321 	    AMDGPU_GFX_TCI_MEM, 1},
4322 	{{AMDGPU_RAS_REG_ENTRY(GC, 0, regTCP_CE_EDC_LO_REG, regTCP_CE_EDC_HI_REG),
4323 	    10, (AMDGPU_RAS_ERR_INFO_VALID | AMDGPU_RAS_ERR_STATUS_VALID), "TCP"},
4324 	    AMDGPU_GFX_TCP_MEM, 4},
4325 	{{AMDGPU_RAS_REG_ENTRY(GC, 0, regTD_CE_EDC_LO, regTD_CE_EDC_HI),
4326 	    10, (AMDGPU_RAS_ERR_INFO_VALID | AMDGPU_RAS_ERR_STATUS_VALID), "TD"},
4327 	    AMDGPU_GFX_TD_MEM, 4},
4328 	{{AMDGPU_RAS_REG_ENTRY(GC, 0, regGCEA_CE_ERR_STATUS_LO, regGCEA_CE_ERR_STATUS_HI),
4329 	    16, (AMDGPU_RAS_ERR_INFO_VALID | AMDGPU_RAS_ERR_STATUS_VALID), "GCEA"},
4330 	    AMDGPU_GFX_GCEA_MEM, 1},
4331 	{{AMDGPU_RAS_REG_ENTRY(GC, 0, regLDS_CE_ERR_STATUS_LO, regLDS_CE_ERR_STATUS_HI),
4332 	    10, (AMDGPU_RAS_ERR_INFO_VALID | AMDGPU_RAS_ERR_STATUS_VALID), "LDS"},
4333 	    AMDGPU_GFX_LDS_MEM, 4},
4334 };
4335 
4336 static const struct amdgpu_gfx_ras_reg_entry gfx_v9_4_3_ue_reg_list[] = {
4337 	{{AMDGPU_RAS_REG_ENTRY(GC, 0, regRLC_UE_ERR_STATUS_LOW, regRLC_UE_ERR_STATUS_HIGH),
4338 	    1, (AMDGPU_RAS_ERR_INFO_VALID | AMDGPU_RAS_ERR_STATUS_VALID), "RLC"},
4339 	    AMDGPU_GFX_RLC_MEM, 1},
4340 	{{AMDGPU_RAS_REG_ENTRY(GC, 0, regCPC_UE_ERR_STATUS_LO, regCPC_UE_ERR_STATUS_HI),
4341 	    1, (AMDGPU_RAS_ERR_INFO_VALID | AMDGPU_RAS_ERR_STATUS_VALID), "CPC"},
4342 	    AMDGPU_GFX_CP_MEM, 1},
4343 	{{AMDGPU_RAS_REG_ENTRY(GC, 0, regCPF_UE_ERR_STATUS_LO, regCPF_UE_ERR_STATUS_HI),
4344 	    1, (AMDGPU_RAS_ERR_INFO_VALID | AMDGPU_RAS_ERR_STATUS_VALID), "CPF"},
4345 	    AMDGPU_GFX_CP_MEM, 1},
4346 	{{AMDGPU_RAS_REG_ENTRY(GC, 0, regCPG_UE_ERR_STATUS_LO, regCPG_UE_ERR_STATUS_HI),
4347 	    1, (AMDGPU_RAS_ERR_INFO_VALID | AMDGPU_RAS_ERR_STATUS_VALID), "CPG"},
4348 	    AMDGPU_GFX_CP_MEM, 1},
4349 	{{AMDGPU_RAS_REG_ENTRY(GC, 0, regGDS_UE_ERR_STATUS_LO, regGDS_UE_ERR_STATUS_HI),
4350 	    1, (AMDGPU_RAS_ERR_INFO_VALID | AMDGPU_RAS_ERR_STATUS_VALID), "GDS"},
4351 	    AMDGPU_GFX_GDS_MEM, 1},
4352 	{{AMDGPU_RAS_REG_ENTRY(GC, 0, regGC_CANE_UE_ERR_STATUS_LO, regGC_CANE_UE_ERR_STATUS_HI),
4353 	    1, (AMDGPU_RAS_ERR_INFO_VALID | AMDGPU_RAS_ERR_STATUS_VALID), "CANE"},
4354 	    AMDGPU_GFX_GC_CANE_MEM, 1},
4355 	{{AMDGPU_RAS_REG_ENTRY(GC, 0, regSPI_UE_ERR_STATUS_LO, regSPI_UE_ERR_STATUS_HI),
4356 	    1, (AMDGPU_RAS_ERR_INFO_VALID | AMDGPU_RAS_ERR_STATUS_VALID), "SPI"},
4357 	    AMDGPU_GFX_SPI_MEM, 1},
4358 	{{AMDGPU_RAS_REG_ENTRY(GC, 0, regSP0_UE_ERR_STATUS_LO, regSP0_UE_ERR_STATUS_HI),
4359 	    10, (AMDGPU_RAS_ERR_INFO_VALID | AMDGPU_RAS_ERR_STATUS_VALID), "SP0"},
4360 	    AMDGPU_GFX_SP_MEM, 4},
4361 	{{AMDGPU_RAS_REG_ENTRY(GC, 0, regSP1_UE_ERR_STATUS_LO, regSP1_UE_ERR_STATUS_HI),
4362 	    10, (AMDGPU_RAS_ERR_INFO_VALID | AMDGPU_RAS_ERR_STATUS_VALID), "SP1"},
4363 	    AMDGPU_GFX_SP_MEM, 4},
4364 	{{AMDGPU_RAS_REG_ENTRY(GC, 0, regSQ_UE_ERR_STATUS_LO, regSQ_UE_ERR_STATUS_HI),
4365 	    10, (AMDGPU_RAS_ERR_INFO_VALID | AMDGPU_RAS_ERR_STATUS_VALID), "SQ"},
4366 	    AMDGPU_GFX_SQ_MEM, 4},
4367 	{{AMDGPU_RAS_REG_ENTRY(GC, 0, regSQC_UE_EDC_LO, regSQC_UE_EDC_HI),
4368 	    5, (AMDGPU_RAS_ERR_INFO_VALID | AMDGPU_RAS_ERR_STATUS_VALID), "SQC"},
4369 	    AMDGPU_GFX_SQC_MEM, 4},
4370 	{{AMDGPU_RAS_REG_ENTRY(GC, 0, regTCX_UE_ERR_STATUS_LO, regTCX_UE_ERR_STATUS_HI),
4371 	    2, (AMDGPU_RAS_ERR_INFO_VALID | AMDGPU_RAS_ERR_STATUS_VALID), "TCX"},
4372 	    AMDGPU_GFX_TCX_MEM, 1},
4373 	{{AMDGPU_RAS_REG_ENTRY(GC, 0, regTCC_UE_ERR_STATUS_LO, regTCC_UE_ERR_STATUS_HI),
4374 	    16, (AMDGPU_RAS_ERR_INFO_VALID | AMDGPU_RAS_ERR_STATUS_VALID), "TCC"},
4375 	    AMDGPU_GFX_TCC_MEM, 1},
4376 	{{AMDGPU_RAS_REG_ENTRY(GC, 0, regTA_UE_EDC_LO, regTA_UE_EDC_HI),
4377 	    10, (AMDGPU_RAS_ERR_INFO_VALID | AMDGPU_RAS_ERR_STATUS_VALID), "TA"},
4378 	    AMDGPU_GFX_TA_MEM, 4},
4379 	{{AMDGPU_RAS_REG_ENTRY(GC, 0, regTCI_UE_EDC_LO_REG, regTCI_UE_EDC_HI_REG),
4380 	    27, (AMDGPU_RAS_ERR_INFO_VALID | AMDGPU_RAS_ERR_STATUS_VALID), "TCI"},
4381 	    AMDGPU_GFX_TCI_MEM, 1},
4382 	{{AMDGPU_RAS_REG_ENTRY(GC, 0, regTCP_UE_EDC_LO_REG, regTCP_UE_EDC_HI_REG),
4383 	    10, (AMDGPU_RAS_ERR_INFO_VALID | AMDGPU_RAS_ERR_STATUS_VALID), "TCP"},
4384 	    AMDGPU_GFX_TCP_MEM, 4},
4385 	{{AMDGPU_RAS_REG_ENTRY(GC, 0, regTD_UE_EDC_LO, regTD_UE_EDC_HI),
4386 	    10, (AMDGPU_RAS_ERR_INFO_VALID | AMDGPU_RAS_ERR_STATUS_VALID), "TD"},
4387 	    AMDGPU_GFX_TD_MEM, 4},
4388 	{{AMDGPU_RAS_REG_ENTRY(GC, 0, regTCA_UE_ERR_STATUS_LO, regTCA_UE_ERR_STATUS_HI),
4389 	    2, (AMDGPU_RAS_ERR_INFO_VALID | AMDGPU_RAS_ERR_STATUS_VALID), "TCA"},
4390 	    AMDGPU_GFX_TCA_MEM, 1},
4391 	{{AMDGPU_RAS_REG_ENTRY(GC, 0, regGCEA_UE_ERR_STATUS_LO, regGCEA_UE_ERR_STATUS_HI),
4392 	    16, (AMDGPU_RAS_ERR_INFO_VALID | AMDGPU_RAS_ERR_STATUS_VALID), "GCEA"},
4393 	    AMDGPU_GFX_GCEA_MEM, 1},
4394 	{{AMDGPU_RAS_REG_ENTRY(GC, 0, regLDS_UE_ERR_STATUS_LO, regLDS_UE_ERR_STATUS_HI),
4395 	    10, (AMDGPU_RAS_ERR_INFO_VALID | AMDGPU_RAS_ERR_STATUS_VALID), "LDS"},
4396 	    AMDGPU_GFX_LDS_MEM, 4},
4397 };
4398 
gfx_v9_4_3_inst_query_ras_err_count(struct amdgpu_device * adev,void * ras_error_status,int xcc_id)4399 static void gfx_v9_4_3_inst_query_ras_err_count(struct amdgpu_device *adev,
4400 					void *ras_error_status, int xcc_id)
4401 {
4402 	struct ras_err_data *err_data = (struct ras_err_data *)ras_error_status;
4403 	unsigned long ce_count = 0, ue_count = 0;
4404 	uint32_t i, j, k;
4405 
4406 	/* NOTE: convert xcc_id to physical XCD ID (XCD0 or XCD1) */
4407 	struct amdgpu_smuio_mcm_config_info mcm_info = {
4408 		.socket_id = adev->smuio.funcs->get_socket_id(adev),
4409 		.die_id = xcc_id & 0x01 ? 1 : 0,
4410 	};
4411 
4412 	mutex_lock(&adev->grbm_idx_mutex);
4413 
4414 	for (i = 0; i < ARRAY_SIZE(gfx_v9_4_3_ce_reg_list); i++) {
4415 		for (j = 0; j < gfx_v9_4_3_ce_reg_list[i].se_num; j++) {
4416 			for (k = 0; k < gfx_v9_4_3_ce_reg_list[i].reg_entry.reg_inst; k++) {
4417 				/* no need to select if instance number is 1 */
4418 				if (gfx_v9_4_3_ce_reg_list[i].se_num > 1 ||
4419 				    gfx_v9_4_3_ce_reg_list[i].reg_entry.reg_inst > 1)
4420 					gfx_v9_4_3_xcc_select_se_sh(adev, j, 0, k, xcc_id);
4421 
4422 				amdgpu_ras_inst_query_ras_error_count(adev,
4423 					&(gfx_v9_4_3_ce_reg_list[i].reg_entry),
4424 					1,
4425 					gfx_v9_4_3_ras_mem_list_array[gfx_v9_4_3_ce_reg_list[i].mem_id_type].mem_id_ent,
4426 					gfx_v9_4_3_ras_mem_list_array[gfx_v9_4_3_ce_reg_list[i].mem_id_type].size,
4427 					GET_INST(GC, xcc_id),
4428 					AMDGPU_RAS_ERROR__SINGLE_CORRECTABLE,
4429 					&ce_count);
4430 
4431 				amdgpu_ras_inst_query_ras_error_count(adev,
4432 					&(gfx_v9_4_3_ue_reg_list[i].reg_entry),
4433 					1,
4434 					gfx_v9_4_3_ras_mem_list_array[gfx_v9_4_3_ue_reg_list[i].mem_id_type].mem_id_ent,
4435 					gfx_v9_4_3_ras_mem_list_array[gfx_v9_4_3_ue_reg_list[i].mem_id_type].size,
4436 					GET_INST(GC, xcc_id),
4437 					AMDGPU_RAS_ERROR__MULTI_UNCORRECTABLE,
4438 					&ue_count);
4439 			}
4440 		}
4441 	}
4442 
4443 	/* handle extra register entries of UE */
4444 	for (; i < ARRAY_SIZE(gfx_v9_4_3_ue_reg_list); i++) {
4445 		for (j = 0; j < gfx_v9_4_3_ue_reg_list[i].se_num; j++) {
4446 			for (k = 0; k < gfx_v9_4_3_ue_reg_list[i].reg_entry.reg_inst; k++) {
4447 				/* no need to select if instance number is 1 */
4448 				if (gfx_v9_4_3_ue_reg_list[i].se_num > 1 ||
4449 					gfx_v9_4_3_ue_reg_list[i].reg_entry.reg_inst > 1)
4450 					gfx_v9_4_3_xcc_select_se_sh(adev, j, 0, k, xcc_id);
4451 
4452 				amdgpu_ras_inst_query_ras_error_count(adev,
4453 					&(gfx_v9_4_3_ue_reg_list[i].reg_entry),
4454 					1,
4455 					gfx_v9_4_3_ras_mem_list_array[gfx_v9_4_3_ue_reg_list[i].mem_id_type].mem_id_ent,
4456 					gfx_v9_4_3_ras_mem_list_array[gfx_v9_4_3_ue_reg_list[i].mem_id_type].size,
4457 					GET_INST(GC, xcc_id),
4458 					AMDGPU_RAS_ERROR__MULTI_UNCORRECTABLE,
4459 					&ue_count);
4460 			}
4461 		}
4462 	}
4463 
4464 	gfx_v9_4_3_xcc_select_se_sh(adev, 0xffffffff, 0xffffffff, 0xffffffff,
4465 			xcc_id);
4466 	mutex_unlock(&adev->grbm_idx_mutex);
4467 
4468 	/* the caller should make sure initialize value of
4469 	 * err_data->ue_count and err_data->ce_count
4470 	 */
4471 	amdgpu_ras_error_statistic_ue_count(err_data, &mcm_info, ue_count);
4472 	amdgpu_ras_error_statistic_ce_count(err_data, &mcm_info, ce_count);
4473 }
4474 
gfx_v9_4_3_inst_reset_ras_err_count(struct amdgpu_device * adev,void * ras_error_status,int xcc_id)4475 static void gfx_v9_4_3_inst_reset_ras_err_count(struct amdgpu_device *adev,
4476 					void *ras_error_status, int xcc_id)
4477 {
4478 	uint32_t i, j, k;
4479 
4480 	mutex_lock(&adev->grbm_idx_mutex);
4481 
4482 	for (i = 0; i < ARRAY_SIZE(gfx_v9_4_3_ce_reg_list); i++) {
4483 		for (j = 0; j < gfx_v9_4_3_ce_reg_list[i].se_num; j++) {
4484 			for (k = 0; k < gfx_v9_4_3_ce_reg_list[i].reg_entry.reg_inst; k++) {
4485 				/* no need to select if instance number is 1 */
4486 				if (gfx_v9_4_3_ce_reg_list[i].se_num > 1 ||
4487 				    gfx_v9_4_3_ce_reg_list[i].reg_entry.reg_inst > 1)
4488 					gfx_v9_4_3_xcc_select_se_sh(adev, j, 0, k, xcc_id);
4489 
4490 				amdgpu_ras_inst_reset_ras_error_count(adev,
4491 					&(gfx_v9_4_3_ce_reg_list[i].reg_entry),
4492 					1,
4493 					GET_INST(GC, xcc_id));
4494 
4495 				amdgpu_ras_inst_reset_ras_error_count(adev,
4496 					&(gfx_v9_4_3_ue_reg_list[i].reg_entry),
4497 					1,
4498 					GET_INST(GC, xcc_id));
4499 			}
4500 		}
4501 	}
4502 
4503 	/* handle extra register entries of UE */
4504 	for (; i < ARRAY_SIZE(gfx_v9_4_3_ue_reg_list); i++) {
4505 		for (j = 0; j < gfx_v9_4_3_ue_reg_list[i].se_num; j++) {
4506 			for (k = 0; k < gfx_v9_4_3_ue_reg_list[i].reg_entry.reg_inst; k++) {
4507 				/* no need to select if instance number is 1 */
4508 				if (gfx_v9_4_3_ue_reg_list[i].se_num > 1 ||
4509 					gfx_v9_4_3_ue_reg_list[i].reg_entry.reg_inst > 1)
4510 					gfx_v9_4_3_xcc_select_se_sh(adev, j, 0, k, xcc_id);
4511 
4512 				amdgpu_ras_inst_reset_ras_error_count(adev,
4513 					&(gfx_v9_4_3_ue_reg_list[i].reg_entry),
4514 					1,
4515 					GET_INST(GC, xcc_id));
4516 			}
4517 		}
4518 	}
4519 
4520 	gfx_v9_4_3_xcc_select_se_sh(adev, 0xffffffff, 0xffffffff, 0xffffffff,
4521 			xcc_id);
4522 	mutex_unlock(&adev->grbm_idx_mutex);
4523 }
4524 
gfx_v9_4_3_inst_enable_watchdog_timer(struct amdgpu_device * adev,void * ras_error_status,int xcc_id)4525 static void gfx_v9_4_3_inst_enable_watchdog_timer(struct amdgpu_device *adev,
4526 					void *ras_error_status, int xcc_id)
4527 {
4528 	uint32_t i;
4529 	uint32_t data;
4530 
4531 	if (amdgpu_sriov_vf(adev))
4532 		return;
4533 
4534 	data = RREG32_SOC15(GC, GET_INST(GC, 0), regSQ_TIMEOUT_CONFIG);
4535 	data = REG_SET_FIELD(data, SQ_TIMEOUT_CONFIG, TIMEOUT_FATAL_DISABLE,
4536 			     amdgpu_watchdog_timer.timeout_fatal_disable ? 1 : 0);
4537 
4538 	if (amdgpu_watchdog_timer.timeout_fatal_disable &&
4539 	    (amdgpu_watchdog_timer.period < 1 ||
4540 	     amdgpu_watchdog_timer.period > 0x23)) {
4541 		dev_warn(adev->dev, "Watchdog period range is 1 to 0x23\n");
4542 		amdgpu_watchdog_timer.period = 0x23;
4543 	}
4544 	data = REG_SET_FIELD(data, SQ_TIMEOUT_CONFIG, PERIOD_SEL,
4545 			     amdgpu_watchdog_timer.period);
4546 
4547 	mutex_lock(&adev->grbm_idx_mutex);
4548 	for (i = 0; i < adev->gfx.config.max_shader_engines; i++) {
4549 		gfx_v9_4_3_xcc_select_se_sh(adev, i, 0xffffffff, 0xffffffff, xcc_id);
4550 		WREG32_SOC15(GC, GET_INST(GC, xcc_id), regSQ_TIMEOUT_CONFIG, data);
4551 	}
4552 	gfx_v9_4_3_xcc_select_se_sh(adev, 0xffffffff, 0xffffffff, 0xffffffff,
4553 			xcc_id);
4554 	mutex_unlock(&adev->grbm_idx_mutex);
4555 }
4556 
gfx_v9_4_3_query_ras_error_count(struct amdgpu_device * adev,void * ras_error_status)4557 static void gfx_v9_4_3_query_ras_error_count(struct amdgpu_device *adev,
4558 					void *ras_error_status)
4559 {
4560 	amdgpu_gfx_ras_error_func(adev, ras_error_status,
4561 			gfx_v9_4_3_inst_query_ras_err_count);
4562 }
4563 
gfx_v9_4_3_reset_ras_error_count(struct amdgpu_device * adev)4564 static void gfx_v9_4_3_reset_ras_error_count(struct amdgpu_device *adev)
4565 {
4566 	amdgpu_gfx_ras_error_func(adev, NULL, gfx_v9_4_3_inst_reset_ras_err_count);
4567 }
4568 
gfx_v9_4_3_enable_watchdog_timer(struct amdgpu_device * adev)4569 static void gfx_v9_4_3_enable_watchdog_timer(struct amdgpu_device *adev)
4570 {
4571 	amdgpu_gfx_ras_error_func(adev, NULL, gfx_v9_4_3_inst_enable_watchdog_timer);
4572 }
4573 
gfx_v9_4_3_ring_insert_nop(struct amdgpu_ring * ring,uint32_t num_nop)4574 static void gfx_v9_4_3_ring_insert_nop(struct amdgpu_ring *ring, uint32_t num_nop)
4575 {
4576 	/* Header itself is a NOP packet */
4577 	if (num_nop == 1) {
4578 		amdgpu_ring_write(ring, ring->funcs->nop);
4579 		return;
4580 	}
4581 
4582 	/* Max HW optimization till 0x3ffe, followed by remaining one NOP at a time*/
4583 	amdgpu_ring_write(ring, PACKET3(PACKET3_NOP, min(num_nop - 2, 0x3ffe)));
4584 
4585 	/* Header is at index 0, followed by num_nops - 1 NOP packet's */
4586 	amdgpu_ring_insert_nop(ring, num_nop - 1);
4587 }
4588 
gfx_v9_4_3_ip_print(struct amdgpu_ip_block * ip_block,struct drm_printer * p)4589 static void gfx_v9_4_3_ip_print(struct amdgpu_ip_block *ip_block, struct drm_printer *p)
4590 {
4591 	struct amdgpu_device *adev = ip_block->adev;
4592 	uint32_t i, j, k;
4593 	uint32_t xcc_id, xcc_offset, inst_offset;
4594 	uint32_t num_xcc, reg, num_inst;
4595 	uint32_t reg_count = ARRAY_SIZE(gc_reg_list_9_4_3);
4596 
4597 	if (!adev->gfx.ip_dump_core)
4598 		return;
4599 
4600 	num_xcc = NUM_XCC(adev->gfx.xcc_mask);
4601 	drm_printf(p, "Number of Instances:%d\n", num_xcc);
4602 	for (xcc_id = 0; xcc_id < num_xcc; xcc_id++) {
4603 		xcc_offset = xcc_id * reg_count;
4604 		drm_printf(p, "\nInstance id:%d\n", xcc_id);
4605 		for (i = 0; i < reg_count; i++)
4606 			drm_printf(p, "%-50s \t 0x%08x\n",
4607 				   gc_reg_list_9_4_3[i].reg_name,
4608 				   adev->gfx.ip_dump_core[xcc_offset + i]);
4609 	}
4610 
4611 	/* print compute queue registers for all instances */
4612 	if (!adev->gfx.ip_dump_compute_queues)
4613 		return;
4614 
4615 	num_inst = adev->gfx.mec.num_mec * adev->gfx.mec.num_pipe_per_mec *
4616 		adev->gfx.mec.num_queue_per_pipe;
4617 
4618 	reg_count = ARRAY_SIZE(gc_cp_reg_list_9_4_3);
4619 	drm_printf(p, "\nnum_xcc: %d num_mec: %d num_pipe: %d num_queue: %d\n",
4620 		   num_xcc,
4621 		   adev->gfx.mec.num_mec,
4622 		   adev->gfx.mec.num_pipe_per_mec,
4623 		   adev->gfx.mec.num_queue_per_pipe);
4624 
4625 	for (xcc_id = 0; xcc_id < num_xcc; xcc_id++) {
4626 		xcc_offset = xcc_id * reg_count * num_inst;
4627 		inst_offset = 0;
4628 		for (i = 0; i < adev->gfx.mec.num_mec; i++) {
4629 			for (j = 0; j < adev->gfx.mec.num_pipe_per_mec; j++) {
4630 				for (k = 0; k < adev->gfx.mec.num_queue_per_pipe; k++) {
4631 					drm_printf(p,
4632 						   "\nxcc:%d mec:%d, pipe:%d, queue:%d\n",
4633 						    xcc_id, i, j, k);
4634 					for (reg = 0; reg < reg_count; reg++) {
4635 						drm_printf(p,
4636 							   "%-50s \t 0x%08x\n",
4637 							   gc_cp_reg_list_9_4_3[reg].reg_name,
4638 							   adev->gfx.ip_dump_compute_queues
4639 								[xcc_offset + inst_offset +
4640 								reg]);
4641 					}
4642 					inst_offset += reg_count;
4643 				}
4644 			}
4645 		}
4646 	}
4647 }
4648 
gfx_v9_4_3_ip_dump(struct amdgpu_ip_block * ip_block)4649 static void gfx_v9_4_3_ip_dump(struct amdgpu_ip_block *ip_block)
4650 {
4651 	struct amdgpu_device *adev = ip_block->adev;
4652 	uint32_t i, j, k;
4653 	uint32_t num_xcc, reg, num_inst;
4654 	uint32_t xcc_id, xcc_offset, inst_offset;
4655 	uint32_t reg_count = ARRAY_SIZE(gc_reg_list_9_4_3);
4656 
4657 	if (!adev->gfx.ip_dump_core)
4658 		return;
4659 
4660 	num_xcc = NUM_XCC(adev->gfx.xcc_mask);
4661 
4662 	amdgpu_gfx_off_ctrl(adev, false);
4663 	for (xcc_id = 0; xcc_id < num_xcc; xcc_id++) {
4664 		xcc_offset = xcc_id * reg_count;
4665 		for (i = 0; i < reg_count; i++)
4666 			adev->gfx.ip_dump_core[xcc_offset + i] =
4667 				RREG32(SOC15_REG_ENTRY_OFFSET_INST(gc_reg_list_9_4_3[i],
4668 								   GET_INST(GC, xcc_id)));
4669 	}
4670 	amdgpu_gfx_off_ctrl(adev, true);
4671 
4672 	/* dump compute queue registers for all instances */
4673 	if (!adev->gfx.ip_dump_compute_queues)
4674 		return;
4675 
4676 	num_inst = adev->gfx.mec.num_mec * adev->gfx.mec.num_pipe_per_mec *
4677 		adev->gfx.mec.num_queue_per_pipe;
4678 	reg_count = ARRAY_SIZE(gc_cp_reg_list_9_4_3);
4679 	amdgpu_gfx_off_ctrl(adev, false);
4680 	mutex_lock(&adev->srbm_mutex);
4681 	for (xcc_id = 0; xcc_id < num_xcc; xcc_id++) {
4682 		xcc_offset = xcc_id * reg_count * num_inst;
4683 		inst_offset = 0;
4684 		for (i = 0; i < adev->gfx.mec.num_mec; i++) {
4685 			for (j = 0; j < adev->gfx.mec.num_pipe_per_mec; j++) {
4686 				for (k = 0; k < adev->gfx.mec.num_queue_per_pipe; k++) {
4687 					/* ME0 is for GFX so start from 1 for CP */
4688 					soc15_grbm_select(adev, 1 + i, j, k, 0,
4689 							  GET_INST(GC, xcc_id));
4690 
4691 					for (reg = 0; reg < reg_count; reg++) {
4692 						adev->gfx.ip_dump_compute_queues
4693 							[xcc_offset +
4694 							 inst_offset + reg] =
4695 							RREG32(SOC15_REG_ENTRY_OFFSET_INST(
4696 								gc_cp_reg_list_9_4_3[reg],
4697 								GET_INST(GC, xcc_id)));
4698 					}
4699 					inst_offset += reg_count;
4700 				}
4701 			}
4702 		}
4703 	}
4704 	soc15_grbm_select(adev, 0, 0, 0, 0, 0);
4705 	mutex_unlock(&adev->srbm_mutex);
4706 	amdgpu_gfx_off_ctrl(adev, true);
4707 }
4708 
gfx_v9_4_3_ring_emit_cleaner_shader(struct amdgpu_ring * ring)4709 static void gfx_v9_4_3_ring_emit_cleaner_shader(struct amdgpu_ring *ring)
4710 {
4711 	/* Emit the cleaner shader */
4712 	amdgpu_ring_write(ring, PACKET3(PACKET3_RUN_CLEANER_SHADER, 0));
4713 	amdgpu_ring_write(ring, 0);  /* RESERVED field, programmed to zero */
4714 }
4715 
4716 static const struct amd_ip_funcs gfx_v9_4_3_ip_funcs = {
4717 	.name = "gfx_v9_4_3",
4718 	.early_init = gfx_v9_4_3_early_init,
4719 	.late_init = gfx_v9_4_3_late_init,
4720 	.sw_init = gfx_v9_4_3_sw_init,
4721 	.sw_fini = gfx_v9_4_3_sw_fini,
4722 	.hw_init = gfx_v9_4_3_hw_init,
4723 	.hw_fini = gfx_v9_4_3_hw_fini,
4724 	.suspend = gfx_v9_4_3_suspend,
4725 	.resume = gfx_v9_4_3_resume,
4726 	.is_idle = gfx_v9_4_3_is_idle,
4727 	.wait_for_idle = gfx_v9_4_3_wait_for_idle,
4728 	.soft_reset = gfx_v9_4_3_soft_reset,
4729 	.set_clockgating_state = gfx_v9_4_3_set_clockgating_state,
4730 	.set_powergating_state = gfx_v9_4_3_set_powergating_state,
4731 	.get_clockgating_state = gfx_v9_4_3_get_clockgating_state,
4732 	.dump_ip_state = gfx_v9_4_3_ip_dump,
4733 	.print_ip_state = gfx_v9_4_3_ip_print,
4734 };
4735 
4736 static const struct amdgpu_ring_funcs gfx_v9_4_3_ring_funcs_compute = {
4737 	.type = AMDGPU_RING_TYPE_COMPUTE,
4738 	.align_mask = 0xff,
4739 	.nop = PACKET3(PACKET3_NOP, 0x3FFF),
4740 	.support_64bit_ptrs = true,
4741 	.get_rptr = gfx_v9_4_3_ring_get_rptr_compute,
4742 	.get_wptr = gfx_v9_4_3_ring_get_wptr_compute,
4743 	.set_wptr = gfx_v9_4_3_ring_set_wptr_compute,
4744 	.emit_frame_size =
4745 		20 + /* gfx_v9_4_3_ring_emit_gds_switch */
4746 		7 + /* gfx_v9_4_3_ring_emit_hdp_flush */
4747 		5 + /* hdp invalidate */
4748 		7 + /* gfx_v9_4_3_ring_emit_pipeline_sync */
4749 		SOC15_FLUSH_GPU_TLB_NUM_WREG * 5 +
4750 		SOC15_FLUSH_GPU_TLB_NUM_REG_WAIT * 7 +
4751 		2 + /* gfx_v9_4_3_ring_emit_vm_flush */
4752 		8 + 8 + 8 + /* gfx_v9_4_3_ring_emit_fence x3 for user fence, vm fence */
4753 		7 + /* gfx_v9_4_3_emit_mem_sync */
4754 		5 + /* gfx_v9_4_3_emit_wave_limit for updating regSPI_WCL_PIPE_PERCENT_GFX register */
4755 		15 + /* for updating 3 regSPI_WCL_PIPE_PERCENT_CS registers */
4756 		2, /* gfx_v9_4_3_ring_emit_cleaner_shader */
4757 	.emit_ib_size =	7, /* gfx_v9_4_3_ring_emit_ib_compute */
4758 	.emit_ib = gfx_v9_4_3_ring_emit_ib_compute,
4759 	.emit_fence = gfx_v9_4_3_ring_emit_fence,
4760 	.emit_pipeline_sync = gfx_v9_4_3_ring_emit_pipeline_sync,
4761 	.emit_vm_flush = gfx_v9_4_3_ring_emit_vm_flush,
4762 	.emit_gds_switch = gfx_v9_4_3_ring_emit_gds_switch,
4763 	.emit_hdp_flush = gfx_v9_4_3_ring_emit_hdp_flush,
4764 	.test_ring = gfx_v9_4_3_ring_test_ring,
4765 	.test_ib = gfx_v9_4_3_ring_test_ib,
4766 	.insert_nop = gfx_v9_4_3_ring_insert_nop,
4767 	.pad_ib = amdgpu_ring_generic_pad_ib,
4768 	.emit_wreg = gfx_v9_4_3_ring_emit_wreg,
4769 	.emit_reg_wait = gfx_v9_4_3_ring_emit_reg_wait,
4770 	.emit_reg_write_reg_wait = gfx_v9_4_3_ring_emit_reg_write_reg_wait,
4771 	.soft_recovery = gfx_v9_4_3_ring_soft_recovery,
4772 	.emit_mem_sync = gfx_v9_4_3_emit_mem_sync,
4773 	.emit_wave_limit = gfx_v9_4_3_emit_wave_limit,
4774 	.reset = gfx_v9_4_3_reset_kcq,
4775 	.emit_cleaner_shader = gfx_v9_4_3_ring_emit_cleaner_shader,
4776 	.begin_use = amdgpu_gfx_enforce_isolation_ring_begin_use,
4777 	.end_use = amdgpu_gfx_enforce_isolation_ring_end_use,
4778 };
4779 
4780 static const struct amdgpu_ring_funcs gfx_v9_4_3_ring_funcs_kiq = {
4781 	.type = AMDGPU_RING_TYPE_KIQ,
4782 	.align_mask = 0xff,
4783 	.nop = PACKET3(PACKET3_NOP, 0x3FFF),
4784 	.support_64bit_ptrs = true,
4785 	.get_rptr = gfx_v9_4_3_ring_get_rptr_compute,
4786 	.get_wptr = gfx_v9_4_3_ring_get_wptr_compute,
4787 	.set_wptr = gfx_v9_4_3_ring_set_wptr_compute,
4788 	.emit_frame_size =
4789 		20 + /* gfx_v9_4_3_ring_emit_gds_switch */
4790 		7 + /* gfx_v9_4_3_ring_emit_hdp_flush */
4791 		5 + /* hdp invalidate */
4792 		7 + /* gfx_v9_4_3_ring_emit_pipeline_sync */
4793 		SOC15_FLUSH_GPU_TLB_NUM_WREG * 5 +
4794 		SOC15_FLUSH_GPU_TLB_NUM_REG_WAIT * 7 +
4795 		2 + /* gfx_v9_4_3_ring_emit_vm_flush */
4796 		8 + 8 + 8, /* gfx_v9_4_3_ring_emit_fence_kiq x3 for user fence, vm fence */
4797 	.emit_ib_size =	7, /* gfx_v9_4_3_ring_emit_ib_compute */
4798 	.emit_fence = gfx_v9_4_3_ring_emit_fence_kiq,
4799 	.test_ring = gfx_v9_4_3_ring_test_ring,
4800 	.insert_nop = amdgpu_ring_insert_nop,
4801 	.pad_ib = amdgpu_ring_generic_pad_ib,
4802 	.emit_rreg = gfx_v9_4_3_ring_emit_rreg,
4803 	.emit_wreg = gfx_v9_4_3_ring_emit_wreg,
4804 	.emit_reg_wait = gfx_v9_4_3_ring_emit_reg_wait,
4805 	.emit_reg_write_reg_wait = gfx_v9_4_3_ring_emit_reg_write_reg_wait,
4806 };
4807 
gfx_v9_4_3_set_ring_funcs(struct amdgpu_device * adev)4808 static void gfx_v9_4_3_set_ring_funcs(struct amdgpu_device *adev)
4809 {
4810 	int i, j, num_xcc;
4811 
4812 	num_xcc = NUM_XCC(adev->gfx.xcc_mask);
4813 	for (i = 0; i < num_xcc; i++) {
4814 		adev->gfx.kiq[i].ring.funcs = &gfx_v9_4_3_ring_funcs_kiq;
4815 
4816 		for (j = 0; j < adev->gfx.num_compute_rings; j++)
4817 			adev->gfx.compute_ring[j + i * adev->gfx.num_compute_rings].funcs
4818 					= &gfx_v9_4_3_ring_funcs_compute;
4819 	}
4820 }
4821 
4822 static const struct amdgpu_irq_src_funcs gfx_v9_4_3_eop_irq_funcs = {
4823 	.set = gfx_v9_4_3_set_eop_interrupt_state,
4824 	.process = gfx_v9_4_3_eop_irq,
4825 };
4826 
4827 static const struct amdgpu_irq_src_funcs gfx_v9_4_3_priv_reg_irq_funcs = {
4828 	.set = gfx_v9_4_3_set_priv_reg_fault_state,
4829 	.process = gfx_v9_4_3_priv_reg_irq,
4830 };
4831 
4832 static const struct amdgpu_irq_src_funcs gfx_v9_4_3_bad_op_irq_funcs = {
4833 	.set = gfx_v9_4_3_set_bad_op_fault_state,
4834 	.process = gfx_v9_4_3_bad_op_irq,
4835 };
4836 
4837 static const struct amdgpu_irq_src_funcs gfx_v9_4_3_priv_inst_irq_funcs = {
4838 	.set = gfx_v9_4_3_set_priv_inst_fault_state,
4839 	.process = gfx_v9_4_3_priv_inst_irq,
4840 };
4841 
gfx_v9_4_3_set_irq_funcs(struct amdgpu_device * adev)4842 static void gfx_v9_4_3_set_irq_funcs(struct amdgpu_device *adev)
4843 {
4844 	adev->gfx.eop_irq.num_types = AMDGPU_CP_IRQ_LAST;
4845 	adev->gfx.eop_irq.funcs = &gfx_v9_4_3_eop_irq_funcs;
4846 
4847 	adev->gfx.priv_reg_irq.num_types = 1;
4848 	adev->gfx.priv_reg_irq.funcs = &gfx_v9_4_3_priv_reg_irq_funcs;
4849 
4850 	adev->gfx.bad_op_irq.num_types = 1;
4851 	adev->gfx.bad_op_irq.funcs = &gfx_v9_4_3_bad_op_irq_funcs;
4852 
4853 	adev->gfx.priv_inst_irq.num_types = 1;
4854 	adev->gfx.priv_inst_irq.funcs = &gfx_v9_4_3_priv_inst_irq_funcs;
4855 }
4856 
gfx_v9_4_3_set_rlc_funcs(struct amdgpu_device * adev)4857 static void gfx_v9_4_3_set_rlc_funcs(struct amdgpu_device *adev)
4858 {
4859 	adev->gfx.rlc.funcs = &gfx_v9_4_3_rlc_funcs;
4860 }
4861 
4862 
gfx_v9_4_3_set_gds_init(struct amdgpu_device * adev)4863 static void gfx_v9_4_3_set_gds_init(struct amdgpu_device *adev)
4864 {
4865 	/* init asci gds info */
4866 	switch (amdgpu_ip_version(adev, GC_HWIP, 0)) {
4867 	case IP_VERSION(9, 4, 3):
4868 	case IP_VERSION(9, 4, 4):
4869 		/* 9.4.3 removed all the GDS internal memory,
4870 		 * only support GWS opcode in kernel, like barrier
4871 		 * semaphore.etc */
4872 		adev->gds.gds_size = 0;
4873 		break;
4874 	default:
4875 		adev->gds.gds_size = 0x10000;
4876 		break;
4877 	}
4878 
4879 	switch (amdgpu_ip_version(adev, GC_HWIP, 0)) {
4880 	case IP_VERSION(9, 4, 3):
4881 	case IP_VERSION(9, 4, 4):
4882 		/* deprecated for 9.4.3, no usage at all */
4883 		adev->gds.gds_compute_max_wave_id = 0;
4884 		break;
4885 	default:
4886 		/* this really depends on the chip */
4887 		adev->gds.gds_compute_max_wave_id = 0x7ff;
4888 		break;
4889 	}
4890 
4891 	adev->gds.gws_size = 64;
4892 	adev->gds.oa_size = 16;
4893 }
4894 
gfx_v9_4_3_set_user_cu_inactive_bitmap(struct amdgpu_device * adev,u32 bitmap,int xcc_id)4895 static void gfx_v9_4_3_set_user_cu_inactive_bitmap(struct amdgpu_device *adev,
4896 						 u32 bitmap, int xcc_id)
4897 {
4898 	u32 data;
4899 
4900 	if (!bitmap)
4901 		return;
4902 
4903 	data = bitmap << GC_USER_SHADER_ARRAY_CONFIG__INACTIVE_CUS__SHIFT;
4904 	data &= GC_USER_SHADER_ARRAY_CONFIG__INACTIVE_CUS_MASK;
4905 
4906 	WREG32_SOC15(GC, GET_INST(GC, xcc_id), regGC_USER_SHADER_ARRAY_CONFIG, data);
4907 }
4908 
gfx_v9_4_3_get_cu_active_bitmap(struct amdgpu_device * adev,int xcc_id)4909 static u32 gfx_v9_4_3_get_cu_active_bitmap(struct amdgpu_device *adev, int xcc_id)
4910 {
4911 	u32 data, mask;
4912 
4913 	data = RREG32_SOC15(GC, GET_INST(GC, xcc_id), regCC_GC_SHADER_ARRAY_CONFIG);
4914 	data |= RREG32_SOC15(GC, GET_INST(GC, xcc_id), regGC_USER_SHADER_ARRAY_CONFIG);
4915 
4916 	data &= CC_GC_SHADER_ARRAY_CONFIG__INACTIVE_CUS_MASK;
4917 	data >>= CC_GC_SHADER_ARRAY_CONFIG__INACTIVE_CUS__SHIFT;
4918 
4919 	mask = amdgpu_gfx_create_bitmask(adev->gfx.config.max_cu_per_sh);
4920 
4921 	return (~data) & mask;
4922 }
4923 
gfx_v9_4_3_get_cu_info(struct amdgpu_device * adev,struct amdgpu_cu_info * cu_info)4924 static int gfx_v9_4_3_get_cu_info(struct amdgpu_device *adev,
4925 				 struct amdgpu_cu_info *cu_info)
4926 {
4927 	int i, j, k, prev_counter, counter, xcc_id, active_cu_number = 0;
4928 	u32 mask, bitmap, ao_bitmap, ao_cu_mask = 0, tmp;
4929 	unsigned disable_masks[4 * 4];
4930 	bool is_symmetric_cus;
4931 
4932 	if (!adev || !cu_info)
4933 		return -EINVAL;
4934 
4935 	/*
4936 	 * 16 comes from bitmap array size 4*4, and it can cover all gfx9 ASICs
4937 	 */
4938 	if (adev->gfx.config.max_shader_engines *
4939 		adev->gfx.config.max_sh_per_se > 16)
4940 		return -EINVAL;
4941 
4942 	amdgpu_gfx_parse_disable_cu(disable_masks,
4943 				    adev->gfx.config.max_shader_engines,
4944 				    adev->gfx.config.max_sh_per_se);
4945 
4946 	mutex_lock(&adev->grbm_idx_mutex);
4947 	for (xcc_id = 0; xcc_id < NUM_XCC(adev->gfx.xcc_mask); xcc_id++) {
4948 		is_symmetric_cus = true;
4949 		for (i = 0; i < adev->gfx.config.max_shader_engines; i++) {
4950 			for (j = 0; j < adev->gfx.config.max_sh_per_se; j++) {
4951 				mask = 1;
4952 				ao_bitmap = 0;
4953 				counter = 0;
4954 				gfx_v9_4_3_xcc_select_se_sh(adev, i, j, 0xffffffff, xcc_id);
4955 				gfx_v9_4_3_set_user_cu_inactive_bitmap(
4956 					adev,
4957 					disable_masks[i * adev->gfx.config.max_sh_per_se + j],
4958 					xcc_id);
4959 				bitmap = gfx_v9_4_3_get_cu_active_bitmap(adev, xcc_id);
4960 
4961 				cu_info->bitmap[xcc_id][i][j] = bitmap;
4962 
4963 				for (k = 0; k < adev->gfx.config.max_cu_per_sh; k++) {
4964 					if (bitmap & mask) {
4965 						if (counter < adev->gfx.config.max_cu_per_sh)
4966 							ao_bitmap |= mask;
4967 						counter++;
4968 					}
4969 					mask <<= 1;
4970 				}
4971 				active_cu_number += counter;
4972 				if (i < 2 && j < 2)
4973 					ao_cu_mask |= (ao_bitmap << (i * 16 + j * 8));
4974 				cu_info->ao_cu_bitmap[i][j] = ao_bitmap;
4975 			}
4976 			if (i && is_symmetric_cus && prev_counter != counter)
4977 				is_symmetric_cus = false;
4978 			prev_counter = counter;
4979 		}
4980 		if (is_symmetric_cus) {
4981 			tmp = RREG32_SOC15(GC, GET_INST(GC, xcc_id), regCP_CPC_DEBUG);
4982 			tmp = REG_SET_FIELD(tmp, CP_CPC_DEBUG, CPC_HARVESTING_RELAUNCH_DISABLE, 1);
4983 			tmp = REG_SET_FIELD(tmp, CP_CPC_DEBUG, CPC_HARVESTING_DISPATCH_DISABLE, 1);
4984 			WREG32_SOC15(GC, GET_INST(GC, xcc_id), regCP_CPC_DEBUG, tmp);
4985 		}
4986 		gfx_v9_4_3_xcc_select_se_sh(adev, 0xffffffff, 0xffffffff, 0xffffffff,
4987 					    xcc_id);
4988 	}
4989 	mutex_unlock(&adev->grbm_idx_mutex);
4990 
4991 	cu_info->number = active_cu_number;
4992 	cu_info->ao_cu_mask = ao_cu_mask;
4993 	cu_info->simd_per_cu = NUM_SIMD_PER_CU;
4994 
4995 	return 0;
4996 }
4997 
4998 const struct amdgpu_ip_block_version gfx_v9_4_3_ip_block = {
4999 	.type = AMD_IP_BLOCK_TYPE_GFX,
5000 	.major = 9,
5001 	.minor = 4,
5002 	.rev = 3,
5003 	.funcs = &gfx_v9_4_3_ip_funcs,
5004 };
5005 
gfx_v9_4_3_xcp_resume(void * handle,uint32_t inst_mask)5006 static int gfx_v9_4_3_xcp_resume(void *handle, uint32_t inst_mask)
5007 {
5008 	struct amdgpu_device *adev = (struct amdgpu_device *)handle;
5009 	uint32_t tmp_mask;
5010 	int i, r;
5011 
5012 	/* TODO : Initialize golden regs */
5013 	/* gfx_v9_4_3_init_golden_registers(adev); */
5014 
5015 	tmp_mask = inst_mask;
5016 	for_each_inst(i, tmp_mask)
5017 		gfx_v9_4_3_xcc_constants_init(adev, i);
5018 
5019 	if (!amdgpu_sriov_vf(adev)) {
5020 		tmp_mask = inst_mask;
5021 		for_each_inst(i, tmp_mask) {
5022 			r = gfx_v9_4_3_xcc_rlc_resume(adev, i);
5023 			if (r)
5024 				return r;
5025 		}
5026 	}
5027 
5028 	tmp_mask = inst_mask;
5029 	for_each_inst(i, tmp_mask) {
5030 		r = gfx_v9_4_3_xcc_cp_resume(adev, i);
5031 		if (r)
5032 			return r;
5033 	}
5034 
5035 	return 0;
5036 }
5037 
gfx_v9_4_3_xcp_suspend(void * handle,uint32_t inst_mask)5038 static int gfx_v9_4_3_xcp_suspend(void *handle, uint32_t inst_mask)
5039 {
5040 	struct amdgpu_device *adev = (struct amdgpu_device *)handle;
5041 	int i;
5042 
5043 	for_each_inst(i, inst_mask)
5044 		gfx_v9_4_3_xcc_fini(adev, i);
5045 
5046 	return 0;
5047 }
5048 
5049 struct amdgpu_xcp_ip_funcs gfx_v9_4_3_xcp_funcs = {
5050 	.suspend = &gfx_v9_4_3_xcp_suspend,
5051 	.resume = &gfx_v9_4_3_xcp_resume
5052 };
5053 
5054 struct amdgpu_ras_block_hw_ops  gfx_v9_4_3_ras_ops = {
5055 	.query_ras_error_count = &gfx_v9_4_3_query_ras_error_count,
5056 	.reset_ras_error_count = &gfx_v9_4_3_reset_ras_error_count,
5057 };
5058 
gfx_v9_4_3_ras_late_init(struct amdgpu_device * adev,struct ras_common_if * ras_block)5059 static int gfx_v9_4_3_ras_late_init(struct amdgpu_device *adev, struct ras_common_if *ras_block)
5060 {
5061 	int r;
5062 
5063 	r = amdgpu_ras_block_late_init(adev, ras_block);
5064 	if (r)
5065 		return r;
5066 
5067 	r = amdgpu_ras_bind_aca(adev, AMDGPU_RAS_BLOCK__GFX,
5068 				&gfx_v9_4_3_aca_info,
5069 				NULL);
5070 	if (r)
5071 		goto late_fini;
5072 
5073 	return 0;
5074 
5075 late_fini:
5076 	amdgpu_ras_block_late_fini(adev, ras_block);
5077 
5078 	return r;
5079 }
5080 
5081 struct amdgpu_gfx_ras gfx_v9_4_3_ras = {
5082 	.ras_block = {
5083 		.hw_ops = &gfx_v9_4_3_ras_ops,
5084 		.ras_late_init = &gfx_v9_4_3_ras_late_init,
5085 	},
5086 	.enable_watchdog_timer = &gfx_v9_4_3_enable_watchdog_timer,
5087 };
5088