Searched refs:xcc_offset (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | gfx_v9_4_3.c | 417 uint32_t scratch_reg0_offset, xcc_offset; in gfx_v9_4_3_ring_test_ring() local 424 xcc_offset = SOC15_REG_OFFSET(GC, 0, regSCRATCH_REG0); in gfx_v9_4_3_ring_test_ring() 434 amdgpu_ring_write(ring, xcc_offset - PACKET3_SET_UCONFIG_REG_START); in gfx_v9_4_3_ring_test_ring() 3801 uint32_t xcc_id, xcc_offset, inst_offset; in gfx_v9_4_3_ip_print() local 3811 xcc_offset = xcc_id * reg_count; in gfx_v9_4_3_ip_print() 3816 adev->gfx.ip_dump_core[xcc_offset + i]); in gfx_v9_4_3_ip_print() 3834 xcc_offset = xcc_id * reg_count * num_inst; in gfx_v9_4_3_ip_print() 3849 [xcc_offset + inst_offset + in gfx_v9_4_3_ip_print() 3856 [xcc_offset + inst_offset + in gfx_v9_4_3_ip_print() 3871 uint32_t xcc_id, xcc_offset, inst_offset; in gfx_v9_4_3_ip_dump() local [all …]
|
| H A D | gfx_v12_1.c | 383 uint32_t scratch_reg0_offset, xcc_offset; in gfx_v12_1_ring_test_ring() local 389 xcc_offset = SOC15_REG_OFFSET(GC, 0, regSCRATCH_REG0); in gfx_v12_1_ring_test_ring() 403 gfx_v12_1_ring_emit_wreg(ring, xcc_offset, 0xDEADBEEF); in gfx_v12_1_ring_test_ring() 406 amdgpu_ring_write(ring, xcc_offset - in gfx_v12_1_ring_test_ring() 1308 uint32_t xcc_id, xcc_offset, inst_offset; in gfx_v12_1_ip_print() local 1318 xcc_offset = xcc_id * reg_count; in gfx_v12_1_ip_print() 1323 adev->gfx.ip_dump_core[xcc_offset + i]); in gfx_v12_1_ip_print() 1340 xcc_offset = xcc_id * reg_count * num_inst; in gfx_v12_1_ip_print() 1353 [xcc_offset + inst_offset + in gfx_v12_1_ip_print() 1368 uint32_t xcc_id, xcc_offset, inst_offset; in gfx_v12_1_ip_dump() local [all …]
|