dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Jesse Barnes <jbarnes@virtuousgeek.org>
To: Jesse Barnes <jbarnes@virtuousgeek.org>
Cc: dri-devel@lists.freedesktop.org
Subject: Re: [PATCH] drm: reduce default drm vblank off delay to 50ms
Date: Tue, 30 Oct 2012 12:21:07 -0700	[thread overview]
Message-ID: <20121030122107.5c1c80b8@jbarnes-desktop> (raw)
In-Reply-To: <1351624152-8219-1-git-send-email-jbarnes@virtuousgeek.org>

Cc'ing Mario in case he wants a different value than 50ms.

On Tue, 30 Oct 2012 14:09:12 -0500
Jesse Barnes <jbarnes@virtuousgeek.org> wrote:

> 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. */


-- 
Jesse Barnes, Intel Open Source Technology Center

      parent reply	other threads:[~2012-10-30 19:21 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121030122107.5c1c80b8@jbarnes-desktop \
    --to=jbarnes@virtuousgeek.org \
    --cc=dri-devel@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).