[PATCH 2/2] drm/ttm: use gpu mm stats to track gpu memory allocations.

2025-06-19 Thread Dave Airlie
From: Dave Airlie This uses the newly introduced per-node gpu tracking stats, to track GPU memory allocated via TTM and reclaimable memory in the TTM page pools. These stats will be useful later for system information and later when mem cgroups are integrated. Cc: Christian Koenig Cc: Matthew

[PATCH 2/2] drm/ttm: use gpu mm stats to track gpu memory allocations.

2025-06-17 Thread Dave Airlie
From: Dave Airlie This uses the newly introduced per-node gpu tracking stats, to track GPU memory allocated via TTM and reclaimable memory in the TTM page pools. These stats will be useful later for system information and later when mem cgroups are integrated. Cc: Christian Koenig Cc: Matthew