All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] HAX enable guc submission for CI
@ 2017-02-14 11:44 Chris Wilson
  2017-02-14 11:44 ` [PATCH 2/2] drm/i915/scheduler: emulate a scheduler for guc Chris Wilson
  2017-02-14 14:52 ` ✗ Fi.CI.BAT: failure for series starting with [1/2] HAX enable guc submission for CI Patchwork
  0 siblings, 2 replies; 8+ messages in thread
From: Chris Wilson @ 2017-02-14 11:44 UTC (permalink / raw)
  To: intel-gfx

---
 drivers/gpu/drm/i915/i915_params.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/i915/i915_params.c b/drivers/gpu/drm/i915/i915_params.c
index 2e9645e6555a..8fa96edddf9f 100644
--- a/drivers/gpu/drm/i915/i915_params.c
+++ b/drivers/gpu/drm/i915/i915_params.c
@@ -56,8 +56,8 @@ struct i915_params i915 __read_mostly = {
 	.verbose_state_checks = 1,
 	.nuclear_pageflip = 0,
 	.edp_vswing = 0,
-	.enable_guc_loading = 0,
-	.enable_guc_submission = 0,
+	.enable_guc_loading = 1,
+	.enable_guc_submission = 1,
 	.guc_log_level = -1,
 	.enable_dp_mst = true,
 	.inject_load_failure = 0,
-- 
2.11.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2017-03-13  2:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-14 11:44 [PATCH 1/2] HAX enable guc submission for CI Chris Wilson
2017-02-14 11:44 ` [PATCH 2/2] drm/i915/scheduler: emulate a scheduler for guc Chris Wilson
2017-02-14 14:03   ` Joonas Lahtinen
2017-02-15 11:56   ` Tvrtko Ursulin
2017-02-15 12:20     ` Chris Wilson
2017-02-15 12:33       ` Tvrtko Ursulin
2017-03-13  2:28         ` Dong, Chuanxiao
2017-02-14 14:52 ` ✗ Fi.CI.BAT: failure for series starting with [1/2] HAX enable guc submission for CI 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.