From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Harvey Subject: Re: [PATCH] mgag200 code cleanup patches Date: Mon, 29 Apr 2013 14:59:10 -0400 Message-ID: <8761z5b1tt.fsf@matrox.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mtxmxout5.matrox.com (mtxmxout5.matrox.com [138.11.2.95]) by gabe.freedesktop.org (Postfix) with ESMTP id 1189DE5D21 for ; Mon, 29 Apr 2013 11:55:14 -0700 (PDT) Received: from venus.matrox.com (venus.matrox.com [192.168.1.30]) by mtxmxout5.matrox.com (Postfix) with ESMTP id 66F5A1C6D54 for ; Mon, 29 Apr 2013 14:55:13 -0400 (EDT) Received: (from ssmsp@localhost) by venus.matrox.com (8.14.4/8.13.2) id r3TItDhs015662 for dri-devel@lists.freedesktop.org; Mon, 29 Apr 2013 14:55:13 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by venus.matrox.com (Postfix) with ESMTP id DA0A5F4DBE for ; Mon, 29 Apr 2013 14:55:12 -0400 (EDT) Received: from pluton.matrox.com (pluton.matrox.com [192.168.8.7]) by venus.matrox.com (Postfix) with ESMTP id 9EF85F4DB5 for ; Mon, 29 Apr 2013 14:55:12 -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 Cc: Mathieu Larouche List-Id: dri-devel@lists.freedesktop.org Christopher Harvey writes: > I submitted these a while ago, but I think they got lost in the > mailing list. Just wanted to make sure they get a shot at the merge > window. > > thanks, > > Christopher Harvey (3): > drm/mgag200: Remove pointless call to drm_fb_get_bpp_depth > drm/mgag200: Pass driver specific mga_device in driver functions > drm/mgag200: Remove extra variable assigns > > drivers/gpu/drm/mgag200/mgag200_fb.c | 3 --- > drivers/gpu/drm/mgag200/mgag200_main.c | 2 -- > drivers/gpu/drm/mgag200/mgag200_mode.c | 7 +++---- > 3 files changed, 3 insertions(+), 9 deletions(-) the drm-next branch is what gets merged into merge windows, right? http://cgit.freedesktop.org/~airlied/linux/ --