Lines Matching refs:drm_file
42 struct drm_file;
71 * Drivers instead should only interact with &struct drm_file and of course
135 * &struct drm_file where @event should be delivered to. Only set when
138 struct drm_file *file_priv;
152 * Entry on &drm_file.pending_event_list, to keep track of all pending
160 * struct drm_file - DRM file private data
164 struct drm_file {
403 * &drm_file.minor of @file_priv is a primary minor.
408 static inline bool drm_is_primary_client(const struct drm_file *file_priv)
418 * &drm_file.minor of @file_priv is a render minor.
422 static inline bool drm_is_render_client(const struct drm_file *file_priv)
432 * &drm_file.minor of @file_priv is a accel minor.
437 static inline bool drm_is_accel_client(const struct drm_file *file_priv)
442 void drm_file_update_pid(struct drm_file *);
452 struct drm_file *file_priv,
456 struct drm_file *file_priv,
492 void drm_show_memory_stats(struct drm_printer *p, struct drm_file *file);