All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Vetter <daniel@ffwll.ch>
To: Alex Deucher <alexdeucher@gmail.com>
Cc: Alex Deucher <alexander.deucher@amd.com>,
	Jerome Glisse <jglisse@redhat.com>,
	dri-devel@lists.freedesktop.org
Subject: Re: [PATCH 1/3] drm/radeon: GPU virtual memory support v22
Date: Mon, 9 Jan 2012 21:05:35 +0100	[thread overview]
Message-ID: <20120109200535.GI3723@phenom.ffwll.local> (raw)
In-Reply-To: <CADnq5_O4w5n_wcm3fMhGz3BU8DqGhmqHZjTgpBsg-s36Gg8hdA@mail.gmail.com>

On Mon, Jan 09, 2012 at 11:56:20AM -0500, Alex Deucher wrote:
> On Mon, Jan 9, 2012 at 11:49 AM, Daniel Vetter <daniel@ffwll.ch> wrote:
> > On Mon, Jan 09, 2012 at 11:07:44AM -0500, Alex Deucher wrote:
> >> We would have liked to as well, but with the holidays and internal
> >> review process and people being on vacation, and the kernel merge
> >> window timing it didn't work out this time.  Still as Jerome said, our
> >> VM setup is tightly coupled with the way our HW works.  I'm not sure
> >> how much code could actually be shared.
> >
> > Again to clarify, I'm not so much interesting in sharing code here - I
> > know it'll be nigh to impossible by having looked through nouveau already
> > and quickly glossed through your stuff. I see the value is just in having
> > a minimal set of common idioms that we can use to build cool stuff like
> > resource management.
> >
> > Think of gem, which is actually about next to nothing. There's a the flink
> > stuff and a common close ioctl and recently also a dummy create unusable
> > for anythine else than boot spalsh screens. Plus the shmem backing store
> > which seems to be not so much in favour with embedded chips, i.e doesn't
> > really count. Ridiculous compared to all the other stuff required to draw
> > triangles on a gpu, but good enough to make things like dri2 and wayland
> > possible.
> >
> 
> I generally agree here, but I don't think this patch prevents
> something like that in the future.  Also, I think we need to actually
> use GPU VM for a bit and see how everyone's implementations and plans
> shake out before we can decide which idioms are common.

Agreed. My sligh miff has only really ben that this got posted only
recently and there was no chance to have this quick discussion before it
got merged.

Cheers, Daniel
-- 
Daniel Vetter
Mail: daniel@ffwll.ch
Mobile: +41 (0)79 365 57 48

  reply	other threads:[~2012-01-09 20:03 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-06  3:11 [PATCH 1/3] drm/radeon: GPU virtual memory support v22 alexdeucher
2012-01-06  3:11 ` [PATCH 2/3] drm/radeon/kms: Add support for multi-ring sync in CS ioctl (v2) alexdeucher
2012-01-06  3:11 ` [PATCH 3/3] drm/radeon/kms: sync across multiple rings when doing bo moves v3 alexdeucher
2012-01-06 10:09 ` [PATCH 1/3] drm/radeon: GPU virtual memory support v22 Dave Airlie
2012-01-06 14:13   ` Alex Deucher
2012-01-06 12:53 ` Christian König
2012-01-06 14:12   ` Alex Deucher
2012-01-06 14:46     ` Christian König
2012-01-06 15:00       ` Alex Deucher
2012-01-08 14:05 ` Daniel Vetter
2012-01-08 22:56   ` Jerome Glisse
2012-01-09  8:31     ` Daniel Vetter
2012-01-09 15:44       ` Jerome Glisse
2012-01-09 16:07         ` Alex Deucher
2012-01-09 16:49           ` Daniel Vetter
2012-01-09 16:56             ` Alex Deucher
2012-01-09 20:05               ` Daniel Vetter [this message]
2012-01-09 16:42         ` Daniel Vetter

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=20120109200535.GI3723@phenom.ffwll.local \
    --to=daniel@ffwll.ch \
    --cc=alexander.deucher@amd.com \
    --cc=alexdeucher@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=jglisse@redhat.com \
    /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.