Lines Matching refs:drm_device
40 struct drm_device;
161 int drm_legacy_addmap(struct drm_device *d, resource_size_t offset,
164 struct drm_local_map *drm_legacy_findmap(struct drm_device *dev, unsigned int token);
165 void drm_legacy_rmmap(struct drm_device *d, struct drm_local_map *map);
166 int drm_legacy_rmmap_locked(struct drm_device *d, struct drm_local_map *map);
167 struct drm_local_map *drm_legacy_getsarea(struct drm_device *dev);
170 int drm_legacy_addbufs_agp(struct drm_device *d, struct drm_buf_desc *req);
171 int drm_legacy_addbufs_pci(struct drm_device *d, struct drm_buf_desc *req);
197 struct drm_dma_handle *drm_pci_alloc(struct drm_device *dev, size_t size,
199 void drm_pci_free(struct drm_device *dev, struct drm_dma_handle *dmah);
206 static inline struct drm_dma_handle *drm_pci_alloc(struct drm_device *dev, in drm_pci_alloc()
212 static inline void drm_pci_free(struct drm_device *dev, in drm_pci_free()
231 void drm_legacy_ioremap(struct drm_local_map *map, struct drm_device *dev);
232 void drm_legacy_ioremap_wc(struct drm_local_map *map, struct drm_device *dev);
233 void drm_legacy_ioremapfree(struct drm_local_map *map, struct drm_device *dev);