From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Subject: [PATCH 0/3] radeon cursor patches Date: Fri, 30 Sep 2011 17:16:50 +0200 Message-ID: <1317395813-2661-1-git-send-email-michel@daenzer.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail.gna.ch (darkcity.gna.ch [195.226.6.51]) by gabe.freedesktop.org (Postfix) with ESMTP id 46CB89EB09 for ; Fri, 30 Sep 2011 08:15:28 -0700 (PDT) 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: Nicholas Miell List-Id: dri-devel@lists.freedesktop.org While reviewing Nicholas Miell's patch 'drm/radeon/kms: fix cursor image off-by-one error', I noticed at least one other bug (fixed by patch 2, and one potential bug fixed by patch 3) and opportunities for cleanup. Patch 1 is based on Nicholas' patch and can be dropped if he amends his patch along the same lines. [PATCH 1/3] drm/radeon: Simplify cursor x/yorigin calculation. [PATCH 2/3] drm/radeon: Update AVIVO cursor coordinate origin before [PATCH 3/3] drm/radeon: Set cursor x/y to 0 when x/yorigin > 0.