Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm/dist/shared-core/
H A Dradeon_state.c1984 if (dev_priv->virt_surfaces[i].file_priv == 0) in alloc_surface()
1997 s = &(dev_priv->virt_surfaces[virt_surface_index]); in alloc_surface()
2013 s = &(dev_priv->virt_surfaces[virt_surface_index]); in alloc_surface()
2029 s = &(dev_priv->virt_surfaces[virt_surface_index]); in alloc_surface()
2056 s = &(dev_priv->virt_surfaces[i]); in free_surface()
2090 if (dev_priv->virt_surfaces[i].file_priv == file_priv) in radeon_surfaces_release()
2092 dev_priv->virt_surfaces[i].lower); in radeon_surfaces_release()
H A Dradeon_drv.h365 struct radeon_virt_surface virt_surfaces[2 * RADEON_MAX_SURFACES]; member