Lines Matching refs:p3reloc
798 struct radeon_cs_packet p3reloc;
801 r = radeon_cs_packet_parse(p, &p3reloc, p->idx);
804 if (p3reloc.type != RADEON_PACKET_TYPE3)
806 if (p3reloc.opcode != RADEON_PACKET3_NOP)
847 struct radeon_cs_packet p3reloc;
857 r = radeon_cs_packet_parse(p, &p3reloc, p->idx);
860 p->idx += p3reloc.count + 2;
861 if (p3reloc.type != RADEON_PACKET_TYPE3 ||
862 p3reloc.opcode != RADEON_PACKET3_NOP) {
864 p3reloc.idx);
865 radeon_cs_dump_packet(p, &p3reloc);
868 idx = radeon_get_ib_value(p, p3reloc.idx + 1);
872 radeon_cs_dump_packet(p, &p3reloc);