Re: [Intel-gfx] [PATCH 04/11] drm/i915: Add HAS_PCH_LPT_LP() macro

2015-08-27 Thread Ville Syrjälä
On Wed, Aug 26, 2015 at 03:58:11PM -0300, Paulo Zanoni wrote: 2015-08-12 12:44 GMT-03:00 ville.syrj...@linux.intel.com: From: Ville Syrjälä ville.syrj...@linux.intel.com Make LPT:LP checks look neater by wrapping the details in a new HAS_PCH_LPT_LP() macro. This has the potential to

Re: [Intel-gfx] [PATCH 04/11] drm/i915: Add HAS_PCH_LPT_LP() macro

2015-08-26 Thread Paulo Zanoni
2015-08-12 12:44 GMT-03:00 ville.syrj...@linux.intel.com: From: Ville Syrjälä ville.syrj...@linux.intel.com Make LPT:LP checks look neater by wrapping the details in a new HAS_PCH_LPT_LP() macro. This has the potential to be confusing since HAS_PCH_LPT() is also true for cases where

[Intel-gfx] [PATCH 04/11] drm/i915: Add HAS_PCH_LPT_LP() macro

2015-08-12 Thread ville . syrjala
From: Ville Syrjälä ville.syrj...@linux.intel.com Make LPT:LP checks look neater by wrapping the details in a new HAS_PCH_LPT_LP() macro. Signed-off-by: Ville Syrjälä ville.syrj...@linux.intel.com --- drivers/gpu/drm/i915/i915_drv.h | 1 + drivers/gpu/drm/i915/intel_display.c | 13