Re: [Intel-gfx] [PATCH] drm/i915: Use true PPGTT in Gen8 if execlists are enabled

2014-12-15 Thread Michel Thierry
On 12/15/2014 2:28 PM, Daniel Vetter wrote: On Mon, Dec 15, 2014 at 03:22:08PM +0100, Daniel Vetter wrote: On Mon, Dec 15, 2014 at 12:47:14PM +, Michel Thierry wrote: On 12/15/2014 10:11 AM, Daniel Vetter wrote: On Thu, Dec 11, 2014 at 12:07:18PM +, Michel Thierry wrote: When execlist

Re: [Intel-gfx] [PATCH] drm/i915: Use true PPGTT in Gen8 if execlists are enabled

2014-12-15 Thread Daniel Vetter
On Mon, Dec 15, 2014 at 03:22:08PM +0100, Daniel Vetter wrote: > On Mon, Dec 15, 2014 at 12:47:14PM +, Michel Thierry wrote: > > On 12/15/2014 10:11 AM, Daniel Vetter wrote: > > >On Thu, Dec 11, 2014 at 12:07:18PM +, Michel Thierry wrote: > > >>When execlists submission is enabled, try full

Re: [Intel-gfx] [PATCH] drm/i915: Use true PPGTT in Gen8 if execlists are enabled

2014-12-15 Thread Daniel Vetter
On Mon, Dec 15, 2014 at 12:47:14PM +, Michel Thierry wrote: > On 12/15/2014 10:11 AM, Daniel Vetter wrote: > >On Thu, Dec 11, 2014 at 12:07:18PM +, Michel Thierry wrote: > >>When execlists submission is enabled, try full ppgtt by default. > >> > >>Note, this patch considers that execlist su

Re: [Intel-gfx] [PATCH] drm/i915: Use true PPGTT in Gen8 if execlists are enabled

2014-12-15 Thread Michel Thierry
On 12/15/2014 10:11 AM, Daniel Vetter wrote: On Thu, Dec 11, 2014 at 12:07:18PM +, Michel Thierry wrote: When execlists submission is enabled, try full ppgtt by default. Note, this patch considers that execlist support has been enabled by default on Gen8. Signed-off-by: Michel Thierry ---

Re: [Intel-gfx] [PATCH] drm/i915: Use true PPGTT in Gen8 if execlists are enabled

2014-12-15 Thread Daniel Vetter
On Thu, Dec 11, 2014 at 12:07:18PM +, Michel Thierry wrote: > When execlists submission is enabled, try full ppgtt by default. > > Note, this patch considers that execlist support has been enabled by > default on Gen8. > > Signed-off-by: Michel Thierry > --- > drivers/gpu/drm/i915/i915_gem_

Re: [Intel-gfx] [PATCH] drm/i915: Use true PPGTT in Gen8 if execlists are enabled

2014-12-11 Thread shuang . he
Tested-By: PRC QA PRTS (Patch Regression Test System Contact: shuang...@intel.com) -Summary- Platform Delta drm-intel-nightly Series Applied PNV 364/364

[Intel-gfx] [PATCH] drm/i915: Use true PPGTT in Gen8 if execlists are enabled

2014-12-11 Thread Michel Thierry
When execlists submission is enabled, try full ppgtt by default. Note, this patch considers that execlist support has been enabled by default on Gen8. Signed-off-by: Michel Thierry --- drivers/gpu/drm/i915/i915_gem_gtt.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git