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