Searched refs:p3reloc (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/dev/drm2/radeon/
H A Dr600_cs.c856 struct radeon_cs_packet p3reloc; local
866 r = r600_cs_packet_parse(p, &p3reloc, p->idx);
870 p->idx += p3reloc.count + 2;
871 if (p3reloc.type != PACKET_TYPE3 || p3reloc.opcode != PACKET3_NOP) {
873 p3reloc.idx);
876 idx = radeon_get_ib_value(p, p3reloc.idx + 1);
902 struct radeon_cs_packet p3reloc; local
912 r = r600_cs_packet_parse(p, &p3reloc, p->idx);
916 p->idx += p3reloc
943 struct radeon_cs_packet p3reloc; local
975 struct radeon_cs_packet p3reloc, wait_reg_mem; local
[all...]
H A Devergreen_cs.c1081 struct radeon_cs_packet p3reloc; local
1091 r = evergreen_cs_packet_parse(p, &p3reloc, p->idx);
1095 p->idx += p3reloc.count + 2;
1096 if (p3reloc.type != PACKET_TYPE3 || p3reloc.opcode != PACKET3_NOP) {
1098 p3reloc.idx);
1101 idx = radeon_get_ib_value(p, p3reloc.idx + 1);
1120 struct radeon_cs_packet p3reloc; local
1123 r = evergreen_cs_packet_parse(p, &p3reloc, p->idx);
1127 if (p3reloc
1152 struct radeon_cs_packet p3reloc, wait_reg_mem; local
[all...]
H A Dr100.c1478 struct radeon_cs_packet p3reloc, waitreloc; local
1504 r = r100_cs_packet_parse(p, &p3reloc, p->idx + waitreloc.count + 2);
1510 p->idx += p3reloc.count + 2;
1564 struct radeon_cs_packet p3reloc; local
1574 r = r100_cs_packet_parse(p, &p3reloc, p->idx);
1578 p->idx += p3reloc.count + 2;
1579 if (p3reloc.type != PACKET_TYPE3 || p3reloc.opcode != PACKET3_NOP) {
1581 p3reloc.idx);
1582 r100_cs_dump_packet(p, &p3reloc);
[all...]

Completed in 43 milliseconds