Lines Matching refs:drm_device
35 struct drm_device;
45 void drm_legacy_ctxbitmap_init(struct drm_device *dev);
46 void drm_legacy_ctxbitmap_cleanup(struct drm_device *dev);
47 void drm_legacy_ctxbitmap_free(struct drm_device *dev, int ctx_handle);
48 void drm_legacy_ctxbitmap_flush(struct drm_device *dev, struct drm_file *file);
50 int drm_legacy_resctx(struct drm_device *d, void *v, struct drm_file *f);
51 int drm_legacy_addctx(struct drm_device *d, void *v, struct drm_file *f);
52 int drm_legacy_getctx(struct drm_device *d, void *v, struct drm_file *f);
53 int drm_legacy_switchctx(struct drm_device *d, void *v, struct drm_file *f);
54 int drm_legacy_newctx(struct drm_device *d, void *v, struct drm_file *f);
55 int drm_legacy_rmctx(struct drm_device *d, void *v, struct drm_file *f);
57 int drm_legacy_setsareactx(struct drm_device *d, void *v, struct drm_file *f);
58 int drm_legacy_getsareactx(struct drm_device *d, void *v, struct drm_file *f);
66 int drm_legacy_addmap_ioctl(struct drm_device *d, void *v, struct drm_file *f);
67 int drm_legacy_rmmap_ioctl(struct drm_device *d, void *v, struct drm_file *f);
68 int drm_legacy_addbufs(struct drm_device *d, void *v, struct drm_file *f);
69 int drm_legacy_infobufs(struct drm_device *d, void *v, struct drm_file *f);
70 int drm_legacy_markbufs(struct drm_device *d, void *v, struct drm_file *f);
71 int drm_legacy_freebufs(struct drm_device *d, void *v, struct drm_file *f);
72 int drm_legacy_mapbufs(struct drm_device *d, void *v, struct drm_file *f);
73 int drm_legacy_dma_ioctl(struct drm_device *d, void *v, struct drm_file *f);
75 void drm_legacy_vma_flush(struct drm_device *d);
93 int drm_legacy_i_have_hw_lock(struct drm_device *d, struct drm_file *f);
94 int drm_legacy_lock(struct drm_device *d, void *v, struct drm_file *f);
95 int drm_legacy_unlock(struct drm_device *d, void *v, struct drm_file *f);
99 int drm_legacy_dma_setup(struct drm_device *dev);
100 void drm_legacy_dma_takedown(struct drm_device *dev);
101 void drm_legacy_free_buffer(struct drm_device *dev,
103 void drm_legacy_reclaim_buffers(struct drm_device *dev,
107 void drm_legacy_sg_cleanup(struct drm_device *dev);
108 int drm_legacy_sg_alloc(struct drm_device *dev, void *data,
110 int drm_legacy_sg_free(struct drm_device *dev, void *data,