projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4581b3
)
video: s3c-fb: set missing bitmask of enabled hardware window
author
Jingoo Han
<jg1.han@samsung.com>
Fri, 2 Dec 2011 10:07:17 +0000
(19:07 +0900)
committer
Florian Tobias Schandinat
<FlorianSchandinat@gmx.de>
Mon, 19 Dec 2011 20:03:30 +0000
(20:03 +0000)
This patch set missing bitmask of enabled hardware window which
should be checked whenever the hardware window is enabled.
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
drivers/video/s3c-fb.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/video/s3c-fb.c
b/drivers/video/s3c-fb.c
index e84677e6f5edcfbd35e4c7f833929651e85e8cf7..7a840d52474d44038f9d9484a4a4b0026c46ac19 100644
(file)
--- a/
drivers/video/s3c-fb.c
+++ b/
drivers/video/s3c-fb.c
@@
-574,6
+574,7
@@
static int s3c_fb_set_par(struct fb_info *info)
}
data = WINCONx_ENWIN;
+ sfb->enabled |= (1 << win->index);
/* note, since we have to round up the bits-per-pixel, we end up
* relying on the bitfield information for r/g/b/a to work out