git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
418d620
)
video: s3c-fb: fix red offset and length for ARGB232 format
author
Jingoo Han
<jg1.han@samsung.com>
Fri, 26 Oct 2012 06:41:49 +0000
(15:41 +0900)
committer
Jingoo Han
<jg1.han@samsung.com>
Mon, 26 Nov 2012 04:35:36 +0000
(13:35 +0900)
Green pixel and blue pixel are 3 bits and 2 bits respectively
at ARGB232 format. Thus, the value of red offset should be 5,
not 4. Also, the value of red length should be 2, because
red pixel is 2 bits at ARGB232 format.
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
drivers/video/s3c-fb.c
patch
|
blob
|
history
diff --cc
drivers/video/s3c-fb.c
Simple merge