From: jsg Date: Sat, 20 Feb 2021 21:50:04 +0000 (+0000) Subject: remove warning about amdgpu userptr ioctl being unimplemented X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ad2d38fa86fd2e27c36eb12497bcab3f0f6516fd;p=openbsd remove warning about amdgpu userptr ioctl being unimplemented matches radeon and i915 reported by Benjamin Baier --- 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 };