intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/2] HAX drm/i915: Enable guc submission
@ 2016-12-01  9:46 Chris Wilson
  2016-12-01  9:46 ` [PATCH v2 2/2] drm/i915: Invalidate the guc ggtt TLB upon insertion Chris Wilson
  2016-12-01 11:53 ` ✓ Fi.CI.BAT: success for series starting with [v2,1/2] HAX drm/i915: Enable guc submission Patchwork
  0 siblings, 2 replies; 8+ messages in thread
From: Chris Wilson @ 2016-12-01  9:46 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 0e280fbd52f1..ef1e9921a2af 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.10.2

_______________________________________________
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:[~2016-12-01 11:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-01  9:46 [PATCH v2 1/2] HAX drm/i915: Enable guc submission Chris Wilson
2016-12-01  9:46 ` [PATCH v2 2/2] drm/i915: Invalidate the guc ggtt TLB upon insertion Chris Wilson
2016-12-01 10:06   ` Tvrtko Ursulin
2016-12-01 10:26     ` Chris Wilson
2016-12-01 10:49       ` Tvrtko Ursulin
2016-12-01 10:57         ` Chris Wilson
2016-12-01 11:04           ` Tvrtko Ursulin
2016-12-01 11:53 ` ✓ Fi.CI.BAT: success for series starting with [v2,1/2] HAX drm/i915: Enable guc submission Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).