[Intel-gfx] [PATCH] drm/i915: Convert a couple more INTEL_INFO-esque macros to be pointer agnostic

2014-08-24 Thread Chris Wilson
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 --- drivers/gpu/drm/i915/i915_drv.h | 4 ++-- 1 file changed, 2 in

Re: [Intel-gfx] [PATCH] drm/i915: Convert a couple more INTEL_INFO-esque macros to be pointer agnostic

2014-10-10 Thread Jani Nikula
On Sun, 24 Aug 2014, Chris Wilson wrote: > 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 Reviewed-by: Ja

Re: [Intel-gfx] [PATCH] drm/i915: Convert a couple more INTEL_INFO-esque macros to be pointer agnostic

2014-10-19 Thread Daniel Vetter
On Fri, Oct 10, 2014 at 06:08:21PM +0300, Jani Nikula wrote: > On Sun, 24 Aug 2014, Chris Wilson wrote: > > 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 usin