Lines Matching refs:drm_device

186 	int (*load) (struct drm_device *, unsigned long flags);
206 int (*open) (struct drm_device *, struct drm_file *);
220 void (*postclose) (struct drm_device *, struct drm_file *);
248 void (*lastclose) (struct drm_device *);
265 void (*unload) (struct drm_device *);
277 void (*release) (struct drm_device *);
284 void (*master_set)(struct drm_device *dev, struct drm_file *file_priv,
291 void (*master_drop)(struct drm_device *dev, struct drm_file *file_priv);
307 struct drm_gem_object *(*gem_create_object)(struct drm_device *dev,
315 int (*prime_handle_to_fd)(struct drm_device *dev, struct drm_file *file_priv,
322 int (*prime_fd_to_handle)(struct drm_device *dev, struct drm_file *file_priv,
332 struct drm_gem_object * (*gem_prime_import)(struct drm_device *dev,
341 struct drm_device *dev,
367 struct drm_device *dev,
385 struct drm_device *dev, uint32_t handle,
441 int (*firstopen) (struct drm_device *);
442 void (*preclose) (struct drm_device *, struct drm_file *file_priv);
443 int (*dma_ioctl) (struct drm_device *dev, void *data, struct drm_file *file_priv);
444 int (*dma_quiescent) (struct drm_device *);
445 int (*context_dtor) (struct drm_device *dev, int context);
447 void (*irq_preinstall)(struct drm_device *dev);
448 int (*irq_postinstall)(struct drm_device *dev);
449 void (*irq_uninstall)(struct drm_device *dev);
450 u32 (*get_vblank_counter)(struct drm_device *dev, unsigned int pipe);
451 int (*enable_vblank)(struct drm_device *dev, unsigned int pipe);
452 void (*disable_vblank)(struct drm_device *dev, unsigned int pipe);
491 struct drm_device *drm_dev_alloc(const struct drm_driver *driver,
493 int drm_dev_register(struct drm_device *dev, unsigned long flags);
494 void drm_dev_unregister(struct drm_device *dev);
496 void drm_dev_get(struct drm_device *dev);
497 void drm_dev_put(struct drm_device *dev);
498 void drm_put_dev(struct drm_device *dev);
499 bool drm_dev_enter(struct drm_device *dev, int *idx);
501 void drm_dev_unplug(struct drm_device *dev);
516 static inline bool drm_dev_is_unplugged(struct drm_device *dev) in drm_dev_is_unplugged()
539 static inline bool drm_core_check_all_features(const struct drm_device *dev, in drm_core_check_all_features()
557 static inline bool drm_core_check_feature(const struct drm_device *dev, in drm_core_check_feature()
571 static inline bool drm_drv_uses_atomic_modeset(struct drm_device *dev) in drm_drv_uses_atomic_modeset()