Searched refs:PACKET3_INDIRECT_BUFFER (Results 1 – 21 of 21) sorted by relevance
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/ |
D | si_enums.h | 200 #define PACKET3_INDIRECT_BUFFER 0x3F macro
|
D | soc15d.h | 157 #define PACKET3_INDIRECT_BUFFER 0x3F macro
|
D | nvd.h | 138 #define PACKET3_INDIRECT_BUFFER 0x3F macro
|
D | vid.h | 190 #define PACKET3_INDIRECT_BUFFER 0x3F macro
|
D | cikd.h | 309 #define PACKET3_INDIRECT_BUFFER 0x3F macro
|
D | sid.h | 1695 #define PACKET3_INDIRECT_BUFFER 0x3F macro
|
D | gfx_v7_0.c | 2275 header = PACKET3(PACKET3_INDIRECT_BUFFER, 2); in gfx_v7_0_ring_emit_ib_gfx() 2313 amdgpu_ring_write(ring, PACKET3(PACKET3_INDIRECT_BUFFER, 2)); in gfx_v7_0_ring_emit_ib_compute()
|
D | gfx_v8_0.c | 6133 header = PACKET3(PACKET3_INDIRECT_BUFFER, 2); in gfx_v8_0_ring_emit_ib_gfx() 6178 amdgpu_ring_write(ring, PACKET3(PACKET3_INDIRECT_BUFFER, 2)); in gfx_v8_0_ring_emit_ib_compute()
|
D | gfx_v9_0.c | 5346 header = PACKET3(PACKET3_INDIRECT_BUFFER, 2); in gfx_v9_0_ring_emit_ib_gfx() 5392 amdgpu_ring_write(ring, PACKET3(PACKET3_INDIRECT_BUFFER, 2)); in gfx_v9_0_ring_emit_ib_compute()
|
D | gfx_v6_0.c | 1879 header = PACKET3(PACKET3_INDIRECT_BUFFER, 2); in gfx_v6_0_ring_emit_ib()
|
D | gfx_v10_0.c | 8599 header = PACKET3(PACKET3_INDIRECT_BUFFER, 2); in gfx_v10_0_ring_emit_ib_gfx() 8649 amdgpu_ring_write(ring, PACKET3(PACKET3_INDIRECT_BUFFER, 2)); in gfx_v10_0_ring_emit_ib_compute()
|
/Linux-v5.15/drivers/gpu/drm/radeon/ |
D | nid.h | 1187 #define PACKET3_INDIRECT_BUFFER 0x32 macro
|
D | sid.h | 1632 #define PACKET3_INDIRECT_BUFFER 0x32 macro
|
D | cikd.h | 1777 #define PACKET3_INDIRECT_BUFFER 0x3F macro
|
D | evergreend.h | 1580 #define PACKET3_INDIRECT_BUFFER 0x32 macro
|
D | r600d.h | 1617 #define PACKET3_INDIRECT_BUFFER 0x32 macro
|
D | ni.c | 1431 radeon_ring_write(ring, PACKET3(PACKET3_INDIRECT_BUFFER, 2)); in cayman_ring_ib_execute()
|
D | r600.c | 3386 radeon_ring_write(ring, PACKET3(PACKET3_INDIRECT_BUFFER, 2)); in r600_ring_ib_execute()
|
D | evergreen.c | 2955 radeon_ring_write(ring, PACKET3(PACKET3_INDIRECT_BUFFER, 2)); in evergreen_ring_ib_execute()
|
D | si.c | 3428 header = PACKET3(PACKET3_INDIRECT_BUFFER, 2); in si_ring_ib_execute()
|
D | cik.c | 3748 header = PACKET3(PACKET3_INDIRECT_BUFFER, 2); in cik_ring_ib_execute()
|