diff options
author | Lucas Stach <l.stach@pengutronix.de> | 2024-06-21 20:13:07 +0300 |
---|---|---|
committer | Lucas Stach <l.stach@pengutronix.de> | 2024-06-26 16:31:33 +0300 |
commit | a3ecd97aa6aa444cc6c1b4c5b45d8d25068f19f6 (patch) | |
tree | 1a9fa716ea651314e75d08b8ad5de60c60e95ca1 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | a233df7f6c8abd532748312631b0a0530d3079a7 (diff) | |
download | linux-a3ecd97aa6aa444cc6c1b4c5b45d8d25068f19f6.tar.xz |
drm/etnaviv: switch devcoredump allocations to GFP_NOWAIT
The etnaviv devcoredump is created in the GPU reset path, which
must make forward progress to avoid stalling memory reclaim on
unsignalled dma fences. The currently used __GFP_NORETRY does not
prohibit sleeping on direct reclaim, breaking the forward progress
guarantee. Switch to GFP_NOWAIT, which allows background reclaim
to be triggered, but avoids any stalls waiting for direct reclaim.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions