Searched refs:virt_surfaces (Results 1 – 2 of 2) sorted by relevance
2055 if (dev_priv->virt_surfaces[i].filp == 0) in alloc_surface()2068 s = &(dev_priv->virt_surfaces[virt_surface_index]); in alloc_surface()2084 s = &(dev_priv->virt_surfaces[virt_surface_index]); in alloc_surface()2100 s = &(dev_priv->virt_surfaces[virt_surface_index]); in alloc_surface()2127 s = &(dev_priv->virt_surfaces[i]); in free_surface()2162 if (dev_priv->virt_surfaces[i].filp == filp) in radeon_surfaces_release()2164 dev_priv->virt_surfaces[i].lower); in radeon_surfaces_release()
301 struct radeon_virt_surface virt_surfaces[2*RADEON_MAX_SURFACES]; member