Home
last modified time | relevance | path

Searched defs:drm_device_dma (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/drm/
Ddrm_legacy.h106 struct drm_device_dma { struct
110 struct drm_buf **buflist; /**< Vector of pointers into drm_device_dma::bufs */ argument
111 int seg_count;
112 int page_count; /**< number of pages */
113 unsigned long *pagelist; /**< page list */
114 unsigned long byte_count;
115 enum {
120 } flags;
/kernel/linux/linux-6.6/include/drm/
Ddrm_legacy.h121 struct drm_device_dma { struct
125 struct drm_buf **buflist; /**< Vector of pointers into drm_device_dma::bufs */ argument
126 int seg_count;
127 int page_count; /**< number of pages */
128 unsigned long *pagelist; /**< page list */
129 unsigned long byte_count;
130 enum {
135 } flags;