From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com ([134.134.136.65]:10332 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751276AbbINE7x (ORCPT ); Mon, 14 Sep 2015 00:59:53 -0400 Message-ID: <55F65445.3000603@intel.com> Date: Mon, 14 Sep 2015 10:29:49 +0530 From: Sivakumar Thulasimani MIME-Version: 1.0 CC: stable@vger.kernel.org, Jani Nikula , gregkh@linuxfoundation.org Subject: Re: [PATCH] Revert "drm/i915: Add eDP intermediate frequencies for CHV" References: <144201029915714@kroah.com> <1442206531-29776-1-git-send-email-sivakumar.thulasimani@intel.com> In-Reply-To: <1442206531-29776-1-git-send-email-sivakumar.thulasimani@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit To: unlisted-recipients:; (no To-header on input) Sender: stable-owner@vger.kernel.org List-ID: +adding Greg who was missed in reply-to mail On 9/14/2015 10:25 AM, Sivakumar Thulasimani wrote: > From: "Thulasimani,Sivakumar" > > This reverts > commit: fe51bfb95c996733150c44d21e1c9f4b6322a326. > Author: Ville Syrjälä > Date: Thu Mar 12 17:10:38 2015 +0200 > > CHV does not support intermediate frequencies so reverting the > patch that added it in the first place > > Cc: stable@vger.kernel.org > Reviewed-by: Ville Syrjälä > Signed-off-by: Sivakumar Thulasimani > Signed-off-by: Jani Nikula > --- > drivers/gpu/drm/i915/intel_dp.c | 6 ------ > 1 file changed, 6 deletions(-) > > diff --git a/drivers/gpu/drm/i915/intel_dp.c b/drivers/gpu/drm/i915/intel_dp.c > index b1fe32b..3e277c4 100644 > --- a/drivers/gpu/drm/i915/intel_dp.c > +++ b/drivers/gpu/drm/i915/intel_dp.c > @@ -87,9 +87,6 @@ static const struct dp_link_dpll chv_dpll[] = { > /* Skylake supports following rates */ > static const int gen9_rates[] = { 162000, 216000, 270000, > 324000, 432000, 540000 }; > -static const int chv_rates[] = { 162000, 202500, 210000, 216000, > - 243000, 270000, 324000, 405000, > - 420000, 432000, 540000 }; > static const int default_rates[] = { 162000, 270000, 540000 }; > > /** > @@ -1169,9 +1166,6 @@ intel_dp_source_rates(struct drm_device *dev, const int **source_rates) > if (INTEL_INFO(dev)->gen >= 9) { > *source_rates = gen9_rates; > return ARRAY_SIZE(gen9_rates); > - } else if (IS_CHERRYVIEW(dev)) { > - *source_rates = chv_rates; > - return ARRAY_SIZE(chv_rates); > } > > *source_rates = default_rates; -- regards, Sivakumar