Home
last modified time | relevance | path

Searched refs:dstorg (Results 1 – 1 of 1) sorted by relevance

/drivers/gpu/drm/mga/
Dmga_state.c76 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()
[all …]