From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com ([66.111.4.28]:46122 "EHLO out4-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932371AbcKMLV3 (ORCPT ); Sun, 13 Nov 2016 06:21:29 -0500 Date: Sun, 13 Nov 2016 12:21:40 +0100 From: Greg KH To: Thomas Backlund Cc: stable@vger.kernel.org Subject: Re: amdgpu / radeon regression fixes for 4.4 longterm Message-ID: <20161113112140.GE10476@kroah.com> References: <5f88876a-0a59-0d74-2ef2-dcf4053eca35@mageia.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5f88876a-0a59-0d74-2ef2-dcf4053eca35@mageia.org> Sender: stable-owner@vger.kernel.org List-ID: On Sat, Nov 05, 2016 at 10:02:52AM +0200, Thomas Backlund wrote: > > kernel 4.4.21 added theese commits: > > From a931b4f3726dbb852ce6ec455fcf793ce79b951f Mon Sep 17 00:00:00 2001 > From: Alex Deucher > Date: Thu, 17 Dec 2015 09:57:49 -0500 > Subject: [PATCH 081/135] drm/amdgpu: fix dp link rate selection (v2) > > [ Upstream commit 41869c1c7fe583dec932eb3d87de2e010b30a737 ] > > > From 4c1aab8bf63b9388398f0115a60c40bbef01181c Mon Sep 17 00:00:00 2001 > From: Alex Deucher > Date: Thu, 17 Dec 2015 10:23:34 -0500 > Subject: [PATCH 082/135] drm/radeon: fix dp link rate selection (v2) > > [ Upstream commit 092c96a8ab9d1bd60ada2ed385cc364ce084180e ] > > > > causing regression in DP detection, reported in Mageia bugzilla for the > radeon part. > > https://bugs.mageia.org/show_bug.cgi?id=19707 > > > To fix them up, 4.4 -longterm needs theese fixes: > > (already tagged for stable, but didn't apply to 4.4 branch before 4.4.21) > > > From 02d27234759dc4fe14a880ec1e1dee108cb0b503 Mon Sep 17 00:00:00 2001 > From: Alex Deucher > Date: Thu, 3 Mar 2016 19:34:28 -0500 > Subject: [PATCH] drm/amdgpu/dp: add back special handling for NUTMEG > > From c47b9e0944e483309d66c807d650ac8b8ceafb57 Mon Sep 17 00:00:00 2001 > From: Alex Deucher > Date: Wed, 11 May 2016 16:21:03 -0400 > Subject: [PATCH] drm/amdgpu: fix DP mode validation > > From c8213a638f65bf487c10593c216525952cca3690 Mon Sep 17 00:00:00 2001 > From: Alex Deucher > Date: Thu, 3 Mar 2016 19:26:24 -0500 > Subject: [PATCH] drm/radeon/dp: add back special handling for NUTMEG > > From ff0bd441bdfbfa09d05fdba9829a0401a46635c1 Mon Sep 17 00:00:00 2001 > From: Alex Deucher > Date: Wed, 11 May 2016 16:16:53 -0400 > Subject: [PATCH] drm/radeon: fix DP mode validation > > > They apply cleanly on top of 4.4.30. Thanks for these, all now queued up. greg k-h