projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
710e083
)
MLK-15124-04: image ss: Add mx8 image subsystem driver
author
Sandor Yu
<Sandor.yu@nxp.com>
Tue, 20 Jun 2017 07:37:16 +0000
(15:37 +0800)
committer
Leonard Crestez
<leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:51:34 +0000
(
02:51
+0300)
Add mxc media device driver.
Add mx8 isi device driver.
Add mx8 mipi csi device driver.
Add max9286 sensor driver.
mxc isi driver support CSC and scaling function.
Signed-off-by: Sandor Yu <Sandor.yu@nxp.com>
drivers/media/platform/imx8/mxc-isi-core.h
patch
|
blob
|
history
diff --git
a/drivers/media/platform/imx8/mxc-isi-core.h
b/drivers/media/platform/imx8/mxc-isi-core.h
index
7142aa9
..
3999310
100644
(file)
--- a/
drivers/media/platform/imx8/mxc-isi-core.h
+++ b/
drivers/media/platform/imx8/mxc-isi-core.h
@@
-269,13
+269,13
@@
struct mxc_isi_cap_dev {
struct mxc_isi_frame src_f;
struct mxc_isi_frame dst_f;
- u32
frame_count;
+ u32 frame_count;
u32 buf_index;
};
struct mxc_isi_dev {
- spinlock_t
slock;
+ spinlock_t slock;
struct mutex lock;
struct mutex m2m_lock;
wait_queue_head_t irq_queue;