Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/drm/include/drm/
H A Ddrm_device.h34 struct drm_device { struct
35 struct list_head legacy_dev_list;/**< list of devices per driver for stealth attach cleanup */
36 int if_version; /**< Highest interface version set */
40 struct kref ref; /**< Object ref-count */
41 struct device *dev; /**< Device structure of bus-device */
42 struct drm_driver *driver; /**< DRM driver managing the device */
66 spinlock_t buf_lock; /**< For drm_device::buf_use and a few other things. */ argument
67 int buf_use; /**< Buffers in use -- cannot alloc */
68 atomic_t buf_alloc; /**< Buffer allocation in progress */
92 struct drm_device_dma *dma; /**< Optional pointer for DMA support */ argument
[all …]