Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Dsi_enums.h174 #define PACKET3_COMPUTE(op, n) (PACKET3(op, n) | 1 << 1) macro
H A Dsoc15d.h56 #define PACKET3_COMPUTE(op, n) (PACKET3(op, n) | 1 << 1) macro
H A Dnvd.h54 #define PACKET3_COMPUTE(op, n) (PACKET3(op, n) | 1 << 1) macro
H A Dvid.h113 #define PACKET3_COMPUTE(op, n) (PACKET3(op, n) | 1 << 1) macro
H A Dcikd.h231 #define PACKET3_COMPUTE(op, n) (PACKET3(op, n) | 1 << 1) macro
H A Dsid.h1664 #define PACKET3_COMPUTE(op, n) (PACKET3(op, n) | 1 << 1) macro
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dsid.h1601 #define PACKET3_COMPUTE(op, n) (PACKET3(op, n) | 1 << 1) macro
H A Dcikd.h1697 #define PACKET3_COMPUTE(op, n) (PACKET3(op, n) | 1 << 1) macro
H A Dradeon_si.c3628 radeon_ring_write(ring, PACKET3_COMPUTE(PACKET3_CLEAR_STATE, 0)); in si_cp_start()