Searched refs:PACKET3_SET_UCONFIG_REG_START (Results 1 - 22 of 22) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | nvd.h | 336 #define PACKET3_SET_UCONFIG_REG_START 0x0000c000 macro
|
H A D | soc15d.h | 298 #define PACKET3_SET_UCONFIG_REG_START 0x0000c000 macro
|
H A D | cikd.h | 470 #define PACKET3_SET_UCONFIG_REG_START 0x0000c000 macro
|
H A D | vid.h | 352 #define PACKET3_SET_UCONFIG_REG_START 0x0000c000 macro
|
H A D | gfx_v7_0.c | 2103 amdgpu_ring_write(ring, (scratch - PACKET3_SET_UCONFIG_REG_START)); in gfx_v7_0_ring_test_ring() 2371 ib.ptr[1] = ((scratch - PACKET3_SET_UCONFIG_REG_START)); in gfx_v7_0_ring_test_ib()
|
H A D | gfx_v9_0.c | 1057 amdgpu_ring_write(ring, (scratch - PACKET3_SET_UCONFIG_REG_START)); in gfx_v9_0_ring_test_ring() 3252 (SOC15_REG_OFFSET(GC, 0, mmVGT_INDEX_TYPE) - PACKET3_SET_UCONFIG_REG_START)); in gfx_v9_0_cp_gfx_start()
|
H A D | gfx_v8_0.c | 854 amdgpu_ring_write(ring, (scratch - PACKET3_SET_UCONFIG_REG_START)); in gfx_v8_0_ring_test_ring()
|
H A D | gfx_v10_0.c | 3473 amdgpu_ring_write(ring, (scratch - PACKET3_SET_UCONFIG_REG_START)); in gfx_v10_0_ring_test_ring()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | nvd.h | 336 #define PACKET3_SET_UCONFIG_REG_START 0x0000c000 macro
|
H A D | soc15d.h | 300 #define PACKET3_SET_UCONFIG_REG_START 0x0000c000 macro
|
H A D | cikd.h | 470 #define PACKET3_SET_UCONFIG_REG_START 0x0000c000 macro
|
H A D | vid.h | 352 #define PACKET3_SET_UCONFIG_REG_START 0x0000c000 macro
|
H A D | gfx_v7_0.c | 2040 amdgpu_ring_write(ring, mmSCRATCH_REG0 - PACKET3_SET_UCONFIG_REG_START); in gfx_v7_0_ring_test_ring() 2305 ib.ptr[1] = mmSCRATCH_REG0 - PACKET3_SET_UCONFIG_REG_START; in gfx_v7_0_ring_test_ib()
|
H A D | gfx_v9_0.c | 1008 amdgpu_ring_write(ring, scratch - PACKET3_SET_UCONFIG_REG_START); in gfx_v9_0_ring_test_ring() 3084 (SOC15_REG_OFFSET(GC, 0, mmVGT_INDEX_TYPE) - PACKET3_SET_UCONFIG_REG_START)); in gfx_v9_0_cp_gfx_start()
|
H A D | gfx_v9_4_3.c | 265 amdgpu_ring_write(ring, xcc_offset - PACKET3_SET_UCONFIG_REG_START); in gfx_v9_4_3_ring_test_ring()
|
H A D | gfx_v8_0.c | 851 amdgpu_ring_write(ring, mmSCRATCH_REG0 - PACKET3_SET_UCONFIG_REG_START); in gfx_v8_0_ring_test_ring()
|
H A D | gfx_v11_0.c | 342 PACKET3_SET_UCONFIG_REG_START); in gfx_v11_0_ring_test_ring()
|
H A D | gfx_v10_0.c | 3784 PACKET3_SET_UCONFIG_REG_START); in gfx_v10_0_ring_test_ring()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | cikd.h | 1938 #define PACKET3_SET_UCONFIG_REG_START 0x00030000 macro
|
H A 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | cikd.h | 1938 #define PACKET3_SET_UCONFIG_REG_START 0x00030000 macro
|
H A D | cik.c | 3465 radeon_ring_write(ring, ((scratch - PACKET3_SET_UCONFIG_REG_START) >> 2)); in cik_ring_test() 3737 PACKET3_SET_UCONFIG_REG_START) >> 2)); in cik_ring_ib_execute() 3790 ib.ptr[1] = ((scratch - PACKET3_SET_UCONFIG_REG_START) >> 2); in cik_ib_test()
|
Completed in 140 milliseconds