summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorJingoo Han <jg1.han@samsung.com>2011-05-24 08:55:23 (GMT)
committerPaul Mundt <lethal@linux-sh.org>2011-05-24 09:04:37 (GMT)
commitaf1ce6b2fad7d572aef040d61a935da28a861853 (patch)
treea18e6ff51105adacd20c887fdceec15872878898 /include/linux
parent6aa9681100303bd467cbd0262eb00da8d492fc7f (diff)
downloadlinux-fsl-qoriq-af1ce6b2fad7d572aef040d61a935da28a861853.tar.xz
video: s3c-fb: correct transparency checking in 32bpp
32bpp means ARGB 8888 in the driver, therfore the transparency length and offset should be 8 and 24 respectively. However, the transparency length and offset were previously 0, which means that the driver supports RGB 888 without alpha blending when 32bpp is used. So, the transparency checking in 32bpp is corrected so that the transparency length and offset are 8 and 24 respectively. Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions