Searched refs:virt_surfaces (Results 1 – 3 of 3) sorted by relevance
2018 if (dev_priv->virt_surfaces[i].file_priv == NULL) in alloc_surface()2031 s = &(dev_priv->virt_surfaces[virt_surface_index]); in alloc_surface()2047 s = &(dev_priv->virt_surfaces[virt_surface_index]); in alloc_surface()2063 s = &(dev_priv->virt_surfaces[virt_surface_index]); in alloc_surface()2090 s = &(dev_priv->virt_surfaces[i]); in free_surface()2124 if (dev_priv->virt_surfaces[i].file_priv == file_priv) in radeon_surfaces_release()2126 dev_priv->virt_surfaces[i].lower); in radeon_surfaces_release()
1139 if (!dev_priv->virt_surfaces[i].file_priv || in radeon_setup_pcigart_surface()1140 dev_priv->virt_surfaces[i].file_priv == PCIGART_FILE_PRIV) in radeon_setup_pcigart_surface()1145 vp = &dev_priv->virt_surfaces[i]; in radeon_setup_pcigart_surface()
273 struct radeon_virt_surface virt_surfaces[2 * RADEON_MAX_SURFACES]; member