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)
commita7f31ee0b00203fcf47fb74a1d61a1c9be8d142e
tree36812deec14a93cc77a9f6ead74ba263b685de33
parentdba8e41f2be04de58eadf78f524b3f981bf438c2
drm/i915: Squash gen lookup through multiple indirections inside GT access

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>
drivers/gpu/drm/i915/intel_uncore.c
This page took 0.038115 seconds and 5 git commands to generate.