From: Eric Anholt <eric@anholt.net>
To: Daniel Vetter <daniel@ffwll.ch>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>, intel-gfx@lists.freedesktop.org
Subject: Re: [PATCH] drm/i915: intel hw has only one gpu write domain
Date: Fri, 07 May 2010 13:53:29 -0700 [thread overview]
Message-ID: <87fx2377sm.fsf@pollan.anholt.net> (raw)
In-Reply-To: <87633o2rtm.fsf@pollan.anholt.net>
[-- Attachment #1.1: Type: text/plain, Size: 2747 bytes --]
On Sun, 18 Apr 2010 17:45:25 -0700, Eric Anholt <eric@anholt.net> wrote:
> On Wed, 17 Mar 2010 22:29:27 +0100, Daniel Vetter <daniel@ffwll.ch> wrote:
> > On Wed, Mar 17, 2010 at 02:00:09PM -0700, Eric Anholt wrote:
> > > On Sun, 14 Mar 2010 12:18:15 +0100, Daniel Vetter <daniel.vetter@ffwll.ch> wrote:
> > > > It therefore holds that all objects on the gpu_write_domain are
> > > > in this single write domain. Drop an if checking for the write
> > > > domain in process_flushing_list.
> > > >
> > > > For some odd reason retire_commands thinks that the sampler cache
> > > > can be written to. Remove this and the assorted logic in do_execbuf.
> > > >
> > > > Also check that userspace doesn't try to screw us over by claiming
> > > > to write to some strange cache.
> > > >
> > > > The idea for this patch emerged from a discussion with Chris Wilson.
> > >
> > > The intent of the flush_domains in retire_commands was to note that the
> > > read-only sampler cache was flushed and we could clear the read domains
> > > so that a later attempt to use it in the sampler cache wouldn't send out
> > > a new flush.
> > >
> > > You've been looking into this stuff more than I have recently -- do you
> > > think that handling that information would be interesting?
> >
> > atm we don't handle invalidating read-domains as efficient as
> > write-domains. Read: We don't globally update all bo's when doing a
> > sampler cache invalidations like we do when flushing the render cache. So
> > that flush_domain stuff from retire_commands was pure dead code.
> >
> > We could do better of course. Problem is that tracking the buffers that
> > might benefit from a read_domains with lists like we're doing for the
> > write domain needs NUM_READ_DOMAIN list_heads per object. That's rather
> > gross. But we could keep track of the last seqno this bo was dirtied
> > (by either the gpu or the cpu, for the cpu just take the latest completed
> > seqno) and also keep track of the seqno of the last invalidate for each
> > read cache. At execbuf time we could then compare these two seqnos and
> > decide whether a invalidate is still needed.
> >
> > I haven't implemented this because
> > - I don't have the hw that would benefit the most (i965).
> > - On different hw, I don't think we'll gain much. At least as long as
> > multi-client drm usage is still uncommon.
> > - Currently we still have easier targets for faster performance ;)
>
> OK. Seems like a fair assessment of the situation. Applied to -next.
Actually, having just noticed the "reject user write domains other than
RENDER." That will break 965 occlusion queries. I've gone back and
removed this patch from my -next tree.
[-- Attachment #1.2: Type: application/pgp-signature, Size: 197 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
prev parent reply other threads:[~2010-05-07 20:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1268565495-4805-1-git-send-email-daniel.vetter@ffwll.ch>
[not found] ` <87hboek6jq.fsf@pollan.anholt.net>
[not found] ` <20100317212927.GB3526@viiv.ffwll.ch>
2010-04-19 0:45 ` [PATCH] drm/i915: intel hw has only one gpu write domain Eric Anholt
2010-05-07 20:53 ` Eric Anholt [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=87fx2377sm.fsf@pollan.anholt.net \
--to=eric@anholt.net \
--cc=daniel.vetter@ffwll.ch \
--cc=daniel@ffwll.ch \
--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.