drm/i915: Convert a couple more INTEL_INFO-esque macros to be pointer agnostic
authorChris Wilson <chris@chris-wilson.co.uk>
Sun, 24 Aug 2014 18:35:31 +0000 (19:35 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 24 Oct 2014 14:34:03 +0000 (16:34 +0200)
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>
drivers/gpu/drm/i915/i915_drv.h

Simple merge