Searched defs:drm_device (Results 1 – 3 of 3) sorted by relevance
706 struct drm_device { struct707 struct list_head legacy_dev_list;/**< list of devices per driver for stealth attach cleanup */708 int if_version; /**< Highest interface version set */733 spinlock_t buf_lock; /**< For drm_device::buf_use and a few other things. */ argument734 int buf_use; /**< Buffers in use -- cannot alloc */758 struct drm_device_dma *dma; /**< Optional pointer for DMA support */ argument764 __volatile__ long context_flag; /**< Context swapping flag */765 int last_context; /**< Last current context */770 bool irq_enabled;771 int irq;[all …]
36 drm_device(struct device *d) in drm_device() function
1328 int (*exec)(struct drm_device *, void *, int idx, u8 *outp)) in olddcb_outp_foreach()