dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm: reduce default drm vblank off delay to 50ms
@ 2012-10-30 19:09 Jesse Barnes
  2012-10-30 19:20 ` Daniel Vetter
  2012-10-30 19:21 ` Jesse Barnes
  0 siblings, 2 replies; 11+ messages in thread
From: Jesse Barnes @ 2012-10-30 19:09 UTC (permalink / raw)
  To: dri-devel

People keep whining about this, but no one seems to send a patch.  This
*ought* to be safe now that we've dealt with the hw races in Mario's
updated code, and fixed the bugs we know about in VT switch, DPMS, and
multi-head configuraions.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
---
 drivers/gpu/drm/drm_stub.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/drm_stub.c b/drivers/gpu/drm/drm_stub.c
index c236fd2..a1cbc0e 100644
--- a/drivers/gpu/drm/drm_stub.c
+++ b/drivers/gpu/drm/drm_stub.c
@@ -40,7 +40,7 @@
 unsigned int drm_debug = 0;	/* 1 to enable debug output */
 EXPORT_SYMBOL(drm_debug);
 
-unsigned int drm_vblank_offdelay = 5000;    /* Default to 5000 msecs. */
+unsigned int drm_vblank_offdelay = 50;    /* Default to 50 msecs. */
 EXPORT_SYMBOL(drm_vblank_offdelay);
 
 unsigned int drm_timestamp_precision = 20;  /* Default to 20 usecs. */
-- 
1.7.9.5

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

end of thread, other threads:[~2014-07-08 16:37 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-30 19:09 [PATCH] drm: reduce default drm vblank off delay to 50ms Jesse Barnes
2012-10-30 19:20 ` Daniel Vetter
2012-10-30 19:28   ` Jesse Barnes
2012-11-02  5:56     ` Mario Kleiner
2012-11-02 18:37       ` Jesse Barnes
2012-11-12  3:33         ` Mario Kleiner
2014-07-02 20:35   ` Stéphane Marchesin
2014-07-02 20:42     ` Jesse Barnes
2014-07-08 13:56       ` Daniel Vetter
2014-07-08 16:38         ` Jesse Barnes
2012-10-30 19:21 ` Jesse Barnes

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).