• Home
  • Raw
  • Download

Lines Matching refs:drm_device

179 	int (*load) (struct drm_device *, unsigned long flags);
199 int (*open) (struct drm_device *, struct drm_file *);
213 void (*postclose) (struct drm_device *, struct drm_file *);
241 void (*lastclose) (struct drm_device *);
258 void (*unload) (struct drm_device *);
270 void (*release) (struct drm_device *);
288 void (*irq_preinstall) (struct drm_device *dev);
297 int (*irq_postinstall) (struct drm_device *dev);
306 void (*irq_uninstall) (struct drm_device *dev);
313 void (*master_set)(struct drm_device *dev, struct drm_file *file_priv,
320 void (*master_drop)(struct drm_device *dev, struct drm_file *file_priv);
361 struct drm_gem_object *(*gem_create_object)(struct drm_device *dev,
372 int (*prime_handle_to_fd)(struct drm_device *dev, struct drm_file *file_priv,
383 int (*prime_fd_to_handle)(struct drm_device *dev, struct drm_file *file_priv,
400 struct drm_gem_object * (*gem_prime_import)(struct drm_device *dev,
432 struct drm_device *dev,
485 struct drm_device *dev,
503 struct drm_device *dev, uint32_t handle,
522 struct drm_device *dev,
580 int (*firstopen) (struct drm_device *);
581 void (*preclose) (struct drm_device *, struct drm_file *file_priv);
582 int (*dma_ioctl) (struct drm_device *dev, void *data, struct drm_file *file_priv);
583 int (*dma_quiescent) (struct drm_device *);
584 int (*context_dtor) (struct drm_device *dev, int context);
585 u32 (*get_vblank_counter)(struct drm_device *dev, unsigned int pipe);
586 int (*enable_vblank)(struct drm_device *dev, unsigned int pipe);
587 void (*disable_vblank)(struct drm_device *dev, unsigned int pipe);
624 struct drm_device *drm_dev_alloc(struct drm_driver *driver,
626 int drm_dev_register(struct drm_device *dev, unsigned long flags);
627 void drm_dev_unregister(struct drm_device *dev);
629 void drm_dev_get(struct drm_device *dev);
630 void drm_dev_put(struct drm_device *dev);
631 void drm_put_dev(struct drm_device *dev);
632 bool drm_dev_enter(struct drm_device *dev, int *idx);
634 void drm_dev_unplug(struct drm_device *dev);
649 static inline bool drm_dev_is_unplugged(struct drm_device *dev) in drm_dev_is_unplugged()
672 static inline bool drm_core_check_all_features(const struct drm_device *dev, in drm_core_check_all_features()
690 static inline bool drm_core_check_feature(const struct drm_device *dev, in drm_core_check_feature()
704 static inline bool drm_drv_uses_atomic_modeset(struct drm_device *dev) in drm_drv_uses_atomic_modeset()
711 int drm_dev_set_unique(struct drm_device *dev, const char *name);