drm/i915: Squash gen lookup through multiple indirections inside GT access
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 19 Jul 2013 19:36:55 +0000 (20:36 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 25 Jul 2013 13:22:06 +0000 (15:22 +0200)
The INTEL_INFO() macro extracts the dev_private pointer from the device,
so passing in the dev_private->dev is a long winded circumlocution.

v2: rebase onto uncore

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

No differences found