HomeSort by: relevance | last modified time | path
    Searched defs:iload (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm/dist/shared-core/
mga_state.c 475 DRM_ERROR("*** bad iload DSTORG: 0x%x\n", dstorg);
480 DRM_ERROR("*** bad iload length: 0x%x\n",
982 drm_mga_iload_t *iload = data; local in function:mga_dma_iload
994 if (iload->idx < 0 || iload->idx > dma->buf_count)
997 buf = dma->buflist[iload->idx];
999 if (mga_verify_iload(dev_priv, iload->dstorg, iload->length)) {
1006 mga_dma_dispatch_iload(dev, buf, iload->dstorg, iload->length)
    [all...]
mga_state.c 475 DRM_ERROR("*** bad iload DSTORG: 0x%x\n", dstorg);
480 DRM_ERROR("*** bad iload length: 0x%x\n",
982 drm_mga_iload_t *iload = data; local in function:mga_dma_iload
994 if (iload->idx < 0 || iload->idx > dma->buf_count)
997 buf = dma->buflist[iload->idx];
999 if (mga_verify_iload(dev_priv, iload->dstorg, iload->length)) {
1006 mga_dma_dispatch_iload(dev, buf, iload->dstorg, iload->length)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/mga/
mga_state.c 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; local in function:mga_dma_iload
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)
    [all...]
mga_state.c 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; local in function:mga_dma_iload
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)
    [all...]

Completed in 24 milliseconds