git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dba8e41
)
drm/i915: Squash gen lookup through multiple indirections inside GT access
author
Chris Wilson
<chris@chris-wilson.co.uk>
Fri, 19 Jul 2013 19:36:55 +0000
(20:36 +0100)
committer
Daniel 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