Home
last modified time | relevance | path

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

/linux-6.12.1/include/drm/
Ddrm_device.h49 struct drm_device { struct
62 * Managed resources linked to the lifetime of this &drm_device as argument
84 * devm_drm_dev_alloc() and embed struct &drm_device in their larger argument
87 void *dev_private;
97 struct drm_minor *primary;
106 struct drm_minor *render;
109 struct drm_minor *accel;
116 bool registered;
124 struct drm_master *master;
134 u32 driver_features;
[all …]
/linux-6.12.1/drivers/gpu/drm/nouveau/
Dnouveau_bios.c1328 int (*exec)(struct drm_device *, void *, int idx, u8 *outp)) in olddcb_outp_foreach()