drm/i915: fix missed hunk after GT access breakage
authorBen Widawsky <ben@bwidawsk.net>
Tue, 30 Jul 2013 23:27:57 +0000 (16:27 -0700)
committerDave Airlie <airlied@redhat.com>
Tue, 30 Jul 2013 23:54:09 +0000 (09:54 +1000)
commite1b4d3036c07ff137955fb1c0197ab62534f46ec
treeebe5ba578b5f2f4612aa5f6369b458593c7fe97c
parentf34f516a8daa2517ac19916b88aff60e82d7e13d
drm/i915: fix missed hunk after GT access breakage

Upon some code refactoring, a hunk was missed. This was fixed for
next, but missed the current trees, and hasn't yet been merged by Dave
Airlie. It is fixed in:
commit 907b28c56ea40629aa6595ddfa414ec2fc7da41c
Author: Chris Wilson <chris@chris-wilson.co.uk>
Date:   Fri Jul 19 20:36:52 2013 +0100

    drm/i915: Colocate all GT access routines in the same file

It is introduced by:
commit 181d1b9e31c668259d3798c521672afb8edd355c
Author: Daniel Vetter <daniel.vetter@ffwll.ch>
Date:   Sun Jul 21 13:16:24 2013 +0200

    drm/i915: fix up gt init sequence fallout

Reported-by: Dave Jones <davej@redhat.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/i915/i915_dma.c
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/intel_pm.c