CP_PACKET_GET_TYPE 212 drivers/gpu/drm/amd/amdgpu/cikd.h #define CP_PACKET_GET_TYPE(h) (((h) >> 30) & 3) CP_PACKET_GET_TYPE 35 drivers/gpu/drm/amd/amdgpu/nvd.h #define CP_PACKET_GET_TYPE(h) (((h) >> 30) & 3) CP_PACKET_GET_TYPE 37 drivers/gpu/drm/amd/amdgpu/soc15d.h #define CP_PACKET_GET_TYPE(h) (((h) >> 30) & 3) CP_PACKET_GET_TYPE 94 drivers/gpu/drm/amd/amdgpu/vid.h #define CP_PACKET_GET_TYPE(h) (((h) >> 30) & 3) CP_PACKET_GET_TYPE 1678 drivers/gpu/drm/radeon/cikd.h #define CP_PACKET_GET_TYPE(h) (((h) >> 30) & 3)