summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2021-02-20 21:50:05 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2021-02-20 21:50:05 +0000
commit1578e50a9e2afa06cd4cab5d52913a81e4098d67 (patch)
treed6cb4e61bc3ea7da3bebc7bd016a05fc6dfa4fe2 /sys/dev/pci/drm
parent36d513b3e92a25488c8dcd560cc83e4f8b702fd3 (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.c1
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 };