public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 1/2] drm/i915: re-enable semaphores by default
@ 2011-11-14 20:39 Eugeni Dodonov
  2011-11-14 20:39 ` [PATCH 2/2] drm/i915: re-enable rc6 " Eugeni Dodonov
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Eugeni Dodonov @ 2011-11-14 20:39 UTC (permalink / raw)
  To: intel-gfx; +Cc: Daniel Vetter, Eugeni Dodonov

Semaphores seem to fix most of the hangs on SNB and IVB, and do not cause
any known regressions as of now.

Let's re-enable them by default to provide a wider testing and coverage.

Acked-by: Keith Packard <keithp@keithp.com>
CC: Jesse Barnes <jbarnes@virtuousgeek.org>
CC: Daniel Vetter <daniel.vetter@ffwll.ch>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=42696
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=40564
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=41353
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=38862
Signed-off-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
---
 drivers/gpu/drm/i915/i915_drv.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c
index cc531bb..71f887a 100644
--- a/drivers/gpu/drm/i915/i915_drv.c
+++ b/drivers/gpu/drm/i915/i915_drv.c
@@ -58,10 +58,10 @@ module_param_named(powersave, i915_powersave, int, 0600);
 MODULE_PARM_DESC(powersave,
 		"Enable powersavings, fbc, downclocking, etc. (default: true)");
 
-unsigned int i915_semaphores __read_mostly = 0;
+unsigned int i915_semaphores __read_mostly = 1;
 module_param_named(semaphores, i915_semaphores, int, 0600);
 MODULE_PARM_DESC(semaphores,
-		"Use semaphores for inter-ring sync (default: false)");
+		"Use semaphores for inter-ring sync (default: true)");
 
 unsigned int i915_enable_rc6 __read_mostly = 0;
 module_param_named(i915_enable_rc6, i915_enable_rc6, int, 0600);
-- 
1.7.7.3

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

end of thread, other threads:[~2011-11-16 21:37 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-14 20:39 [PATCH 1/2] drm/i915: re-enable semaphores by default Eugeni Dodonov
2011-11-14 20:39 ` [PATCH 2/2] drm/i915: re-enable rc6 " Eugeni Dodonov
2011-11-14 21:06   ` Lukas Hejtmanek
2011-11-14 23:04     ` Eugeni Dodonov
2011-11-14 23:12       ` Lukas Hejtmanek
2011-11-14 23:17         ` Eugeni Dodonov
2011-11-14 23:23           ` Lukas Hejtmanek
2011-11-14 21:22   ` Jesse Barnes
2011-11-16 15:53   ` Daniel Vetter
     [not found]     ` <CAObL_7HxAt7B7v+CqgTff+ox5eg-=qLkd8jpZGsGAFFHLx73hw@mail.gmail.com>
2011-11-16 20:22       ` Daniel Vetter
2011-11-14 21:23 ` [PATCH 1/2] drm/i915: re-enable semaphores " Jesse Barnes
2011-11-16 15:49 ` Daniel Vetter
2011-11-16 17:16   ` Keith Packard
2011-11-16 17:24     ` Andrew Lutomirski
2011-11-16 19:05       ` Eugeni Dodonov
2011-11-16 19:23         ` Jesse Barnes
2011-11-16 20:18     ` Daniel Vetter
2011-11-16 21:37       ` Keith Packard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox