Lines Matching refs:drm_device
156 int drm_legacy_addmap(struct drm_device *d, resource_size_t offset,
159 void drm_legacy_rmmap(struct drm_device *d, struct drm_local_map *map);
160 int drm_legacy_rmmap_locked(struct drm_device *d, struct drm_local_map *map);
161 void drm_legacy_master_rmmaps(struct drm_device *dev,
163 struct drm_local_map *drm_legacy_getsarea(struct drm_device *dev);
166 int drm_legacy_addbufs_agp(struct drm_device *d, struct drm_buf_desc *req);
167 int drm_legacy_addbufs_pci(struct drm_device *d, struct drm_buf_desc *req);
190 void __drm_legacy_pci_free(struct drm_device *dev, drm_dma_handle_t * dmah);
193 void drm_legacy_ioremap(struct drm_local_map *map, struct drm_device *dev);
194 void drm_legacy_ioremap_wc(struct drm_local_map *map, struct drm_device *dev);
195 void drm_legacy_ioremapfree(struct drm_local_map *map, struct drm_device *dev);
197 static inline struct drm_local_map *drm_legacy_findmap(struct drm_device *dev, in drm_legacy_findmap()