diff options
Diffstat (limited to 'sys/dev/pci/drm/ttm/ttm_bo_util.c')
-rw-r--r-- | sys/dev/pci/drm/ttm/ttm_bo_util.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/dev/pci/drm/ttm/ttm_bo_util.c b/sys/dev/pci/drm/ttm/ttm_bo_util.c index e8db6961307..e8aa52a0a51 100644 --- a/sys/dev/pci/drm/ttm/ttm_bo_util.c +++ b/sys/dev/pci/drm/ttm/ttm_bo_util.c @@ -186,9 +186,6 @@ static int ttm_copy_io_ttm_page(struct ttm_tt *ttm, void *src, unsigned long page, pgprot_t prot) { - STUB(); - return -ENOSYS; -#ifdef notyet struct vm_page *d = ttm->pages[page]; void *dst; @@ -205,16 +202,12 @@ static int ttm_copy_io_ttm_page(struct ttm_tt *ttm, void *src, kunmap_atomic(dst); return 0; -#endif } static int ttm_copy_ttm_io_page(struct ttm_tt *ttm, void *dst, unsigned long page, pgprot_t prot) { - STUB(); - return -ENOSYS; -#ifdef notyet struct vm_page *s = ttm->pages[page]; void *src; @@ -231,7 +224,6 @@ static int ttm_copy_ttm_io_page(struct ttm_tt *ttm, void *dst, kunmap_atomic(src); return 0; -#endif } int ttm_bo_move_memcpy(struct ttm_buffer_object *bo, |