Re: [Intel-gfx] [PATCH 2/3] drm/i915: the intel gtt is _not_ an agp bridge!

2012-03-27 Thread Daniel Vetter
On Mon, Mar 26, 2012 at 09:49:36AM +0100, Chris Wilson wrote: > On Mon, 26 Mar 2012 09:45:41 +0200, Daniel Vetter > wrote: > > So don't call it like that. > > > > Also rip out a confusing comment and instead explain what's really > > going on. > > > > Signed-Off-by: Daniel Vetter > > --- > > +

Re: [Intel-gfx] [PATCH 2/3] drm/i915: the intel gtt is _not_ an agp bridge!

2012-03-26 Thread Daniel Vetter
On Mon, Mar 26, 2012 at 09:49:36AM +0100, Chris Wilson wrote: > On Mon, 26 Mar 2012 09:45:41 +0200, Daniel Vetter > wrote: > > So don't call it like that. > > > > Also rip out a confusing comment and instead explain what's really > > going on. > > > > Signed-Off-by: Daniel Vetter > > --- > > +

Re: [Intel-gfx] [PATCH 2/3] drm/i915: the intel gtt is _not_ an agp bridge!

2012-03-26 Thread Chris Wilson
On Mon, 26 Mar 2012 09:45:41 +0200, Daniel Vetter wrote: > So don't call it like that. > > Also rip out a confusing comment and instead explain what's really > going on. > > Signed-Off-by: Daniel Vetter > --- > +/* > + * This is really ugly: Because old userspace abused the linux agp interface

[Intel-gfx] [PATCH 2/3] drm/i915: the intel gtt is _not_ an agp bridge!

2012-03-26 Thread Daniel Vetter
So don't call it like that. Also rip out a confusing comment and instead explain what's really going on. Signed-Off-by: Daniel Vetter --- drivers/gpu/drm/i915/i915_dma.c | 24 +--- 1 files changed, 9 insertions(+), 15 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_dm