Re: [Intel-gfx] [PATCH 2/6] drm/i915: reference ppgtt->base.dev directly

2016-04-08 Thread Joonas Lahtinen
On pe, 2016-04-08 at 10:32 +0100, Matthew Auld wrote: > Remove dev local and use to_i915() in gen8_ppgtt_notify_vgt. > > Cc: Joonas Lahtinen > Signed-off-by: Matthew Auld > --- >  drivers/gpu/drm/i915/i915_gem_gtt.c | 5 ++--- >  1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/d

[Intel-gfx] [PATCH 2/6] drm/i915: reference ppgtt->base.dev directly

2016-04-08 Thread Matthew Auld
Remove dev local and use to_i915() in gen8_ppgtt_notify_vgt. Cc: Joonas Lahtinen Signed-off-by: Matthew Auld --- drivers/gpu/drm/i915/i915_gem_gtt.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_gem_gtt.c b/drivers/gpu/drm/i915/i915_gem_gtt.