From: Ben Widawsky <ben@bwidawsk.net>
To: Intel GFX <intel-gfx@lists.freedesktop.org>
Subject: [PATCH 0/9] HW context support for Ironlake (was: Re: [PATCH 0/9] HW contest support for Ironlake)
Date: Sun, 14 Jul 2013 10:38:56 -0700 [thread overview]
Message-ID: <20130714173856.GA23356@bwidawsk.net> (raw)
In-Reply-To: <20130714162415.GA23214@bwidawsk.net>
Changed the mail subject... I'm not even sure what HW Contest support
might be.
On Sun, Jul 14, 2013 at 09:24:16AM -0700, Ben Widawsky wrote:
> Why do I always forget this...?
>
> You guys can easily clone the kernel sources here for easier testing:
>
> http://cgit.freedesktop.org/~bwidawsk/drm-intel/log/?h=ilk_contexts
>
> On Sun, Jul 14, 2013 at 09:22:44AM -0700, Ben Widawsky wrote:
> > By the request of Ken, and Chris, I've added support for HW contexts to
> > Ironlake. This is not the first time I've done this, but I think I'll
> > skip the somewhat ugly history on the matter.
> >
> > Our existing support for Ironlake sets up 2 contexts, the powerctx, and
> > the renderctx. The former is stored in special memory on GEN6+, and the
> > latter is *extremely* similar to the way we use default context on GEN6+
> > (ie. if users don't opt in to contexts, they are using it even if they
> > don't realize).
> >
> > The patch series first tries to tie that renderctx into our existing
> > i915 context code, and then rips out the old renderctx. Powerctx is left
> > alone since it still really is a special case.
> >
> > Finally, in the series I reenable rc6 on ILK. I've never had an issue
> > with this on my ILK, but I recommend anyone testing on it who sees
> > issues to try to disable it via modparam firstly.
> >
> > The patch series is minimally tested. I told Chris and Ken at the
> > offset, they'd need to do the heavy lifting on the testing front.
> >
> > Ben Widawsky (9):
> > drm/i915: move ilk rc6 context setup
> > drm/i915: Convert renderctx to a regular context
> > drm/i915: Make ILK context objects more like others
> > drm/i915: Add gen5 support to mi_set_context
> > drm/i915: Use do_switch for ILK renderctx
> > drm/i915: HW contexts for ILK
> > drm/i915: Use only the default context for ILK
> > drm/i915: Restore ILK powerctx pin attributes
> > drm/i915: Re-enable rc6 on ILK (again^5)
> >
> > drivers/gpu/drm/i915/i915_debugfs.c | 6 ----
> > drivers/gpu/drm/i915/i915_drv.h | 3 +-
> > drivers/gpu/drm/i915/i915_gem_context.c | 28 ++++++++++++++---
> > drivers/gpu/drm/i915/i915_reg.h | 1 +
> > drivers/gpu/drm/i915/intel_pm.c | 56 ---------------------------------
> > 5 files changed, 25 insertions(+), 69 deletions(-)
> >
> > --
> > 1.8.3.2
> >
>
> --
> Ben Widawsky, Intel Open Source Technology Center
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx
--
Ben Widawsky, Intel Open Source Technology Center
next prev parent reply other threads:[~2013-07-14 17:35 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-14 16:22 [PATCH 0/9] HW contest support for Ironlake Ben Widawsky
2013-07-14 16:22 ` [PATCH 1/9] drm/i915: move ilk rc6 context setup Ben Widawsky
2013-07-14 16:22 ` [PATCH 2/9] drm/i915: Convert renderctx to a regular context Ben Widawsky
2013-07-15 10:24 ` Chris Wilson
2013-07-15 18:04 ` [PATCH 2/9] [v2] " Ben Widawsky
2013-07-14 16:22 ` [PATCH 3/9] drm/i915: Make ILK context objects more like others Ben Widawsky
2013-07-14 19:10 ` [PATCH 3/9] [v2] " Ben Widawsky
2013-07-14 16:22 ` [PATCH 4/9] drm/i915: Add gen5 support to mi_set_context Ben Widawsky
2013-07-14 16:22 ` [PATCH 5/9] drm/i915: Use do_switch for ILK renderctx Ben Widawsky
2013-07-14 16:22 ` [PATCH 6/9] drm/i915: HW contexts for ILK Ben Widawsky
2013-07-14 16:22 ` [PATCH 7/9] drm/i915: Use only the default context " Ben Widawsky
2013-07-14 16:22 ` [PATCH 8/9] drm/i915: Restore ILK powerctx pin attributes Ben Widawsky
2013-07-15 10:30 ` Chris Wilson
2013-07-15 17:58 ` Ben Widawsky
2013-07-15 22:12 ` Chris Wilson
2013-07-14 16:22 ` [PATCH 9/9] drm/i915: Re-enable rc6 on ILK (again^5) Ben Widawsky
2013-07-14 18:35 ` Daniel Vetter
2013-07-14 19:09 ` [PATCH 9/9] [v2] drm/i915: enable rc6 on ILK again^5 Ben Widawsky
2013-07-14 16:22 ` [PATCH] i965: Gen5: Use HW contexts on Ironlake Ben Widawsky
2013-07-14 16:24 ` [PATCH 0/9] HW contest support for Ironlake Ben Widawsky
2013-07-14 17:38 ` Ben Widawsky [this message]
2013-07-15 10:32 ` Chris Wilson
2013-07-15 12:44 ` Chris Wilson
2013-07-15 17:24 ` Ben Widawsky
2013-07-15 18:52 ` Chris Wilson
2013-07-16 18:21 ` Ben Widawsky
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=20130714173856.GA23356@bwidawsk.net \
--to=ben@bwidawsk.net \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox