iris: Drop dead drm_ioctl prototype
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 22 Jul 2021 05:44:43 +0000 (22:44 -0700)
committerMarge Bot <eric+marge@anholt.net>
Wed, 11 Aug 2021 08:05:00 +0000 (08:05 +0000)
We now use intel_ioctl instead.

Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12206>

src/gallium/drivers/iris/iris_bufmgr.h

index 0e4ecf2..57046d2 100644 (file)
@@ -410,8 +410,6 @@ uint32_t iris_bo_export_gem_handle(struct iris_bo *bo);
 
 int iris_reg_read(struct iris_bufmgr *bufmgr, uint32_t offset, uint64_t *out);
 
-int drm_ioctl(int fd, unsigned long request, void *arg);
-
 /**
  * Returns the BO's address relative to the appropriate base address.
  *