Searched refs:PACKET3_INDIRECT_BUFFER (Results 1 – 19 of 19) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | si_enums.h | 181 #define PACKET3_INDIRECT_BUFFER 0x3F macro
|
D | soc15d.h | 157 #define PACKET3_INDIRECT_BUFFER 0x3F macro
|
D | vid.h | 192 #define PACKET3_INDIRECT_BUFFER 0x3F macro
|
D | cikd.h | 311 #define PACKET3_INDIRECT_BUFFER 0x3F macro
|
D | sid.h | 1695 #define PACKET3_INDIRECT_BUFFER 0x3F macro
|
D | gfx_v7_0.c | 2250 header = PACKET3(PACKET3_INDIRECT_BUFFER, 2); in gfx_v7_0_ring_emit_ib_gfx() 2270 amdgpu_ring_write(ring, PACKET3(PACKET3_INDIRECT_BUFFER, 2)); in gfx_v7_0_ring_emit_ib_compute()
|
D | gfx_v9_0.c | 3938 header = PACKET3(PACKET3_INDIRECT_BUFFER, 2); in gfx_v9_0_ring_emit_ib_gfx() 3966 amdgpu_ring_write(ring, PACKET3(PACKET3_INDIRECT_BUFFER, 2)); in gfx_v9_0_ring_emit_ib_compute()
|
D | gfx_v6_0.c | 1862 header = PACKET3(PACKET3_INDIRECT_BUFFER, 2); in gfx_v6_0_ring_emit_ib()
|
D | gfx_v8_0.c | 6365 header = PACKET3(PACKET3_INDIRECT_BUFFER, 2); in gfx_v8_0_ring_emit_ib_gfx() 6392 amdgpu_ring_write(ring, PACKET3(PACKET3_INDIRECT_BUFFER, 2)); in gfx_v8_0_ring_emit_ib_compute()
|
/Linux-v4.19/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 | 1441 radeon_ring_write(ring, PACKET3(PACKET3_INDIRECT_BUFFER, 2)); in cayman_ring_ib_execute()
|
D | r600.c | 3383 radeon_ring_write(ring, PACKET3(PACKET3_INDIRECT_BUFFER, 2)); in r600_ring_ib_execute()
|
D | evergreen.c | 2950 radeon_ring_write(ring, PACKET3(PACKET3_INDIRECT_BUFFER, 2)); in evergreen_ring_ib_execute()
|
D | si.c | 3429 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()
|