Re: [Intel-gfx] [PATCH 3/2] drm/i915: Factor out intel_crtc_has_encoders()

2015-09-01 Thread Daniel Vetter
On Thu, Aug 27, 2015 at 10:29:13AM +0300, Jani Nikula wrote: > On Wed, 26 Aug 2015, ville.syrj...@linux.intel.com wrote: > > From: Ville Syrjälä > > > > Make the code mode readable by pulling the "does this crtc have any > > encoders?" deduction into a separate function. > > > > Cc: Maarten Lankho

Re: [Intel-gfx] [PATCH 3/2] drm/i915: Factor out intel_crtc_has_encoders()

2015-08-27 Thread Jani Nikula
On Wed, 26 Aug 2015, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > Make the code mode readable by pulling the "does this crtc have any > encoders?" deduction into a separate function. > > Cc: Maarten Lankhorst > Signed-off-by: Ville Syrjälä Reviewed-by: Jani Nikula > --- >

[Intel-gfx] [PATCH 3/2] drm/i915: Factor out intel_crtc_has_encoders()

2015-08-26 Thread ville . syrjala
From: Ville Syrjälä Make the code mode readable by pulling the "does this crtc have any encoders?" deduction into a separate function. Cc: Maarten Lankhorst Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_display.c | 22 +- 1 file changed, 13 insertions(+), 9 d