From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julia Lemire Subject: [PATCH 0/2] drm/mgag200: hardware cursor bug fixes & new parameter Date: Mon, 24 Feb 2014 16:14:40 -0500 (EST) Message-ID: 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 97992FAC27 for ; Mon, 24 Feb 2014 13:14:41 -0800 (PST) Received: from venus.matrox.com (unknown [192.168.1.36]) by mtxmxout3.matrox.com (Postfix) with ESMTP id E969D70B63 for ; Mon, 24 Feb 2014 16:14:40 -0500 (EST) Received: (from ssmsp@localhost) by venus.matrox.com (8.14.6/8.13.2) id s1OLEe92013695 for dri-devel@lists.freedesktop.org; Mon, 24 Feb 2014 16:14:40 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by venus.matrox.com (Postfix) with ESMTP id D73A45F760 for ; Mon, 24 Feb 2014 16:14:40 -0500 (EST) Received: from venus.matrox.com ([127.0.0.1]) by localhost (venus.matrox.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id jx3DSf-rWh-D for ; Mon, 24 Feb 2014 16:14:40 -0500 (EST) Received: from venus-in.matrox.com (localhost.localdomain [127.0.0.1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by venus.matrox.com (Postfix) with ESMTPS id C785C5F74B for ; Mon, 24 Feb 2014 16:14:40 -0500 (EST) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org To: dri-devel@lists.freedesktop.org Cc: Mathieu Larouche List-Id: dri-devel@lists.freedesktop.org Here are a few bug fixes and a new control parameter for the mgag200 hardware cursor. Julia Lemire (2): drm/mgag200: Added the hwcursor parameter to turn hardware cursor on/off. drm/mgag200: Fix hardware cursor colour inversion and inaccurate register index. drivers/gpu/drm/mgag200/mgag200_cursor.c | 36 +++++++++++++++++++++++++----- 1 file changed, 31 insertions(+), 5 deletions(-) -- 1.7.10.4