mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
iris: Drop dead drm_ioctl prototype
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>
This commit is contained in:
parent
0707a1d842
commit
a6176881a6
1 changed files with 0 additions and 2 deletions
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue