Home | History | Annotate | Download | only in sna

Lines Matching defs:cached

2589 		struct kgem_bo *cached;
2591 cached = list_first_entry(&bo->base.vma, struct kgem_bo, vma);
2592 assert(cached->proxy == &bo->base);
2593 assert(cached != &bo->base);
2594 list_del(&cached->vma);
2596 assert(*(struct kgem_bo **)cached->map__gtt == cached);
2597 *(struct kgem_bo **)cached->map__gtt = NULL;
2598 cached->map__gtt = NULL;
2600 kgem_bo_destroy(kgem, cached);
4784 /* First move the scanout out of cached memory */
5424 DBG(("%s: no cached bo found, requested not to create a new bo\n", __FUNCTION__));