]> git.baikalelectronics.ru Git - kernel.git/commit
fbdev: bfin-t350mcqb-fb: fix fbmem allocation with blanking lines
authorMichael Hennerich <michael.hennerich@analog.com>
Tue, 11 May 2010 21:07:00 +0000 (14:07 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 12 May 2010 00:33:42 +0000 (17:33 -0700)
commited5f05eb8ba7f503c2248f82e9224b03e4517ead
treebfd82757bb17aa4a921932acd84c072349f178f1
parentd46001ec2f661cdfaa79db19b3d60ee595057996
fbdev: bfin-t350mcqb-fb: fix fbmem allocation with blanking lines

The current allocation does not include the memory required for blanking
lines.  So avoid memory corruption when multiple devices are using the DMA
memory near each other.

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/bfin-t350mcqb-fb.c