diff options
author | 2021-02-20 21:50:04 +0000 | |
---|---|---|
committer | 2021-02-20 21:50:04 +0000 | |
commit | ad2d38fa86fd2e27c36eb12497bcab3f0f6516fd (patch) | |
tree | 2e0be90d797515bb115ded8a7209e48577818385 /sys/dev/pci/drm/amd/amdgpu/amdgpu_gem.c | |
parent | Enable threads test (diff) | |
download | wireguard-openbsd-ad2d38fa86fd2e27c36eb12497bcab3f0f6516fd.tar.xz wireguard-openbsd-ad2d38fa86fd2e27c36eb12497bcab3f0f6516fd.zip |
remove warning about amdgpu userptr ioctl being unimplemented
matches radeon and i915
reported by Benjamin Baier
Diffstat (limited to 'sys/dev/pci/drm/amd/amdgpu/amdgpu_gem.c')
-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 }; |