Home
last modified time | relevance | path

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

/drivers/gpu/drm/mga/
Dmga_state.c948 drm_mga_iload_t *iload = data; in mga_dma_iload() local
960 if (iload->idx < 0 || iload->idx > dma->buf_count) in mga_dma_iload()
963 buf = dma->buflist[iload->idx]; in mga_dma_iload()
966 if (mga_verify_iload(dev_priv, iload->dstorg, iload->length)) { in mga_dma_iload()
973 mga_dma_dispatch_iload(dev, buf, iload->dstorg, iload->length); in mga_dma_iload()