Lines Matching defs:drm_driver
178 struct drm_driver { struct
195 int (*load) (struct drm_device *, unsigned long flags);
215 int (*open) (struct drm_device *, struct drm_file *);
229 void (*postclose) (struct drm_device *, struct drm_file *);
246 void (*unload) (struct drm_device *);
258 void (*release) (struct drm_device *);
265 void (*master_set)(struct drm_device *dev, struct drm_file *file_priv,
272 void (*master_drop)(struct drm_device *dev, struct drm_file *file_priv);
279 void (*debugfs_init)(struct drm_minor *minor);
288 struct drm_gem_object *(*gem_create_object)(struct drm_device *dev,
296 int (*prime_handle_to_fd)(struct drm_device *dev, struct drm_file *file_priv,
303 int (*prime_fd_to_handle)(struct drm_device *dev, struct drm_file *file_priv,
313 struct drm_gem_object * (*gem_prime_import)(struct drm_device *dev,
321 struct drm_gem_object *(*gem_prime_import_sg_table)(
347 int (*dumb_create)(struct drm_file *file_priv,
365 int (*dumb_map_offset)(struct drm_file *file_priv,
391 * Driver features, see &enum drm_driver_feature. Drivers can disable argument
402 * chapter<drm_driver_ioctl>` for the full details. argument
420 const struct drm_driver *driver, argument