Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/gpu/drm/mga/
Dmga_state.c77 DMA_BLOCK(MGA_DSTORG, ctx->dstorg, in mga_g200_emit_context()
100 DMA_BLOCK(MGA_DSTORG, ctx->dstorg, in mga_g400_emit_context()
389 if (ctx->dstorg != dev_priv->front_offset && in mga_verify_context()
390 ctx->dstorg != dev_priv->back_offset) { in mga_verify_context()
392 ctx->dstorg, dev_priv->front_offset, in mga_verify_context()
394 ctx->dstorg = 0; in mga_verify_context()
450 unsigned int dstorg, unsigned int length) in mga_verify_iload() argument
452 if (dstorg < dev_priv->texture_offset || in mga_verify_iload()
453 dstorg + length > (dev_priv->texture_offset + in mga_verify_iload()
455 DRM_ERROR("*** bad iload DSTORG: 0x%x\n", dstorg); in mga_verify_iload()
[all …]
/linux-2.6.39/include/drm/
Dmga_drm.h130 unsigned int dstorg; member
386 unsigned int dstorg; member
393 unsigned int dstorg; member