Re: [PATCH] drm/radeon/kms: more atom parser fixes

2010-04-09 Thread Alex Deucher
:18 -0400 > Subject: [PATCH] drm/radeon/kms: more atom parser fixes > > shr/shl ops need the full dst rather than the pre-masked > version.  Fixes fdo bug 27478 and kernel bug 15738. > > Signed-off-by: Alex Deucher > --- >  drivers/gpu/drm/radeon/atom.c |   12 ++-- >  

Re: [PATCH] drm/radeon/kms: more atom parser fixes

2010-04-09 Thread Alex Deucher
This should go to stable as well. Forgot to add the stable cc. Alex On Fri, Apr 9, 2010 at 2:41 PM, Alex Deucher wrote: > From 44cc309323e38fc4fa7b7c7bea190aeaa0abd224 Mon Sep 17 00:00:00 2001 > From: Alex Deucher > Date: Fri, 9 Apr 2010 14:27:18 -0400 > Subject: [PATCH] drm/rade

[PATCH] drm/radeon/kms: more atom parser fixes

2010-04-09 Thread Alex Deucher
>From 44cc309323e38fc4fa7b7c7bea190aeaa0abd224 Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Fri, 9 Apr 2010 14:27:18 -0400 Subject: [PATCH] drm/radeon/kms: more atom parser fixes shr/shl ops need the full dst rather than the pre-masked version. Fixes fdo bug 27478 and kernel bug 15