Home | History | Annotate | Download | only in radeon

Lines Matching defs:p3reloc

812 	struct radeon_cs_packet p3reloc;
815 r = radeon_cs_packet_parse(p, &p3reloc, p->idx);
818 if (p3reloc.type != RADEON_PACKET_TYPE3)
820 if (p3reloc.opcode != RADEON_PACKET3_NOP)
861 struct radeon_cs_packet p3reloc;
871 r = radeon_cs_packet_parse(p, &p3reloc, p->idx);
874 p->idx += p3reloc.count + 2;
875 if (p3reloc.type != RADEON_PACKET_TYPE3 ||
876 p3reloc.opcode != RADEON_PACKET3_NOP) {
878 p3reloc.idx);
879 radeon_cs_dump_packet(p, &p3reloc);
882 idx = radeon_get_ib_value(p, p3reloc.idx + 1);
886 radeon_cs_dump_packet(p, &p3reloc);