Lines Matching refs:drm_device
41 struct drm_device;
176 int drm_legacy_addmap(struct drm_device *d, resource_size_t offset,
179 struct drm_local_map *drm_legacy_findmap(struct drm_device *dev, unsigned int token);
180 void drm_legacy_rmmap(struct drm_device *d, struct drm_local_map *map);
181 int drm_legacy_rmmap_locked(struct drm_device *d, struct drm_local_map *map);
182 struct drm_local_map *drm_legacy_getsarea(struct drm_device *dev);
185 int drm_legacy_addbufs_agp(struct drm_device *d, struct drm_buf_desc *req);
186 int drm_legacy_addbufs_pci(struct drm_device *d, struct drm_buf_desc *req);
209 int drm_legacy_irq_uninstall(struct drm_device *dev);
222 static inline struct drm_dma_handle *drm_pci_alloc(struct drm_device *dev,
228 static inline void drm_pci_free(struct drm_device *dev,
264 struct drm_agp_head *drm_legacy_agp_init(struct drm_device *dev);
265 int drm_legacy_agp_acquire(struct drm_device *dev);
266 int drm_legacy_agp_release(struct drm_device *dev);
267 int drm_legacy_agp_enable(struct drm_device *dev, struct drm_agp_mode mode);
268 int drm_legacy_agp_info(struct drm_device *dev, struct drm_agp_info *info);
269 int drm_legacy_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request);
270 int drm_legacy_agp_free(struct drm_device *dev, struct drm_agp_buffer *request);
271 int drm_legacy_agp_unbind(struct drm_device *dev, struct drm_agp_binding *request);
272 int drm_legacy_agp_bind(struct drm_device *dev, struct drm_agp_binding *request);
274 static inline struct drm_agp_head *drm_legacy_agp_init(struct drm_device *dev)
279 static inline int drm_legacy_agp_acquire(struct drm_device *dev)
284 static inline int drm_legacy_agp_release(struct drm_device *dev)
289 static inline int drm_legacy_agp_enable(struct drm_device *dev,
295 static inline int drm_legacy_agp_info(struct drm_device *dev,
301 static inline int drm_legacy_agp_alloc(struct drm_device *dev,
307 static inline int drm_legacy_agp_free(struct drm_device *dev,
313 static inline int drm_legacy_agp_unbind(struct drm_device *dev,
319 static inline int drm_legacy_agp_bind(struct drm_device *dev,
327 void drm_legacy_ioremap(struct drm_local_map *map, struct drm_device *dev);
328 void drm_legacy_ioremap_wc(struct drm_local_map *map, struct drm_device *dev);
329 void drm_legacy_ioremapfree(struct drm_local_map *map, struct drm_device *dev);