This patch adds a simple shrinker controlled page pool to the dmabuf heaps subsystem. This replaces the use of the networking page_pool, over concerns that the lack of a shrinker for that implementation may cause additional low-memory kills TODO: Take another pass at trying to unify this w...
dmabufheapsmem found (gst-launch-1.0:889): GStreamer-CRITICAL **: 06:27:14.679: gst_buffer_pool_config_set_allocator: assertion 'allocator != NULL || params != NULL' failed 0:00:00.077851750 889 0xffff88000b70 WARN dmabufheapsmemory gstdmabufheaps.c:119:gst_dmabufheaps_allocator_obtain...
("ANDROID: dma-buf: heaps: Add a shrinker controlled page pool") Signed-off-by: liuhailong <liuhailong@oppo.com> Signed-off-by: xieliujie <xieliujie@oppo.com> Change-Id: I6f129926c96176258a965964c24602fc647db61e Loading branch information xie...
[PATCH 1/5] kselftests: dmabuf-heaps: Fix Makefile's inclusion... John Stultz [PATCH 2/5] kselftests: dmabuf-heaps: Add clearer checks ... John Stultz [PATCH 3/5] kselftests: dmabuf-heaps: Softly fail if don'... John Stultz [PATCH 4/5] kselftests: dmabuf-heaps: Cleanup t...