Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915: Increase the RC6p threshold.
@ 2013-01-30  3:41 Stéphane Marchesin
  2013-02-19 23:53 ` Stéphane Marchesin
  0 siblings, 1 reply; 10+ messages in thread
From: Stéphane Marchesin @ 2013-01-30  3:41 UTC (permalink / raw)
  To: intel-gfx

This increases GEN6_RC6p_THRESHOLD from 100000 to 150000. For some
reason this avoids the gen6_gt_check_fifodbg.isra warnings and
associated GPU lockups, which makes my ivy bridge machine stable.

Signed-off-by: Stéphane Marchesin <marcheu@chromium.org>
---
 drivers/gpu/drm/i915/intel_pm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/intel_pm.c b/drivers/gpu/drm/i915/intel_pm.c
index 3280cff..dde0ded 100644
--- a/drivers/gpu/drm/i915/intel_pm.c
+++ b/drivers/gpu/drm/i915/intel_pm.c
@@ -2572,7 +2572,7 @@ static void gen6_enable_rps(struct drm_device *dev)
 	I915_WRITE(GEN6_RC_SLEEP, 0);
 	I915_WRITE(GEN6_RC1e_THRESHOLD, 1000);
 	I915_WRITE(GEN6_RC6_THRESHOLD, 50000);
-	I915_WRITE(GEN6_RC6p_THRESHOLD, 100000);
+	I915_WRITE(GEN6_RC6p_THRESHOLD, 150000);
 	I915_WRITE(GEN6_RC6pp_THRESHOLD, 64000); /* unused */
 
 	/* Check if we are enabling RC6 */
-- 
1.8.1

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

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

end of thread, other threads:[~2013-03-05  9:00 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-30  3:41 [PATCH] drm/i915: Increase the RC6p threshold Stéphane Marchesin
2013-02-19 23:53 ` Stéphane Marchesin
2013-02-20  0:15   ` Jesse Barnes
2013-02-21  5:08     ` Zhang, Ouping
2013-02-21 16:49       ` Jesse Barnes
2013-02-25  7:33         ` Zhang, Ouping
2013-02-25 16:13           ` Jesse Barnes
2013-02-27  5:50             ` Zhang, Ouping
2013-02-27 16:23               ` Jesse Barnes
2013-03-05  9:02                 ` Daniel Vetter

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