Searched defs:drm_device_dma (Results 1 – 2 of 2) sorted by relevance
113 struct drm_device_dma { struct117 struct drm_buf **buflist; /**< Vector of pointers into drm_device_dma::bufs */ argument118 int seg_count;119 int page_count; /**< number of pages */120 unsigned long *pagelist; /**< page list */121 unsigned long byte_count;122 enum {127 } flags;
570 typedef struct drm_device_dma { struct582 } drm_device_dma_t; argument