Searched refs:purgeable (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/gpu/drm/vc4/ |
H 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() 65 vc4->purgeable.purged_size / 1024, 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() 258 list_add_tail(&bo->size_head, &vc4->purgeable.list); in vc4_bo_add_to_purgeable_pool() 259 vc4->purgeable.num++; in vc4_bo_add_to_purgeable_pool() [all …]
|
H A D | vc4_gem.c | 1291 INIT_LIST_HEAD(&vc4->purgeable.list); in vc4_gem_init() 1293 ret = drmm_mutex_init(dev, &vc4->purgeable.lock); in vc4_gem_init()
|
H A D | vc4_drv.h | 137 } purgeable; member
|
/openbmc/linux/Documentation/gpu/rfc/ |
H A D | i915_gem_lmem.rst | 19 * TTM purgeable object support
|
/openbmc/linux/include/drm/ |
H A D | drm_file.h | 486 u64 purgeable; member
|
/openbmc/linux/Documentation/gpu/ |
H A D | drm-usage-stats.rst | 152 - drm-purgeable-<region>: <uint> [KiB|MiB] 154 The total size of buffers that are purgeable.
|
/openbmc/linux/drivers/gpu/drm/msm/ |
H A D | msm_gem.c | 953 stats->purgeable.count++; in msm_gem_describe() 954 stats->purgeable.size += obj->size; in msm_gem_describe() 1023 stats.purgeable.count, stats.purgeable.size); in msm_gem_describe_objects()
|
H A D | msm_gem.h | 172 } all, active, resident, purgeable, purged; member
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_file.c | 943 print_size(p, "purgeable", region, stats->purgeable); in drm_print_memory_stats() 995 status.purgeable += obj->size; in drm_show_memory_stats()
|
/openbmc/linux/scripts/ |
H A D | spelling.txt | 1250 purgable||purgeable
|