Searched defs:drm_device (Results 1 – 3 of 3) sorted by relevance
729 struct drm_device { struct730 struct list_head legacy_dev_list;/**< list of devices per driver for stealth attach cleanup */731 int if_version; /**< Highest interface version set */756 spinlock_t buf_lock; /**< For drm_device::buf_use and a few other things. */ argument757 int buf_use; /**< Buffers in use -- cannot alloc */781 struct drm_device_dma *dma; /**< Optional pointer for DMA support */ argument787 __volatile__ long context_flag; /**< Context swapping flag */788 int last_context; /**< Last current context */793 bool irq_enabled;794 int irq;[all …]
36 drm_device(struct device *d) in drm_device() function
1329 int (*exec)(struct drm_device *, void *, int idx, u8 *outp)) in olddcb_outp_foreach()