diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-02-20 21:50:05 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-02-20 21:50:05 +0000 |
commit | 1578e50a9e2afa06cd4cab5d52913a81e4098d67 (patch) | |
tree | d6cb4e61bc3ea7da3bebc7bd016a05fc6dfa4fe2 /sys/dev/pci/drm | |
parent | 36d513b3e92a25488c8dcd560cc83e4f8b702fd3 (diff) |
remove warning about amdgpu userptr ioctl being unimplemented
matches radeon and i915
reported by Benjamin Baier
Diffstat (limited to 'sys/dev/pci/drm')
-rw-r--r-- | sys/dev/pci/drm/amd/amdgpu/amdgpu_gem.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/pci/drm/amd/amdgpu/amdgpu_gem.c b/sys/dev/pci/drm/amd/amdgpu/amdgpu_gem.c index 80324595e87..3ee5c57ae0f 100644 --- a/sys/dev/pci/drm/amd/amdgpu/amdgpu_gem.c +++ b/sys/dev/pci/drm/amd/amdgpu/amdgpu_gem.c @@ -297,7 +297,6 @@ int amdgpu_gem_create_ioctl(struct drm_device *dev, void *data, int amdgpu_gem_userptr_ioctl(struct drm_device *dev, void *data, struct drm_file *filp) { - STUB(); return -ENOSYS; #ifdef notyet struct ttm_operation_ctx ctx = { true, false }; |