commit | e14cbee401cd00779a5267128371506b22c77bc9 | [log] [tgz] |
---|---|---|
author | Michel Dänzer <michel@daenzer.net> | Tue Jun 23 12:36:32 2009 +0200 |
committer | Dave Airlie <airlied@linux.ie> | Wed Jun 24 16:11:04 2009 +1000 |
tree | 33707db9beab3a928cfc9b182efcb46c73db863a | |
parent | b1e3a6d1c4d0ac75ad8289bcfd69efcc9b1bc6e5 [diff] |
drm: Fix shifts which were miscalculated when converting from bitfields. Looks like I managed to mess up most shifts when converting from bitfields. :( The patch below works on my Thinkpad T500 (as well as on my PowerBook, where the previous change worked as well, maybe out of luck...). I'd appreciate more testing and eyes looking over it though. Signed-off-by: Michel Dänzer <daenzer@vmware.com> Tested-by: Michael Pyne <mpyne@kde.org> Signed-off-by: Dave Airlie <airlied@linux.ie>