[PATCH v2 1/2] drm/radeon: Restrict offset for legacy hardware cursor.

2012-03-14 Thread Michel Dänzer
From: Michel D?nzer The hardware only takes 27 bits for the offset, so larger offsets are truncated, and the hardware cursor shows random bits other than the intended ones. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=46796 Cc: stable at vger.kernel.org Signed-off-by: Michel D?nzer -

[PATCH v2 1/2] drm/radeon: Restrict offset for legacy hardware cursor.

2012-03-14 Thread Alex Deucher
2012/3/14 Michel D?nzer : > From: Michel D?nzer > > The hardware only takes 27 bits for the offset, so larger offsets are > truncated, and the hardware cursor shows random bits other than the intended > ones. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=46796 > > Cc: stable at vger.k

Re: [PATCH v2 1/2] drm/radeon: Restrict offset for legacy hardware cursor.

2012-03-14 Thread Alex Deucher
2012/3/14 Michel Dänzer : > From: Michel Dänzer > > The hardware only takes 27 bits for the offset, so larger offsets are > truncated, and the hardware cursor shows random bits other than the intended > ones. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=46796 > > Cc: sta...@vger.kern

[PATCH v2 1/2] drm/radeon: Restrict offset for legacy hardware cursor.

2012-03-14 Thread Michel Dänzer
From: Michel Dänzer The hardware only takes 27 bits for the offset, so larger offsets are truncated, and the hardware cursor shows random bits other than the intended ones. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=46796 Cc: sta...@vger.kernel.org Signed-off-by: Michel Dänzer ---