From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Deucher Subject: Re: [pull] radeon drm-fixes-3.7 Date: Thu, 8 Nov 2012 10:28:34 -0500 Message-ID: References: <1352299203-28305-1-git-send-email-alexdeucher@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mail-ob0-f177.google.com (mail-ob0-f177.google.com [209.85.214.177]) by gabe.freedesktop.org (Postfix) with ESMTP id 133049F4E7 for ; Thu, 8 Nov 2012 07:28:35 -0800 (PST) Received: by mail-ob0-f177.google.com with SMTP id wd20so2789931obb.36 for ; Thu, 08 Nov 2012 07:28:34 -0800 (PST) In-Reply-To: <1352299203-28305-1-git-send-email-alexdeucher@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: airlied@gmail.com, dri-devel@lists.freedesktop.org Cc: Alex Deucher List-Id: dri-devel@lists.freedesktop.org On Wed, Nov 7, 2012 at 9:40 AM, wrote: > From: Alex Deucher > > Hi Dave, > > Just one patch that fixes a display regression in certain cases. I just pushed another couple of small fixes: commit f418b88aad0c42b4caf4d79a0cf8d14a5d0a2284 Author: Alex Deucher Date: Thu Nov 8 10:13:24 2012 -0500 drm/radeon/si: add some missing regs to the VM reg checker This register is needed for streamout to work properly. Signed-off-by: Alex Deucher Cc: stable@vger.kernel.org Reviewed-by: Michel D=E4nzer commit 860fe2f05fa2eacac84368e23547ec8cf3cc6652 Author: Alex Deucher Date: Thu Nov 8 10:08:04 2012 -0500 drm/radeon/cayman: add some missing regs to the VM reg checker These regs were being wronly rejected leading to rendering issues. fixes: https://bugs.freedesktop.org/show_bug.cgi?id=3D56876 Signed-off-by: Alex Deucher Cc: stable@vger.kernel.org Reviewed-by: Michel D=E4nzer > > The following changes since commit 695ddeb457584a602f2ba117d08ce37cf6ec15= 89: > > drm/radeon: fix typo in evergreen_mc_resume() (2012-11-07 10:53:49 +100= 0) > > are available in the git repository at: > git://people.freedesktop.org/~agd5f/linux drm-fixes-3.7 > > Alex Deucher (1): > drm/radeon/dce3: switch back to old pll allocation order for discre= te > > drivers/gpu/drm/radeon/atombios_crtc.c | 54 ++++++++++++++++++--------= ----- > 1 files changed, 31 insertions(+), 23 deletions(-)