commit | f2fbc690aee054d3e29044d66518335fe03069ca | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Sun Aug 24 19:35:31 2014 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Oct 24 16:34:03 2014 +0200 |
tree | d74758e50056645124f56ae1e1e18594a5206e11 | |
parent | 1447dde094c1ebe90289949b4735f8d6ed2f2c08 [diff] |
drm/i915: Convert a couple more INTEL_INFO-esque macros to be pointer agnostic Just a couple more macros that assume that they were being passed a struct drm_device when they want a struct drm_i915_private. Use our magic macro to ease transitioning over to using drm_i915_privates Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Jani Nikula <jani.nikula@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>