Home
last modified time | relevance | path

Searched refs:virt_surfaces (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/intel/io/drm/
H A Dradeon_state.c2055 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()
H A Dradeon_drv.h301 struct radeon_virt_surface virt_surfaces[2*RADEON_MAX_SURFACES]; member