All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jesse Barnes <jbarnes@virtuousgeek.org>
To: Eugeni Dodonov <eugeni.dodonov@intel.com>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>, intel-gfx@lists.freedesktop.org
Subject: Re: [PATCH 1/2] drm/i915: re-enable semaphores by default
Date: Mon, 14 Nov 2011 13:23:43 -0800	[thread overview]
Message-ID: <20111114132343.2ca2cdd9@jbarnes-desktop> (raw)
In-Reply-To: <1321303155-12624-1-git-send-email-eugeni.dodonov@intel.com>


[-- Attachment #1.1: Type: text/plain, Size: 1963 bytes --]

On Mon, 14 Nov 2011 18:39:14 -0200
Eugeni Dodonov <eugeni.dodonov@intel.com> wrote:

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

I think we should keep them enabled; if one or two fat cats in the 1%
still have issues we can debug those without bringing down performance
for the other 99%.

Acked-by: Jesse Barnes <jbarnes@virtuousgeek.org>
-- 
Jesse Barnes, Intel Open Source Technology Center

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

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

  parent reply	other threads:[~2011-11-14 21:23 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Jesse Barnes [this message]
2011-11-16 15:49 ` [PATCH 1/2] drm/i915: re-enable semaphores " 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
  -- strict thread matches above, loose matches on Subject: below --
2011-11-16 20:56 Nicolas Kalkhof
2011-11-16 21:14 ` Daniel Vetter
2011-11-16 22:15 ` Keith Packard
2011-11-17  8:57 Nicolas Kalkhof
2011-11-17  9:22 ` Daniel Vetter
2011-11-22  5:41   ` Andrew Lutomirski
2011-11-22 11:23     ` Daniel Vetter
2011-11-29 16:39     ` Daniel Vetter
2011-11-17 18:31 Nicolas Kalkhof
2011-11-18 15:26 ` Daniel Vetter
2011-11-18 18:36 Nicolas Kalkhof

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=20111114132343.2ca2cdd9@jbarnes-desktop \
    --to=jbarnes@virtuousgeek.org \
    --cc=daniel.vetter@ffwll.ch \
    --cc=eugeni.dodonov@intel.com \
    --cc=intel-gfx@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.