CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/12/25 04:31:41
Modified files:
sys/dev/pci/drm: drm_linux.c
sys/dev/pci/drm/i915: i915_drv.h i915_gem_shrinker.c
sys/dev/pci/drm/include/linux: mm.h mutex.h swap.h
sys/uvm : uvm_pdaemon.c
Added files:
sys/dev/pci/drm/include/linux: shrinker.h
Log message:
Hook up the shrinker for inteldrm(4). This is a "light" version that only
drops graphics buffers that are cached and not in active use.
Help from beck@ for pointing out how to hook this up to our pagedaemon.
ok jsg@