From: Ben Widawsky <ben@bwidawsk.net>
To: Chris Wilson <chris@chris-wilson.co.uk>
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: enabling forcewake from userspace
Date: Sat, 26 Mar 2011 08:46:25 -0700 [thread overview]
Message-ID: <20110326154625.GA5068@lundgren.kumite> (raw)
In-Reply-To: <b9dded$iefp22@orsmga002.jf.intel.com>
On Sat, Mar 26, 2011 at 07:11:55AM +0000, Chris Wilson wrote:
> On Fri, 25 Mar 2011 19:23:58 -0700, Ben Widawsky <ben@bwidawsk.net> wrote:
> > The only other option floating around is IOCTLs to read/write the
> > registers, which previously seemed like a bad idea, but is now looking
> > like the only option.
>
> The lazy option is to cross your fingers and do the forced-wake from
> userspace debug tools. I'm not exactly wild about the idea, but it does
> cut down on the number of blessed interfaces for touching hardware.
>
> The other option is to continue to extend the debugfs to print out groups
> of registers of interest. Maybe this would be a good addition to the
> i915_*_ringbuffer_info?
This still leaves the reg write problem unsolved. But I think this is
better.
>
> An ioctl does seem to be a better longterm solution. But maybe we can
> ignore the problem for a few more years? ;-)
I think I won't bother trying to upstream my solution. But I'm also
thinking we should make intel_reg_read/write print a warning/error if
it's running on GEN6? What do you think?
By the way, I do think the patch is beneficial just for kernel usage.
Right now it doesn't matter, but as more users of the interface pop up,
particularly in any time sensitive code... wouldn't it be awful if the
GPU could powerdown while we're servicing an interrupt?
(The patch probably doesn't need the poll when forceawake_ack is already
set, that was a copy/paste mistake.)
> -Chris
Ben
next prev parent reply other threads:[~2011-03-26 15:46 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-26 2:07 enabling forcewake from userspace Ben Widawsky
2011-03-26 2:07 ` [PATCH] drm/i915: have a forcewake "refcount" Ben Widawsky
2011-03-26 2:23 ` enabling forcewake from userspace Ben Widawsky
2011-03-26 7:11 ` Chris Wilson
2011-03-26 15:46 ` Ben Widawsky [this message]
2011-03-26 17:18 ` Chris Wilson
2011-03-26 19:27 ` Ben Widawsky
2011-03-26 20:20 ` Chris Wilson
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=20110326154625.GA5068@lundgren.kumite \
--to=ben@bwidawsk.net \
--cc=chris@chris-wilson.co.uk \
--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.