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

/solaris-x11-s12/open-src/kernel/drm/src/
H A Dati_pcigart.c45 drm_ati_pcigart_cleanup(drm_device_t *dev, drm_ati_pcigart_info *gart_info) argument
61 drm_ati_pcigart_init(drm_device_t *dev, drm_ati_pcigart_info *gart_info) argument
77 if (gart_info->gart_table_location == DRM_ATI_GART_MAIN) {
85 gart_info->addr = (void *)entry->dmah_gart->vaddr;
86 gart_info->bus_addr = entry->dmah_gart->paddr;
90 pci_gart = gart_info->addr;
110 if (gart_info->is_pcie)
122 if (gart_info->gart_table_location == DRM_ATI_GART_MAIN) {

Completed in 215 milliseconds