Home
last modified time | relevance | path

Searched refs:CP_PACKET_GET_TYPE (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Dsoc15d.h37 #define CP_PACKET_GET_TYPE(h) (((h) >> 30) & 3) macro
H A Dvid.h94 #define CP_PACKET_GET_TYPE(h) (((h) >> 30) & 3) macro
H A Dcikd.h212 #define CP_PACKET_GET_TYPE(h) (((h) >> 30) & 3) macro
H A Damdgpu_uvd.c943 unsigned type = CP_PACKET_GET_TYPE(cmd); in amdgpu_uvd_cs_packets()
/dragonfly/sys/dev/drm/radeon/
H A Dcikd.h1678 #define CP_PACKET_GET_TYPE(h) (((h) >> 30) & 3) macro