Lines Matching refs:drm_file

40 struct drm_file;
90 void drm_legacy_ctxbitmap_flush(struct drm_device *dev, struct drm_file *file);
94 static inline void drm_legacy_ctxbitmap_flush(struct drm_device *dev, struct drm_file *file) {} in drm_legacy_ctxbitmap_flush()
100 int drm_legacy_resctx(struct drm_device *d, void *v, struct drm_file *f);
101 int drm_legacy_addctx(struct drm_device *d, void *v, struct drm_file *f);
102 int drm_legacy_getctx(struct drm_device *d, void *v, struct drm_file *f);
103 int drm_legacy_switchctx(struct drm_device *d, void *v, struct drm_file *f);
104 int drm_legacy_newctx(struct drm_device *d, void *v, struct drm_file *f);
105 int drm_legacy_rmctx(struct drm_device *d, void *v, struct drm_file *f);
107 int drm_legacy_setsareactx(struct drm_device *d, void *v, struct drm_file *f);
108 int drm_legacy_getsareactx(struct drm_device *d, void *v, struct drm_file *f);
139 struct drm_file *file_priv);
140 int drm_legacy_addmap_ioctl(struct drm_device *d, void *v, struct drm_file *f);
141 int drm_legacy_rmmap_ioctl(struct drm_device *d, void *v, struct drm_file *f);
143 int drm_legacy_addbufs(struct drm_device *d, void *v, struct drm_file *f);
144 int drm_legacy_infobufs(struct drm_device *d, void *v, struct drm_file *f);
145 int drm_legacy_markbufs(struct drm_device *d, void *v, struct drm_file *f);
146 int drm_legacy_freebufs(struct drm_device *d, void *v, struct drm_file *f);
147 int drm_legacy_mapbufs(struct drm_device *d, void *v, struct drm_file *f);
148 int drm_legacy_dma_ioctl(struct drm_device *d, void *v, struct drm_file *f);
156 struct drm_file *);
194 struct drm_file *file_priv);
196 struct drm_file *file_priv);
198 struct drm_file *file_priv);
200 struct drm_file *file_priv);
202 struct drm_file *file_priv);
204 struct drm_file *file_priv);
206 struct drm_file *file_priv);
208 struct drm_file *file_priv);
215 int drm_legacy_lock(struct drm_device *d, void *v, struct drm_file *f);
216 int drm_legacy_unlock(struct drm_device *d, void *v, struct drm_file *f);
237 struct drm_file *filp);
240 struct drm_file *filp) {} in drm_legacy_reclaim_buffers()
247 struct drm_file *file_priv);
249 struct drm_file *file_priv);
278 int drm_legacy_irq_by_busid(struct drm_device *dev, void *data, struct drm_file *file_priv);
282 struct drm_file *file_priv) in drm_legacy_irq_by_busid()