Antonino A. Daplas be0d9b6c7a [PATCH] fbdev: Fix incorrect unaligned access in little-endian machines
The drawing function cfbfillrect does not work correctly when access is not
unsigned-long aligned.  It manifests as extra lines of pixels that are not
complete drawn.  Reversing the shift operator solves the problem, so I would
presume that this bug would manifest only on little endian machines.  The
function cfbcopyarea may also have this bug.

Aligned access should present no problems.

Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-12-12 22:31:17 -08:00
..
2005-09-03 00:15:11 -04:00
2005-11-13 18:14:16 -08:00
2005-11-13 18:14:16 -08:00
2005-11-14 19:56:02 -08:00
2005-11-13 18:14:16 -08:00
2005-11-13 18:14:16 -08:00
2005-11-13 18:14:16 -08:00
2005-11-13 18:14:16 -08:00
2005-11-13 18:14:16 -08:00
2005-11-13 18:14:16 -08:00
2005-11-13 18:14:16 -08:00
2005-12-05 13:42:06 -08:00
2005-10-30 17:37:32 -08:00
2005-11-07 14:35:14 +01:00