All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH] HAX: drm/i915: Disable GuC submission by default.
@ 2021-10-06 10:39 Thomas Hellström
  2021-10-06 13:26 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Thomas Hellström @ 2021-10-06 10:39 UTC (permalink / raw)
  To: intel-gfx

No need for review. Submitting to test if this affects the DG1-6 selftest hang.

Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
---
 drivers/gpu/drm/i915/gt/uc/intel_uc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/gt/uc/intel_uc.c b/drivers/gpu/drm/i915/gt/uc/intel_uc.c
index 2fef3b0bbe95..b7b71d4257a7 100644
--- a/drivers/gpu/drm/i915/gt/uc/intel_uc.c
+++ b/drivers/gpu/drm/i915/gt/uc/intel_uc.c
@@ -41,7 +41,7 @@ static void uc_expand_default_options(struct intel_uc *uc)
 	}
 
 	/* Default: enable HuC authentication and GuC submission */
-	i915->params.enable_guc = ENABLE_GUC_LOAD_HUC | ENABLE_GUC_SUBMISSION;
+	i915->params.enable_guc = ENABLE_GUC_LOAD_HUC;
 }
 
 /* Reset GuC providing us with fresh state for both GuC and HuC.
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-10-06 17:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-06 10:39 [Intel-gfx] [PATCH] HAX: drm/i915: Disable GuC submission by default Thomas Hellström
2021-10-06 13:26 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
2021-10-06 13:57 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2021-10-06 17:45 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.