Home
last modified time | relevance | path

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

/linux-6.15/include/drm/
H A Ddrm_device.h57 struct drm_device { struct
70 * Managed resources linked to the lifetime of this &drm_device as argument
92 * devm_drm_dev_alloc() and embed struct &drm_device in their larger argument
95 void *dev_private;
124 bool registered;
142 u32 driver_features;
150 bool unplugged;
156 char *unique;
181 atomic_t open_count;
250 spinlock_t vbl_lock;
[all …]
/linux-6.15/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c1328 int (*exec)(struct drm_device *, void *, int idx, u8 *outp)) in olddcb_outp_foreach()