Searched refs:purgeable (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/gpu/drm/vc4/ |
| A D | vc4_bo.c | 58 mutex_lock(&vc4->purgeable.lock); in vc4_bo_stats_print() 59 if (vc4->purgeable.num) in vc4_bo_stats_print() 61 vc4->purgeable.size / 1024, vc4->purgeable.num); in vc4_bo_stats_print() 63 if (vc4->purgeable.purged_num) in vc4_bo_stats_print() 66 vc4->purgeable.purged_num); in vc4_bo_stats_print() 67 mutex_unlock(&vc4->purgeable.lock); in vc4_bo_stats_print() 257 mutex_lock(&vc4->purgeable.lock); in vc4_bo_add_to_purgeable_pool() 259 vc4->purgeable.num++; in vc4_bo_add_to_purgeable_pool() 284 vc4->purgeable.num--; in vc4_bo_remove_from_purgeable_pool_locked() 292 mutex_lock(&vc4->purgeable.lock); in vc4_bo_remove_from_purgeable_pool() [all …]
|
| A D | vc4_gem.c | 1290 INIT_LIST_HEAD(&vc4->purgeable.list); in vc4_gem_init() 1292 ret = drmm_mutex_init(dev, &vc4->purgeable.lock); in vc4_gem_init()
|
| A D | vc4_drv.h | 138 } purgeable; member
|
| /linux/Documentation/gpu/rfc/ |
| A D | i915_gem_lmem.rst | 19 * TTM purgeable object support
|
| /linux/Documentation/gpu/ |
| A D | panfrost.rst | 37 drm-purgeable-memory: 128 KiB
|
| A D | drm-usage-stats.rst | 168 - drm-purgeable-<region>: <uint> [KiB|MiB] 170 The total size of buffers that are purgeable.
|
| /linux/include/drm/ |
| A D | drm_file.h | 479 u64 purgeable; member
|
| /linux/drivers/gpu/drm/i915/ |
| A D | i915_drm_client.c | 69 stats[id].purgeable += sz; in obj_meminfo()
|
| /linux/drivers/gpu/drm/msm/ |
| A D | msm_gem.c | 988 stats->purgeable.count++; in msm_gem_describe() 989 stats->purgeable.size += obj->size; in msm_gem_describe() 1058 stats.purgeable.count, stats.purgeable.size); in msm_gem_describe_objects()
|
| A D | msm_gem.h | 177 } all, active, resident, purgeable, purged; member
|
| /linux/drivers/gpu/drm/xe/ |
| A D | xe_drm_client.c | 187 stats[mem_type].purgeable += sz; in bo_meminfo()
|
| /linux/drivers/gpu/drm/ |
| A D | drm_file.c | 864 print_size(p, "purgeable", region, stats->purgeable); in drm_print_memory_stats() 918 status.purgeable += add_size; in drm_show_memory_stats()
|
| /linux/scripts/ |
| A D | spelling.txt | 1261 purgable||purgeable
|
Completed in 33 milliseconds