Lines Matching refs:drm_device
154 int drm_legacy_addmap(struct drm_device *d, resource_size_t offset,
157 int drm_legacy_rmmap(struct drm_device *d, struct drm_local_map *map);
158 int drm_legacy_rmmap_locked(struct drm_device *d, struct drm_local_map *map);
159 struct drm_local_map *drm_legacy_getsarea(struct drm_device *dev);
162 int drm_legacy_addbufs_agp(struct drm_device *d, struct drm_buf_desc *req);
163 int drm_legacy_addbufs_pci(struct drm_device *d, struct drm_buf_desc *req);
186 void __drm_legacy_pci_free(struct drm_device *dev, drm_dma_handle_t * dmah);
189 void drm_legacy_ioremap(struct drm_local_map *map, struct drm_device *dev);
190 void drm_legacy_ioremap_wc(struct drm_local_map *map, struct drm_device *dev);
191 void drm_legacy_ioremapfree(struct drm_local_map *map, struct drm_device *dev);
193 static __inline__ struct drm_local_map *drm_legacy_findmap(struct drm_device *dev, in drm_legacy_findmap()