Searched defs:gart_info (Results 1 - 6 of 6) sorted by relevance

/drivers/gpu/drm/
H A Dati_pcigart.c40 struct drm_ati_pcigart_info *gart_info)
42 gart_info->table_handle = drm_pci_alloc(dev, gart_info->table_size,
44 if (gart_info->table_handle == NULL)
51 struct drm_ati_pcigart_info *gart_info)
53 drm_pci_free(dev, gart_info->table_handle);
54 gart_info->table_handle = NULL;
57 int drm_ati_pcigart_cleanup(struct drm_device *dev, struct drm_ati_pcigart_info *gart_info) argument
70 if (gart_info->bus_addr) {
72 max_pages = (gart_info
39 drm_ati_alloc_pcigart_table(struct drm_device *dev, struct drm_ati_pcigart_info *gart_info) argument
50 drm_ati_free_pcigart_table(struct drm_device *dev, struct drm_ati_pcigart_info *gart_info) argument
96 drm_ati_pcigart_init(struct drm_device *dev, struct drm_ati_pcigart_info *gart_info) argument
[all...]
/drivers/gpu/drm/radeon/
H A Dradeon_cp.c930 (long)dev_priv->gart_info.bus_addr,
950 temp = dev_priv->gart_info.bus_addr & 0xfffff000;
951 temp |= (upper_32_bits(dev_priv->gart_info.bus_addr) & 0xff) << 4;
1002 (long)dev_priv->gart_info.bus_addr,
1026 dev_priv->gart_info.bus_addr);
1076 (long)dev_priv->gart_info.bus_addr,
1081 dev_priv->gart_info.bus_addr);
1128 RADEON_WRITE(RADEON_AIC_PT_BASE, dev_priv->gart_info.bus_addr);
1148 struct drm_ati_pcigart_info *gart_info = &dev_priv->gart_info; local
[all...]
H A Dr600_cp.c150 void r600_page_table_cleanup(struct drm_device *dev, struct drm_ati_pcigart_info *gart_info) argument
160 if (gart_info->bus_addr) {
161 max_pages = (gart_info->table_size / sizeof(u64));
171 if (gart_info->gart_table_location == DRM_ATI_GART_MAIN)
172 gart_info->bus_addr = 0;
180 struct drm_ati_pcigart_info *gart_info = &dev_priv->gart_info; local
181 struct drm_local_map *map = &gart_info->mapping;
191 max_ati_pages = (gart_info->table_size / sizeof(u64));
207 r600_page_table_cleanup(dev, gart_info);
[all...]
H A Dradeon_drv.h268 struct drm_ati_pcigart_info gart_info; member in struct:drm_radeon_private
448 extern void r600_page_table_cleanup(struct drm_device *dev, struct drm_ati_pcigart_info *gart_info);
/drivers/gpu/drm/r128/
H A Dr128_drv.h123 struct drm_ati_pcigart_info gart_info; member in struct:drm_r128_private
/drivers/gpu/drm/nouveau/
H A Dnouveau_drv.h766 } gart_info; member in struct:drm_nouveau_private

Completed in 312 milliseconds