Home
last modified time | relevance | path

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

/linux/include/drm/
H A Ddrm_device.h72 struct drm_device { struct
74 int if_version;
77 struct kref ref;
80 struct device *dev;
107 * Managed resources linked to the lifetime of this &drm_device as argument
129 * devm_drm_dev_alloc() and embed struct &drm_device in their larger argument
132 void *dev_private;
142 struct drm_minor *primary;
151 struct drm_minor *render;
154 struct drm_minor *accel;
[all …]
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c1328 int (*exec)(struct drm_device *, void *, int idx, u8 *outp)) in olddcb_outp_foreach()