Home
last modified time | relevance | path

Searched refs:RADEON_CP_PACKET_GET_TYPE (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/drm/radeon/
H A Dradeon_cs.c745 pkt->type = RADEON_CP_PACKET_GET_TYPE(header); in radeon_cs_packet_parse()
H A Dradeon_reg.h3710 #define RADEON_CP_PACKET_GET_TYPE(h) (((h) >> 30) & 3) macro
H A Devergreen_cs.c3527 pkt.type = RADEON_CP_PACKET_GET_TYPE(ib->ptr[idx]); in evergreen_ib_parse()
H A Dsi.c4730 pkt.type = RADEON_CP_PACKET_GET_TYPE(ib->ptr[idx]); in si_ib_parse()