Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_gem.c174 bool was_gpu_mapped, is_gpu_mapped; in panthor_gem_update_reclaim_state_locked() local
183 was_gpu_mapped = old_state == PANTHOR_GEM_GPU_MAPPED_MULTI_VM || in panthor_gem_update_reclaim_state_locked()
188 if (is_gpu_mapped && !was_gpu_mapped) in panthor_gem_update_reclaim_state_locked()
190 else if (!is_gpu_mapped && was_gpu_mapped) in panthor_gem_update_reclaim_state_locked()