Lines Matching refs:p3reloc
807 struct radeon_cs_packet p3reloc;
810 r = radeon_cs_packet_parse(p, &p3reloc, p->idx);
813 if (p3reloc.type != RADEON_PACKET_TYPE3)
815 if (p3reloc.opcode != RADEON_PACKET3_NOP)
854 struct radeon_cs_packet p3reloc;
864 r = radeon_cs_packet_parse(p, &p3reloc, p->idx);
867 p->idx += p3reloc.count + 2;
868 if (p3reloc.type != RADEON_PACKET_TYPE3 ||
869 p3reloc.opcode != RADEON_PACKET3_NOP) {
871 p3reloc.idx);
872 radeon_cs_dump_packet(p, &p3reloc);
875 idx = radeon_get_ib_value(p, p3reloc.idx + 1);
879 radeon_cs_dump_packet(p, &p3reloc);