Lines Matching refs:dstorg
76 DMA_BLOCK(MGA_DSTORG, ctx->dstorg, in mga_g200_emit_context()
99 DMA_BLOCK(MGA_DSTORG, ctx->dstorg, in mga_g400_emit_context()
388 if (ctx->dstorg != dev_priv->front_offset && in mga_verify_context()
389 ctx->dstorg != dev_priv->back_offset) { in mga_verify_context()
391 ctx->dstorg, dev_priv->front_offset, in mga_verify_context()
393 ctx->dstorg = 0; in mga_verify_context()
449 unsigned int dstorg, unsigned int length) in mga_verify_iload() argument
451 if (dstorg < dev_priv->texture_offset || in mga_verify_iload()
452 dstorg + length > (dev_priv->texture_offset + in mga_verify_iload()
454 DRM_ERROR("*** bad iload DSTORG: 0x%x\n", dstorg); in mga_verify_iload()
468 unsigned int srcorg, unsigned int dstorg) in mga_verify_blit() argument
471 (dstorg & 0x3) == (MGA_SRCACC_PCI | MGA_SRCMAP_SYSMEM)) { in mga_verify_blit()
472 DRM_ERROR("*** bad blit: src=0x%x dst=0x%x\n", srcorg, dstorg); in mga_verify_blit()
721 unsigned int dstorg, unsigned int length) in mga_dma_dispatch_iload() argument
740 DMA_BLOCK(MGA_DSTORG, dstorg, in mga_dma_dispatch_iload()
787 MGA_SRCORG, blit->srcorg, MGA_DSTORG, blit->dstorg); in mga_dma_dispatch_blit()
966 if (mga_verify_iload(dev_priv, iload->dstorg, iload->length)) { in mga_dma_iload()
973 mga_dma_dispatch_iload(dev, buf, iload->dstorg, iload->length); in mga_dma_iload()
994 if (mga_verify_blit(dev_priv, blit->srcorg, blit->dstorg)) in mga_dma_blit()