Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/amdgpu/
Damdgpu_cs.c396 if (!p->evictable) in amdgpu_cs_try_evict()
399 for (;&p->evictable->tv.head != &p->validated; in amdgpu_cs_try_evict()
400 p->evictable = list_prev_entry(p->evictable, tv.head)) { in amdgpu_cs_try_evict()
402 struct amdgpu_bo_list_entry *candidate = p->evictable; in amdgpu_cs_try_evict()
445 p->evictable = list_prev_entry(p->evictable, tv.head); in amdgpu_cs_try_evict()
495 if (p->evictable == lobj) in amdgpu_cs_list_validate()
496 p->evictable = NULL; in amdgpu_cs_list_validate()
625 p->evictable = list_last_entry(&p->validated, in amdgpu_cs_parser_bos()
Damdgpu.h1066 struct amdgpu_bo_list_entry *evictable; member