Re: [Intel-gfx] [PATCH 07/13] drm/i915: Hide the source vs. sink rate handling from intel_dp_compute_config()

2015-03-13 Thread sonika
On Thursday 12 March 2015 08:40 PM, ville.syrj...@linux.intel.com wrote: From: Ville Syrjälä ville.syrj...@linux.intel.com intel_dp_compute_config() only really needs to know the rates supported by both source and sink, so hide the raw source and sink arrays from it. Signed-off-by: Ville

Re: [Intel-gfx] [PATCH 07/13] drm/i915: Hide the source vs. sink rate handling from intel_dp_compute_config()

2015-03-13 Thread Ville Syrjälä
On Fri, Mar 13, 2015 at 05:14:59PM +0530, sonika wrote: On Thursday 12 March 2015 08:40 PM, ville.syrj...@linux.intel.com wrote: From: Ville Syrjälä ville.syrj...@linux.intel.com intel_dp_compute_config() only really needs to know the rates supported by both source and sink, so hide the

Re: [Intel-gfx] [PATCH 07/13] drm/i915: Hide the source vs. sink rate handling from intel_dp_compute_config()

2015-03-13 Thread sonika
On Friday 13 March 2015 05:32 PM, Ville Syrjälä wrote: On Fri, Mar 13, 2015 at 05:14:59PM +0530, sonika wrote: On Thursday 12 March 2015 08:40 PM, ville.syrj...@linux.intel.com wrote: From: Ville Syrjälä ville.syrj...@linux.intel.com intel_dp_compute_config() only really needs to know the

[Intel-gfx] [PATCH 07/13] drm/i915: Hide the source vs. sink rate handling from intel_dp_compute_config()

2015-03-12 Thread ville . syrjala
From: Ville Syrjälä ville.syrj...@linux.intel.com intel_dp_compute_config() only really needs to know the rates supported by both source and sink, so hide the raw source and sink arrays from it. Signed-off-by: Ville Syrjälä ville.syrj...@linux.intel.com --- drivers/gpu/drm/i915/intel_dp.c | 37