From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Harvey Subject: Re: [PATCH 0/4] mgag200 fixes Date: Thu, 09 May 2013 15:41:12 -0400 Message-ID: <87r4hgos9z.fsf@matrox.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mtxmxout3.matrox.com (mtxmxout3.matrox.com [138.11.2.93]) by gabe.freedesktop.org (Postfix) with ESMTP id B708DE5F35 for ; Thu, 9 May 2013 12:37:18 -0700 (PDT) Received: from venus.matrox.com (venus.matrox.com [192.168.1.30]) by mtxmxout3.matrox.com (Postfix) with ESMTP id 530052A4B29 for ; Thu, 9 May 2013 15:37:18 -0400 (EDT) Received: (from ssmsp@localhost) by venus.matrox.com (8.14.4/8.13.2) id r49JbIMH018353 for dri-devel@lists.freedesktop.org; Thu, 9 May 2013 15:37:18 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by venus.matrox.com (Postfix) with ESMTP id C3DD5F4DBD for ; Thu, 9 May 2013 15:37:17 -0400 (EDT) Received: from pluton.matrox.com (pluton.matrox.com [192.168.8.7]) by venus.matrox.com (Postfix) with ESMTP id A30FFF4DB6 for ; Thu, 9 May 2013 15:37:17 -0400 (EDT) In-reply-to: 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: dri-devel@lists.freedesktop.org Cc: Mathieu Larouche List-Id: dri-devel@lists.freedesktop.org Christopher Harvey writes: > The Following should be CC'd to stable: > * drm/mgag200: Fix writes into MGA1064_PIX_CLK_CTL register > * drm/mgag200: Fix framebuffer base address programming > > The others are bug fixes, but aren't critical. I'm sitting on some > hardware cursor code that depends on all of these patches before it > can go in. I'm aiming for 3.11 for the hardware cursor support. > > thanks, > Christopher Harvey (4): > drm/mgag200: Don't change unrelated registers during modeset > drm/mgag200: Fix writes into MGA1064_PIX_CLK_CTL register > drm/mgag200: Convert counter delays to jiffies > drm/mgag200: Fix framebuffer base address programming > > drivers/gpu/drm/mgag200/mgag200_mode.c | 90 ++++++++++++++++++++-------------- > 1 file changed, 52 insertions(+), 38 deletions(-) please ignore this, version 2 has been posted. -C