Lines Matching refs:dstorg
81 DMA_BLOCK(MGA_DSTORG, ctx->dstorg, in mga_g200_emit_context()
104 DMA_BLOCK(MGA_DSTORG, ctx->dstorg, in mga_g400_emit_context()
412 if (ctx->dstorg != dev_priv->front_offset && in mga_verify_context()
413 ctx->dstorg != dev_priv->back_offset) { in mga_verify_context()
415 ctx->dstorg, dev_priv->front_offset, in mga_verify_context()
417 ctx->dstorg = 0; in mga_verify_context()
473 unsigned int dstorg, unsigned int length) in mga_verify_iload() argument
475 if (dstorg < dev_priv->texture_offset || in mga_verify_iload()
476 dstorg + length > (dev_priv->texture_offset + in mga_verify_iload()
478 DRM_ERROR("*** bad iload DSTORG: 0x%x\n", dstorg); in mga_verify_iload()
492 unsigned int srcorg, unsigned int dstorg) in mga_verify_blit() argument
495 (dstorg & 0x3) == (MGA_SRCACC_PCI | MGA_SRCMAP_SYSMEM)) { in mga_verify_blit()
496 DRM_ERROR("*** bad blit: src=0x%x dst=0x%x\n", srcorg, dstorg); in mga_verify_blit()
750 unsigned int dstorg, unsigned int length) in mga_dma_dispatch_iload() argument
769 DMA_BLOCK(MGA_DSTORG, dstorg, in mga_dma_dispatch_iload()
823 MGA_DSTORG, blit->dstorg); in mga_dma_dispatch_blit()
1004 if (mga_verify_iload(dev_priv, iload->dstorg, iload->length)) { in mga_dma_iload()
1011 mga_dma_dispatch_iload(dev, buf, iload->dstorg, iload->length); in mga_dma_iload()
1032 if (mga_verify_blit(dev_priv, blit->srcorg, blit->dstorg)) in mga_dma_blit()