[PATCH 5/5] bump-hsw-ctx-size

Chris Wilson chris at chris-wilson.co.uk
Wed Jun 13 23:21:09 UTC 2018


---
 drivers/gpu/drm/i915/intel_engine_cs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/intel_engine_cs.c b/drivers/gpu/drm/i915/intel_engine_cs.c
index 5a663dda9fdc..478cad840701 100644
--- a/drivers/gpu/drm/i915/intel_engine_cs.c
+++ b/drivers/gpu/drm/i915/intel_engine_cs.c
@@ -36,7 +36,7 @@
  * on HSW) - so the final size, including the extra state required for the
  * Resource Streamer, is 66944 bytes, which rounds to 17 pages.
  */
-#define HSW_CXT_TOTAL_SIZE		(17 * PAGE_SIZE)
+#define HSW_CXT_TOTAL_SIZE		(20 * PAGE_SIZE)
 
 #define DEFAULT_LR_CONTEXT_RENDER_SIZE	(22 * PAGE_SIZE)
 #define GEN8_LR_CONTEXT_RENDER_SIZE	(20 * PAGE_SIZE)
-- 
2.17.1



More information about the Intel-gfx-trybot mailing list