Searched defs:drm_device (Results 1 – 2 of 2) sorted by relevance
57 struct drm_device { struct70 * Managed resources linked to the lifetime of this &drm_device as argument92 * devm_drm_dev_alloc() and embed struct &drm_device in their larger argument95 void *dev_private;105 struct drm_minor *primary;114 struct drm_minor *render;117 struct drm_minor *accel;124 bool registered;132 struct drm_master *master;142 u32 driver_features;[all …]
1328 int (*exec)(struct drm_device *, void *, int idx, u8 *outp)) in olddcb_outp_foreach()