Lines Matching defs:drm_driver
181 struct drm_driver { struct
198 int (*load) (struct drm_device *, unsigned long flags);
218 int (*open) (struct drm_device *, struct drm_file *);
232 void (*postclose) (struct drm_device *, struct drm_file *);
249 void (*unload) (struct drm_device *);
261 void (*release) (struct drm_device *);
268 void (*master_set)(struct drm_device *dev, struct drm_file *file_priv,
275 void (*master_drop)(struct drm_device *dev, struct drm_file *file_priv);
282 void (*debugfs_init)(struct drm_minor *minor);
291 struct drm_gem_object *(*gem_create_object)(struct drm_device *dev,
299 int (*prime_handle_to_fd)(struct drm_device *dev, struct drm_file *file_priv,
306 int (*prime_fd_to_handle)(struct drm_device *dev, struct drm_file *file_priv,
316 struct drm_gem_object * (*gem_prime_import)(struct drm_device *dev,
324 struct drm_gem_object *(*gem_prime_import_sg_table)(
350 int (*dumb_create)(struct drm_file *file_priv,
368 int (*dumb_map_offset)(struct drm_file *file_priv,
408 * Driver features, see &enum drm_driver_feature. Drivers can disable argument
419 * chapter<drm_driver_ioctl>` for the full details. argument
437 const struct drm_driver *driver, argument