Lines Matching refs:dstorg
80 DMA_BLOCK( MGA_DSTORG, ctx->dstorg, in mga_g200_emit_context()
106 DMA_BLOCK( MGA_DSTORG, ctx->dstorg, in mga_g400_emit_context()
409 if ( ctx->dstorg != dev_priv->front_offset && in mga_verify_context()
410 ctx->dstorg != dev_priv->back_offset ) { in mga_verify_context()
412 ctx->dstorg, dev_priv->front_offset, in mga_verify_context()
414 ctx->dstorg = 0; in mga_verify_context()
471 unsigned int dstorg, unsigned int length ) in mga_verify_iload() argument
473 if ( dstorg < dev_priv->texture_offset || in mga_verify_iload()
474 dstorg + length > (dev_priv->texture_offset + in mga_verify_iload()
476 DRM_ERROR( "*** bad iload DSTORG: 0x%x\n", dstorg ); in mga_verify_iload()
490 unsigned int srcorg, unsigned int dstorg ) in mga_verify_blit() argument
493 (dstorg & 0x3) == (MGA_SRCACC_PCI | MGA_SRCMAP_SYSMEM) ) { in mga_verify_blit()
495 srcorg, dstorg ); in mga_verify_blit()
756 unsigned int dstorg, unsigned int length ) in mga_dma_dispatch_iload() argument
775 DMA_BLOCK( MGA_DSTORG, dstorg, in mga_dma_dispatch_iload()
830 MGA_DSTORG, blit->dstorg ); in mga_dma_dispatch_blit()
1040 if ( mga_verify_iload( dev_priv, iload.dstorg, iload.length ) ) { in mga_dma_iload()
1047 mga_dma_dispatch_iload( dev, buf, iload.dstorg, iload.length ); in mga_dma_iload()
1074 if ( mga_verify_blit( dev_priv, blit.srcorg, blit.dstorg ) ) in mga_dma_blit()