[PATCH] i915: don't map imported dma-bufs for dmar.

2012-08-05 Thread Daniel Vetter
On Tue, Jul 31, 2012 at 03:58:13PM +1000, Dave Airlie wrote: > From: Dave Airlie > > The exporter should have given us pages in the correct place, avoid > the prepare object mapping phase on dmar systems. > > This fixes an oops on a GM45/R600 machine, when running the intel/radeon > tests. > >

Re: [PATCH] i915: don't map imported dma-bufs for dmar.

2012-08-05 Thread Daniel Vetter
On Tue, Jul 31, 2012 at 03:58:13PM +1000, Dave Airlie wrote: > From: Dave Airlie > > The exporter should have given us pages in the correct place, avoid > the prepare object mapping phase on dmar systems. > > This fixes an oops on a GM45/R600 machine, when running the intel/radeon > tests. > >

[PATCH] i915: don't map imported dma-bufs for dmar.

2012-07-31 Thread Dave Airlie
From: Dave Airlie The exporter should have given us pages in the correct place, avoid the prepare object mapping phase on dmar systems. This fixes an oops on a GM45/R600 machine, when running the intel/radeon tests. Signed-off-by: Dave Airlie --- drivers/gpu/drm/i915/i915_gem_gtt.c | 3 ++- 1

[PATCH] i915: don't map imported dma-bufs for dmar.

2012-07-31 Thread Dave Airlie
From: Dave Airlie The exporter should have given us pages in the correct place, avoid the prepare object mapping phase on dmar systems. This fixes an oops on a GM45/R600 machine, when running the intel/radeon tests. Signed-off-by: Dave Airlie --- drivers/gpu/drm/i915/i915_gem_gtt.c | 3 ++- 1