projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6532f6f
)
MLK-20326-3: ISI: enable alpha insertion feature for camera
author
Guoniu.Zhou
<guoniu.zhou@nxp.com>
Fri, 9 Nov 2018 10:52:46 +0000
(18:52 +0800)
committer
Leonard Crestez
<leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:51:34 +0000
(
02:51
+0300)
Enable global alpha insertion feature for camera
Signed-off-by: Guoniu.Zhou <guoniu.zhou@nxp.com>
drivers/media/platform/imx8/mxc-isi-hw.c
patch
|
blob
|
history
diff --git
a/drivers/media/platform/imx8/mxc-isi-hw.c
b/drivers/media/platform/imx8/mxc-isi-hw.c
index
76f482f
..
f666c0e
100644
(file)
--- a/
drivers/media/platform/imx8/mxc-isi-hw.c
+++ b/
drivers/media/platform/imx8/mxc-isi-hw.c
@@
-571,13
+571,11
@@
void mxc_isi_channel_config(struct mxc_isi_dev *mxc_isi)
/* TODO */
mxc_isi_channel_set_flip(mxc_isi);
-#if 0
- mxc_isi_channel_set_crop(mxc_isi);
if (mxc_isi->alphaen)
mxc_isi_channel_set_alpha(mxc_isi);
-
- mxc_isi_channel_set_
4k
(mxc_isi);
+#if 0
+ mxc_isi_channel_set_
crop
(mxc_isi);
#endif
val = readl(mxc_isi->regs + CHNL_CTRL);