Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_mmu.c750 struct panthor_vm *lru_vm; in panthor_vm_active() local
752 lru_vm = list_first_entry_or_null(&ptdev->mmu->as.lru_list, in panthor_vm_active()
755 if (drm_WARN_ON(&ptdev->base, !lru_vm)) { in panthor_vm_active()
760 drm_WARN_ON(&ptdev->base, refcount_read(&lru_vm->as.active_cnt)); in panthor_vm_active()
761 as = lru_vm->as.id; in panthor_vm_active()
762 panthor_vm_release_as_locked(lru_vm); in panthor_vm_active()