Re: [Intel-gfx] [PATCH 1/8] drm/i915: Get rid of the synchronous flag in switch_mm

2014-06-19 Thread Daniel Vetter
Cc: intel-gfx@lists.freedesktop.org > > Subject: Re: [Intel-gfx] [PATCH 1/8] drm/i915: Get rid of the synchronous > > flag > > in switch_mm > > > > On Wed, Jun 18, 2014 at 05:15:35PM +0100, oscar.ma...@intel.com wrote: > > > From: Oscar Mateo

Re: [Intel-gfx] [PATCH 1/8] drm/i915: Get rid of the synchronous flag in switch_mm

2014-06-19 Thread Mateo Lozano, Oscar
> -Original Message- > From: Daniel Vetter [mailto:daniel.vet...@ffwll.ch] On Behalf Of Daniel > Vetter > Sent: Wednesday, June 18, 2014 8:51 PM > To: Mateo Lozano, Oscar > Cc: intel-gfx@lists.freedesktop.org > Subject: Re: [Intel-gfx] [PATCH 1/8] drm/i915: Get rid of

Re: [Intel-gfx] [PATCH 1/8] drm/i915: Get rid of the synchronous flag in switch_mm

2014-06-18 Thread Daniel Vetter
On Wed, Jun 18, 2014 at 05:15:35PM +0100, oscar.ma...@intel.com wrote: > From: Oscar Mateo > > As a first step, split switch_mm into two different functions: > sync_switch_mm (currently used by ppgtt_enable) and switch_mm > (used by the outside world). > > Signed-off-by: Oscar Mateo I guess th

Re: [Intel-gfx] [PATCH 1/8] drm/i915: Get rid of the synchronous flag in switch_mm

2014-06-18 Thread Mateo Lozano, Oscar
intel.com > Sent: Wednesday, June 18, 2014 5:16 PM > To: intel-gfx@lists.freedesktop.org > Subject: [Intel-gfx] [PATCH 1/8] drm/i915: Get rid of the synchronous flag in > switch_mm > > From: Oscar Mateo > > As a first step, split switch_mm into two different functions: &g

[Intel-gfx] [PATCH 1/8] drm/i915: Get rid of the synchronous flag in switch_mm

2014-06-18 Thread oscar . mateo
From: Oscar Mateo As a first step, split switch_mm into two different functions: sync_switch_mm (currently used by ppgtt_enable) and switch_mm (used by the outside world). Signed-off-by: Oscar Mateo --- drivers/gpu/drm/i915/i915_gem_context.c | 2 +- drivers/gpu/drm/i915/i915_gem_gtt.c |