Home
last modified time | relevance | path

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

/linux-4.4.14/include/drm/
DdrmP.h729 struct drm_device { struct
730 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. */ argument
757 int buf_use; /**< Buffers in use -- cannot alloc */
781 struct drm_device_dma *dma; /**< Optional pointer for DMA support */ argument
787 __volatile__ long context_flag; /**< Context swapping flag */
788 int last_context; /**< Last current context */
793 bool irq_enabled;
794 int irq;
[all …]
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_sysfs.c36 drm_device(struct device *d) in drm_device() function
Dnouveau_bios.c1329 int (*exec)(struct drm_device *, void *, int idx, u8 *outp)) in olddcb_outp_foreach()