Home
last modified time | relevance | path

Searched refs:PACKET3_COMPUTE (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Dsi_enums.h159 #define PACKET3_COMPUTE(op, n) (PACKET3(op, n) | 1 << 1) macro
H A Dvid.h109 #define PACKET3_COMPUTE(op, n) (PACKET3(op, n) | 1 << 1) macro
H A Dcikd.h236 #define PACKET3_COMPUTE(op, n) (PACKET3(op, n) | 1 << 1) macro
H A Dsoc15d.h54 #define PACKET3_COMPUTE(op, n) (PACKET3(op, n) | 1 << 1) macro
H A Dnvd.h52 #define PACKET3_COMPUTE(op, n) (PACKET3(op, n) | 1 << 1) macro
H A Dsid.h1371 #define PACKET3_COMPUTE(op, n) (PACKET3(op, n) | 1 << 1) macro
/linux-6.15/drivers/gpu/drm/radeon/
H A Dsid.h1599 #define PACKET3_COMPUTE(op, n) (PACKET3(op, n) | 1 << 1) macro
H A Dcikd.h1695 #define PACKET3_COMPUTE(op, n) (PACKET3(op, n) | 1 << 1) macro
H A Dsi.c3601 radeon_ring_write(ring, PACKET3_COMPUTE(PACKET3_CLEAR_STATE, 0)); in si_cp_start()