Lines Matching defs:drm_file
42 struct drm_file;
66 * Drivers instead should only interact with &struct drm_file and of course
130 * &struct drm_file where @event should be delivered to. Only set when
133 struct drm_file *file_priv;
147 * Entry on &drm_file.pending_event_list, to keep track of all pending
155 * struct drm_file - DRM file private data
159 struct drm_file {
372 * &drm_file.minor of @file_priv is a primary minor.
377 static inline bool drm_is_primary_client(const struct drm_file *file_priv)
387 * &drm_file.minor of @file_priv is a render minor.
391 static inline bool drm_is_render_client(const struct drm_file *file_priv)
403 struct drm_file *file_priv,
407 struct drm_file *file_priv,