Re: [Intel-gfx] [PATCH] drm/i915: Determine uses-full-ppgtt from context for execbuf

2018-09-03 Thread Chris Wilson
Quoting Rodrigo Vivi (2018-09-03 06:20:22) > On Sat, Sep 01, 2018 at 10:24:51AM +0100, Chris Wilson wrote: > > Rather than inspect the global module parameter for whether full-ppgtt > > maybe enabled, we can inspect the context directly as to whether it has > > its own vm. > > > > Signed-off-by: C

Re: [Intel-gfx] [PATCH] drm/i915: Determine uses-full-ppgtt from context for execbuf

2018-09-02 Thread Rodrigo Vivi
On Sat, Sep 01, 2018 at 10:24:51AM +0100, Chris Wilson wrote: > Rather than inspect the global module parameter for whether full-ppgtt > maybe enabled, we can inspect the context directly as to whether it has > its own vm. > > Signed-off-by: Chris Wilson > Cc: Tvrtko Ursulin > Cc: Bob Paauwe >

[Intel-gfx] [PATCH] drm/i915: Determine uses-full-ppgtt from context for execbuf

2018-09-01 Thread Chris Wilson
Rather than inspect the global module parameter for whether full-ppgtt maybe enabled, we can inspect the context directly as to whether it has its own vm. Signed-off-by: Chris Wilson Cc: Tvrtko Ursulin Cc: Bob Paauwe Cc: Rodrigo Vivi --- drivers/gpu/drm/i915/i915_gem_execbuffer.c | 9 ++--