Lines Matching defs:packet
267 DRM_ERROR("Unknown state packet ID %d\n", id);
286 DRM_ERROR("Not a type 3 packet\n");
320 DRM_ERROR("Invalid 3d packet for r100-class chip\n");
335 /* carefully check packet contents */
345 " 3D_LOAD_VBPNTR packet.\n", k, i);
357 " 3D_LOAD_VBPNTR packet.\n", k, i);
366 "Malformed 3D_LOAD_VBPNTR packet"
375 DRM_ERROR("Invalid 3d packet for r200-class chip\n");
387 DRM_ERROR("Invalid 3d packet for r100-class chip\n");
412 DRM_ERROR("Invalid first packet offset\n");
423 DRM_ERROR("Invalid second packet offset\n");
431 DRM_ERROR("Invalid packet type %x\n", cmd[0] & 0xff00);
643 * New (1.3) state mechanism. 3 commands (packet, scalar, vector) in
651 } packet[RADEON_MAX_STATE_PACKETS] = {
1627 * pad the data with a Type-2 CP packet.
2822 int id = (int)header.packet.packet_id;
2830 sz = packet[id].len;
2831 reg = packet[id].start;