commit | 596c5923197b889e2b7dc9d2188799933125bbb5 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Feb 26 11:03:20 2016 +0000 |
committer | Tvrtko Ursulin <tvrtko.ursulin@intel.com> | Fri Feb 26 13:15:39 2016 +0000 |
tree | 23ee26e85e760b73e7c5ca93cfbab1c7410b0294 | |
parent | 1c7f4bca5a6f53c8aa5ecf52fc9f68194e44aede [diff] |
drm/i915: Reduce the pointer dance of i915_is_ggtt() The multiple levels of indirect do nothing but hinder the compiler and the pointer chasing turns to be quite painful but painless to fix. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Reviewed-by: Dave Gordon <david.s.gordon@intel.com> Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1456484600-11477-1-git-send-email-tvrtko.ursulin@linux.intel.com