From e9fb2d89fb8cff705ac9f01dbe2baacb6e653caa Mon Sep 17 00:00:00 2001 From: Alexander Boettcher Date: Tue, 29 Oct 2024 17:05:21 +0100 Subject: [PATCH] sculpt: use 96M for display aperture to support 4k Swapping a 4k monitor between discrete and mirror mode will consume temporarily at least 32M * 2 (3840 * 2160 * 4 Bytes), so that the default value of 64M for the aperture is insufficient in addition to interal display on a notebook. The commit mitigates that the i915_gem_evict_for_node unimplemented error does not trigger immediately. Issue #5356 --- repos/gems/sculpt/gpu/intel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/gems/sculpt/gpu/intel b/repos/gems/sculpt/gpu/intel index 27068b043f..9537060485 100644 --- a/repos/gems/sculpt/gpu/intel +++ b/repos/gems/sculpt/gpu/intel @@ -1,4 +1,4 @@ - +