Home
last modified time | relevance | path

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

/Linux-v4.19/include/drm/
Ddrm_device.h31 struct drm_device { struct
32 struct list_head legacy_dev_list;/**< list of devices per driver for stealth attach cleanup */
33 int if_version; /**< Highest interface version set */
37 struct kref ref; /**< Object ref-count */
38 struct device *dev; /**< Device structure of bus-device */
39 struct drm_driver *driver; /**< DRM driver managing the device */
40 void *dev_private; /**< DRM driver private data */
41 struct drm_minor *primary; /**< Primary node */
42 struct drm_minor *render; /**< Render node */
43 bool registered;
[all …]
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_bios.c1329 int (*exec)(struct drm_device *, void *, int idx, u8 *outp)) in olddcb_outp_foreach()