summaryrefslogtreecommitdiff
path: root/include/uapi/linux/iio/buffer.h
blob: 13939032b3f60ae470b38300b4febd93d8400a87 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* industrial I/O buffer definitions needed both in and out of kernel
 */

#ifndef _UAPI_IIO_BUFFER_H_
#define _UAPI_IIO_BUFFER_H_

#define IIO_BUFFER_GET_FD_IOCTL			_IOWR('i', 0x91, int)

#endif /* _UAPI_IIO_BUFFER_H_ */
it/drivers/gpu/drm/i915/i915_scatterlist.c?id=9306b2b2dfce6931241ef804783692cee526599c'>drm/i915/ttm: fix 32b buildMatthew Auld 2022-07-11drm/i915/ttm: fix sg_table constructionMatthew Auld 2022-01-19drm: move the buddy allocator from i915 into common drmArunpravin 2021-11-01drm/i915: Introduce refcounted sg-tablesThomas Hellström 2021-06-16drm/i915/ttm: add i915_sg_from_buddy_resourceMatthew Auld 2021-06-02drm/i915/ttm Initialize the ttm device and memory managersThomas Hellström