Searched refs:PACKET3_INDIRECT_BUFFER (Results 1 – 21 of 21) sorted by relevance
/kernel/linux/linux-5.10/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 | 2273 header = PACKET3(PACKET3_INDIRECT_BUFFER, 2); in gfx_v7_0_ring_emit_ib_gfx() 2311 amdgpu_ring_write(ring, PACKET3(PACKET3_INDIRECT_BUFFER, 2)); in gfx_v7_0_ring_emit_ib_compute()
|
D | gfx_v8_0.c | 6124 header = PACKET3(PACKET3_INDIRECT_BUFFER, 2); in gfx_v8_0_ring_emit_ib_gfx() 6169 amdgpu_ring_write(ring, PACKET3(PACKET3_INDIRECT_BUFFER, 2)); in gfx_v8_0_ring_emit_ib_compute()
|
D | gfx_v9_0.c | 5278 header = PACKET3(PACKET3_INDIRECT_BUFFER, 2); in gfx_v9_0_ring_emit_ib_gfx() 5324 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 | 7798 header = PACKET3(PACKET3_INDIRECT_BUFFER, 2); in gfx_v10_0_ring_emit_ib_gfx() 7848 amdgpu_ring_write(ring, PACKET3(PACKET3_INDIRECT_BUFFER, 2)); in gfx_v10_0_ring_emit_ib_compute()
|
/kernel/linux/linux-5.10/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 | 1444 radeon_ring_write(ring, PACKET3(PACKET3_INDIRECT_BUFFER, 2)); in cayman_ring_ib_execute()
|
D | r600.c | 3389 radeon_ring_write(ring, PACKET3(PACKET3_INDIRECT_BUFFER, 2)); in r600_ring_ib_execute()
|
D | evergreen.c | 2954 radeon_ring_write(ring, PACKET3(PACKET3_INDIRECT_BUFFER, 2)); in evergreen_ring_ib_execute()
|
D | si.c | 3433 header = PACKET3(PACKET3_INDIRECT_BUFFER, 2); in si_ring_ib_execute()
|
D | cik.c | 3758 header = PACKET3(PACKET3_INDIRECT_BUFFER, 2); in cik_ring_ib_execute()
|