Home | History | Annotate | Download | only in mga

Lines Matching defs:iload

457 		DRM_ERROR("*** bad iload DSTORG: 0x%x\n", dstorg);
462 DRM_ERROR("*** bad iload length: 0x%x\n",
951 drm_mga_iload_t *iload = data;
963 if (iload->idx < 0 || iload->idx > dma->buf_count)
966 buf = dma->buflist[iload->idx];
969 if (mga_verify_iload(dev_priv, iload->dstorg, iload->length)) {
976 mga_dma_dispatch_iload(dev, buf, iload->dstorg, iload->length);