Lines Matching refs:drm_device
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);
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,
322 struct drm_device *dev,
348 struct drm_device *dev,
366 struct drm_device *dev, uint32_t handle,
453 struct drm_device *drm_dev_alloc(const struct drm_driver *driver,
455 int drm_dev_register(struct drm_device *dev, unsigned long flags);
456 void drm_dev_unregister(struct drm_device *dev);
458 void drm_dev_get(struct drm_device *dev);
459 void drm_dev_put(struct drm_device *dev);
460 void drm_put_dev(struct drm_device *dev);
461 bool drm_dev_enter(struct drm_device *dev, int *idx);
463 void drm_dev_unplug(struct drm_device *dev);
478 static inline bool drm_dev_is_unplugged(struct drm_device *dev) in drm_dev_is_unplugged()
501 static inline bool drm_core_check_all_features(const struct drm_device *dev, in drm_core_check_all_features()
519 static inline bool drm_core_check_feature(const struct drm_device *dev, in drm_core_check_feature()
533 static inline bool drm_drv_uses_atomic_modeset(struct drm_device *dev) in drm_drv_uses_atomic_modeset()
547 void drm_debugfs_dev_init(struct drm_device *dev, struct dentry *root);
549 static inline void drm_debugfs_dev_init(struct drm_device *dev, struct dentry *root) in drm_debugfs_dev_init()