Re: [Intel-gfx] [PATCH] drm/i915: Simplify platform checks in intel_fb_pitch_limit()

2017-02-10 Thread Ville Syrjälä
On Thu, Feb 09, 2017 at 03:15:35PM +0200, Ander Conselvan De Oliveira wrote: > On Wed, 2017-02-08 at 19:53 +0200, ville.syrj...@linux.intel.com wrote: > > From: Ville Syrjälä > > > > Replace the VLV/CHV check with a HAS_GMCH_DISPLAY check > > in Fixed, and pushed to dinq. Thanks for the review.

Re: [Intel-gfx] [PATCH] drm/i915: Simplify platform checks in intel_fb_pitch_limit()

2017-02-09 Thread Ander Conselvan De Oliveira
On Wed, 2017-02-08 at 19:53 +0200, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > Replace the VLV/CHV check with a HAS_GMCH_DISPLAY check in > intel_fb_pitch_limit(), because it's shorter. > > Signed-off-by: Ville Syrjälä Reviewed-by: Ander Conselvan de Oliveira > --- >  dr

[Intel-gfx] [PATCH] drm/i915: Simplify platform checks in intel_fb_pitch_limit()

2017-02-08 Thread ville . syrjala
From: Ville Syrjälä Replace the VLV/CHV check with a HAS_GMCH_DISPLAY check intel_fb_pitch_limit(), because it's shorter. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_display.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_displ