Lines Matching +full:hardware +full:- +full:protected
26 * enum switch_power_state - power state of drm device
44 * struct drm_device - DRM device structure
53 /** @ref: Object ref-count */
56 /** @dev: Device structure of bus-device */
85 * per-device structure.
95 * hardware (and not character device node) struct device @dev.
122 * Protected by &master_mutex
127 * @driver_features: per-device driver features
130 * certain features on a per-device basis while still
144 /** @anon_inode: inode for private address-space */
171 * protected by drm_global_mutex
187 * List of open DRM files for in-kernel clients.
188 * Protected by &filelist_mutex.
202 * List of in-kernel clients. Protected by &clientlist_mutex.
213 * This can be set to true it the hardware has a working vblank counter
214 * with high-precision timestamping (otherwise there are races) and the
227 * is free-standing and not part of &struct drm_crtc itself. It must be
239 * @vbl_lock: Top-level vblank references lock, wraps the low-level
248 * wrap-around of the vblank register. It is used by the vblank core to
249 * handle wrap-arounds.
253 * high-precision timestamps. That approach is suffering from small
255 * hardware vblank counter is always recommended.
258 * can instead choose to use a runtime configurable per-crtc value
261 * to use the per-crtc value.
263 * If non-zero, &drm_crtc_funcs.get_vblank_counter must be set.