Searched refs:PACKET3_SET_UCONFIG_REG_START (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | soc15d.h | 275 #define PACKET3_SET_UCONFIG_REG_START 0x0000c000 macro
|
D | vid.h | 354 #define PACKET3_SET_UCONFIG_REG_START 0x0000c000 macro
|
D | cikd.h | 472 #define PACKET3_SET_UCONFIG_REG_START 0x0000c000 macro
|
D | gfx_v9_0.c | 360 amdgpu_ring_write(ring, (scratch - PACKET3_SET_UCONFIG_REG_START)); in gfx_v9_0_ring_test_ring() 2458 (SOC15_REG_OFFSET(GC, 0, mmVGT_INDEX_TYPE) - PACKET3_SET_UCONFIG_REG_START)); in gfx_v9_0_cp_gfx_start() 2681 amdgpu_ring_write(kiq_ring, (scratch - PACKET3_SET_UCONFIG_REG_START)); in gfx_v9_0_kiq_kcq_enable() 3222 amdgpu_ring_write(kiq_ring, (scratch - PACKET3_SET_UCONFIG_REG_START)); in gfx_v9_0_kcq_disable()
|
D | gfx_v7_0.c | 2079 amdgpu_ring_write(ring, (scratch - PACKET3_SET_UCONFIG_REG_START)); in gfx_v7_0_ring_test_ring() 2331 ib.ptr[1] = ((scratch - PACKET3_SET_UCONFIG_REG_START)); in gfx_v7_0_ring_test_ib()
|
D | gfx_v8_0.c | 855 amdgpu_ring_write(ring, (scratch - PACKET3_SET_UCONFIG_REG_START)); in gfx_v8_0_ring_test_ring() 4670 amdgpu_ring_write(kiq_ring, (scratch - PACKET3_SET_UCONFIG_REG_START)); in gfx_v8_0_kiq_kcq_enable() 5126 amdgpu_ring_write(kiq_ring, (scratch - PACKET3_SET_UCONFIG_REG_START)); in gfx_v8_0_kcq_disable()
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | cikd.h | 1938 #define PACKET3_SET_UCONFIG_REG_START 0x00030000 macro
|
D | cik.c | 3475 radeon_ring_write(ring, ((scratch - PACKET3_SET_UCONFIG_REG_START) >> 2)); in cik_ring_test() 3747 PACKET3_SET_UCONFIG_REG_START) >> 2)); in cik_ring_ib_execute() 3800 ib.ptr[1] = ((scratch - PACKET3_SET_UCONFIG_REG_START) >> 2); in cik_ib_test()
|