Lines Matching refs:drm_device
40 struct drm_device;
159 int drm_legacy_addmap(struct drm_device *d, resource_size_t offset,
162 struct drm_local_map *drm_legacy_findmap(struct drm_device *dev, unsigned int token);
163 void drm_legacy_rmmap(struct drm_device *d, struct drm_local_map *map);
164 int drm_legacy_rmmap_locked(struct drm_device *d, struct drm_local_map *map);
165 struct drm_local_map *drm_legacy_getsarea(struct drm_device *dev);
168 int drm_legacy_addbufs_agp(struct drm_device *d, struct drm_buf_desc *req);
169 int drm_legacy_addbufs_pci(struct drm_device *d, struct drm_buf_desc *req);
192 void __drm_legacy_pci_free(struct drm_device *dev, drm_dma_handle_t * dmah);
195 void drm_legacy_ioremap(struct drm_local_map *map, struct drm_device *dev);
196 void drm_legacy_ioremap_wc(struct drm_local_map *map, struct drm_device *dev);
197 void drm_legacy_ioremapfree(struct drm_local_map *map, struct drm_device *dev);