Merge commit '435ab979d2'
* commit '435ab979d2':
ARM: configs: rv1106-wakeup.config: enable CONFIG_INPUT_EVDEV
PCI: rockchip: dw: Add debug info for device miss case
drivers: rkflash: Change RK_SFTL dependent to RK_NANDC_NAND
arm64/configs: rk3308bs_mipi_display.config add gt911
input: touchscreen: fixed gt9xx compile error
media: rockchip: isp: isp32 using ktime_get_boottime_ns
media: rockchip: vicap: change irq state when start/stop stream
media: rockchip: vicap: rv1106 use ktime_get_boottime_ns to get timestamp
media: rockchip: vicap support skip frame
dt-bindings: opp: rockchip: Add more properties for pvtm and pvtpll
media: rockchip: vicap:fix oneframe switch to multiframe error
media: rockchip: isp: fix 4k and dual_sensor pm oneframe error
media: rockchip: vicap optimize buf rotation in thunderboot mode
media: rockchip: vicap fixes logic error of get thundboot_resmem_head
media: rockchip: vicap fixes some error for 4K with AOV
Change-Id: I437995aba6f4491b3896430547a382256034624b
This commit is contained in:
commit
b0615530ae
36 changed files with 483 additions and 327 deletions
|
|
@ -183,6 +183,9 @@
|
|||
#define RKMODULE_SET_CAPTURE_MODE \
|
||||
_IOW('V', BASE_VIDIOC_PRIVATE + 40, struct rkmodule_capture_info)
|
||||
|
||||
#define RKMODULE_GET_SKIP_FRAME \
|
||||
_IOW('V', BASE_VIDIOC_PRIVATE + 41, __u32)
|
||||
|
||||
struct rkmodule_i2cdev_info {
|
||||
__u8 slave_addr;
|
||||
} __attribute__ ((packed));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue