Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vc4/
A Dvc4_bo.c56 mutex_lock(&vc4->purgeable.lock); in vc4_bo_stats_print()
57 if (vc4->purgeable.num) in vc4_bo_stats_print()
59 vc4->purgeable.size / 1024, vc4->purgeable.num); in vc4_bo_stats_print()
61 if (vc4->purgeable.purged_num) in vc4_bo_stats_print()
64 vc4->purgeable.purged_num); in vc4_bo_stats_print()
65 mutex_unlock(&vc4->purgeable.lock); in vc4_bo_stats_print()
251 mutex_lock(&vc4->purgeable.lock); in vc4_bo_add_to_purgeable_pool()
253 vc4->purgeable.num++; in vc4_bo_add_to_purgeable_pool()
275 vc4->purgeable.num--; in vc4_bo_remove_from_purgeable_pool_locked()
283 mutex_lock(&vc4->purgeable.lock); in vc4_bo_remove_from_purgeable_pool()
[all …]
A Dvc4_gem.c1285 INIT_LIST_HEAD(&vc4->purgeable.list); in vc4_gem_init()
1286 mutex_init(&vc4->purgeable.lock); in vc4_gem_init()
A Dvc4_drv.h129 } purgeable; member
/linux/Documentation/gpu/rfc/
A Di915_gem_lmem.rst19 * TTM purgeable object support
/linux/drivers/gpu/drm/msm/
A Dmsm_gem.c912 stats->purgeable.count++; in msm_gem_describe()
913 stats->purgeable.size += obj->size; in msm_gem_describe()
997 stats.purgeable.count, stats.purgeable.size); in msm_gem_describe_objects()
A Dmsm_gem.h161 } all, active, resident, purgeable, purged; member
/linux/scripts/
A Dspelling.txt1191 purgable||purgeable

Completed in 17 milliseconds