Lines Matching defs:dstorg
74 DMA_BLOCK(MGA_DSTORG, ctx->dstorg,
97 DMA_BLOCK(MGA_DSTORG, ctx->dstorg,
386 if (ctx->dstorg != dev_priv->front_offset &&
387 ctx->dstorg != dev_priv->back_offset) {
389 ctx->dstorg, dev_priv->front_offset,
391 ctx->dstorg = 0;
447 unsigned int dstorg, unsigned int length)
449 if (dstorg < dev_priv->texture_offset ||
450 dstorg + length > (dev_priv->texture_offset +
452 DRM_ERROR("*** bad iload DSTORG: 0x%x\n", dstorg);
466 unsigned int srcorg, unsigned int dstorg)
469 (dstorg & 0x3) == (MGA_SRCACC_PCI | MGA_SRCMAP_SYSMEM)) {
470 DRM_ERROR("*** bad blit: src=0x%x dst=0x%x\n", srcorg, dstorg);
719 unsigned int dstorg, unsigned int length)
738 DMA_BLOCK(MGA_DSTORG, dstorg,
785 MGA_SRCORG, blit->srcorg, MGA_DSTORG, blit->dstorg);
964 if (mga_verify_iload(dev_priv, iload->dstorg, iload->length)) {
971 mga_dma_dispatch_iload(dev, buf, iload->dstorg, iload->length);
992 if (mga_verify_blit(dev_priv, blit->srcorg, blit->dstorg))