From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [v5.0 stable PATCH] drm/i915/dp: revert back to max link rate and lane count on eDP Date: Mon, 15 Apr 2019 16:43:00 +0200 Message-ID: <20190415144300.GA27194@kroah.com> References: <1555325493102231@kroah.com> <20190415125837.16428-1-jani.nikula@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Content-Disposition: inline In-Reply-To: <20190415125837.16428-1-jani.nikula@intel.com> Sender: stable-owner@vger.kernel.org To: Jani Nikula Cc: aacid@kde.org, airlied@gmail.com, ilpanich@gmail.com, manasi.d.navare@intel.com, matteoiervasi@gmail.com, matthew.s.atwood@intel.com, rodrigo.vivi@intel.com, shawn.c.lee@intel.com, stable@vger.kernel.org, ville.syrjala@linux.intel.com, intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On Mon, Apr 15, 2019 at 03:58:37PM +0300, Jani Nikula wrote: > commit 21635d7311734d2d1b177f8a95e2f9386174b76d upstream. > > Commit 7769db588384 ("drm/i915/dp: optimize eDP 1.4+ link config fast > and narrow") started to optize the eDP 1.4+ link config, both per spec > and as preparation for display stream compression support. > > Sadly, we again face panels that flat out fail with parameters they > claim to support. Revert, and go back to the drawing board. > > v2: Actually revert to max params instead of just wide-and-slow. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=109959 > Fixes: 7769db588384 ("drm/i915/dp: optimize eDP 1.4+ link config fast and narrow") > Cc: Ville Syrjälä > Cc: Manasi Navare > Cc: Rodrigo Vivi > Cc: Matt Atwood > Cc: "Lee, Shawn C" > Cc: Dave Airlie > Cc: intel-gfx@lists.freedesktop.org > Cc: # v5.0+ > Reviewed-by: Rodrigo Vivi > Reviewed-by: Manasi Navare > Tested-by: Albert Astals Cid # v5.0 backport > Tested-by: Emanuele Panigati # v5.0 backport > Tested-by: Matteo Iervasi # v5.0 backport > Signed-off-by: Jani Nikula > Link: https://patchwork.freedesktop.org/patch/msgid/20190405075220.9815-1-jani.nikula@intel.com > (cherry picked from commit f11cb1c19ad0563b3c1ea5eb16a6bac0e401f428) > Signed-off-by: Rodrigo Vivi > --- > drivers/gpu/drm/i915/intel_dp.c | 69 +++++---------------------------- > 1 file changed, 10 insertions(+), 59 deletions(-) Now queued up, thanks. greg k-h