Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_state.c2018 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()
Dradeon_cp.c1139 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()
Dradeon_drv.h273 struct radeon_virt_surface virt_surfaces[2 * RADEON_MAX_SURFACES]; member