Searched refs:iload (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/drm/
H A Dmga_state.c478 DRM_ERROR("*** bad iload DSTORG: 0x%x\n", dstorg);
483 DRM_ERROR("*** bad iload length: 0x%x\n",
986 drm_mga_iload_t *iload = data; local
998 if (iload->idx < 0 || iload->idx > dma->buf_count)
1001 buf = dma->buflist[iload->idx];
1004 if (mga_verify_iload(dev_priv, iload->dstorg, iload->length)) {
1011 mga_dma_dispatch_iload(dev, buf, iload->dstorg, iload
[all...]

Completed in 100 milliseconds