Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dsoc15d.h37 #define CP_PACKET_GET_TYPE(h) (((h) >> 30) & 3) macro
H A Dnvd.h35 #define CP_PACKET_GET_TYPE(h) (((h) >> 30) & 3) macro
H A Dvid.h92 #define CP_PACKET_GET_TYPE(h) (((h) >> 30) & 3) macro
H A Dcikd.h210 #define CP_PACKET_GET_TYPE(h) (((h) >> 30) & 3) macro
H A Damdgpu_uvd.c1041 unsigned int type = CP_PACKET_GET_TYPE(cmd); in amdgpu_uvd_cs_packets()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dcikd.h1678 #define CP_PACKET_GET_TYPE(h) (((h) >> 30) & 3) macro