Searched defs:drm_device (Results 1 – 2 of 2) sorted by relevance
72 struct drm_device { struct74 int if_version;77 struct kref ref;80 struct device *dev;107 * Managed resources linked to the lifetime of this &drm_device as argument129 * devm_drm_dev_alloc() and embed struct &drm_device in their larger argument132 void *dev_private;142 struct drm_minor *primary;151 struct drm_minor *render;154 struct drm_minor *accel;[all …]
1328 int (*exec)(struct drm_device *, void *, int idx, u8 *outp)) in olddcb_outp_foreach()