Lines Matching +full:per +full:- +full:device
27 * enum switch_power_state - power state of drm device
45 * struct drm_device - DRM device structure
54 /** @ref: Object ref-count */
57 /** @dev: Device structure of bus-device */
58 struct device *dev;
75 /** @driver: DRM driver managing the device */
86 * per-device structure.
106 * Currently active master for this device.
112 * @driver_features: per-device driver features
115 * certain features on a per-device basis while still
124 * Flag to tell if the device has been unplugged.
129 /** @anon_inode: inode for private address-space */
132 /** @unique: Unique name of the device */
172 * List of open DRM files for in-kernel clients.
187 * List of in-kernel clients. Protected by &clientlist_mutex.
199 * with high-precision timestamping (otherwise there are races) and the
209 * Array of vblank tracking structures, one per &struct drm_crtc. For
211 * is free-standing and not part of &struct drm_crtc itself. It must be
223 * @vbl_lock: Top-level vblank references lock, wraps the low-level
232 * wrap-around of the vblank register. It is used by the vblank core to
233 * handle wrap-arounds.
237 * high-precision timestamps. That approach is suffering from small
241 * This is the statically configured device wide maximum. The driver
242 * can instead choose to use a runtime configurable per-crtc value
245 * to use the per-crtc value.
247 * If non-zero, &drm_crtc_funcs.get_vblank_counter must be set.
262 /** @num_crtcs: Number of CRTCs on this device */
301 /* List of devices per driver for stealth attach cleanup */
312 /* Context handle management - linked list of context handles */
315 /* Context handle management - mutex for &ctxlist */
321 /* Memory management - linked list of regions */
324 /* Memory management - user token hash table for maps */
327 /* Context handle management - list of vmas (for debugging) */
342 /* Usage counter for buffers in use -- cannot alloc */