Lines Matching refs:dstorg
79 DMA_BLOCK(MGA_DSTORG, ctx->dstorg,
102 DMA_BLOCK(MGA_DSTORG, ctx->dstorg,
391 if (ctx->dstorg != dev_priv->front_offset &&
392 ctx->dstorg != dev_priv->back_offset) {
393 DRM_ERROR("*** bad DSTORG: %x (front %x, back %x)\n\n",
394 ctx->dstorg, dev_priv->front_offset,
396 ctx->dstorg = 0;
452 unsigned int dstorg, unsigned int length)
454 if (dstorg < dev_priv->texture_offset ||
455 dstorg + length > (dev_priv->texture_offset +
457 DRM_ERROR("*** bad iload DSTORG: 0x%x\n", dstorg);
471 unsigned int srcorg, unsigned int dstorg)
474 (dstorg & 0x3) == (MGA_SRCACC_PCI | MGA_SRCMAP_SYSMEM)) {
475 DRM_ERROR("*** bad blit: src=0x%x dst=0x%x\n", srcorg, dstorg);
724 unsigned int dstorg, unsigned int length)
743 DMA_BLOCK(MGA_DSTORG, dstorg,
790 MGA_SRCORG, blit->srcorg, MGA_DSTORG, blit->dstorg);
969 if (mga_verify_iload(dev_priv, iload->dstorg, iload->length)) {
976 mga_dma_dispatch_iload(dev, buf, iload->dstorg, iload->length);
997 if (mga_verify_blit(dev_priv, blit->srcorg, blit->dstorg))