Re: [PATCH v16 6/7] drm/xe: Add a shrinker for xe bos

2025-02-06 Thread Christian König
Am 30.01.25 um 11:13 schrieb Thomas Hellström: Rather than relying on the TTM watermark accounting add a shrinker for xe_bos in TT or system memory. Leverage the newly added TTM per-page shrinking and shmem backup support. Although xe doesn't fully support WONTNEED (purgeable) bos yet, introduc

[PATCH v16 6/7] drm/xe: Add a shrinker for xe bos

2025-01-30 Thread Thomas Hellström
Rather than relying on the TTM watermark accounting add a shrinker for xe_bos in TT or system memory. Leverage the newly added TTM per-page shrinking and shmem backup support. Although xe doesn't fully support WONTNEED (purgeable) bos yet, introduce and add shrinker support for purgeable ttm_tts.