Merge commit '993b7f02f5a7e53cc368e74820d2e07c3b342407'

* commit '993b7f02f5a7e53cc368e74820d2e07c3b342407':
  iommu: rockchip: Register pm ops to LATE_SYSTEM_SLEEP_PM_OPS
  ARM: dts: rockchip: rv1126b-evb2-v10-tb-400w-emmc: fix isp reserve memory error
  include: uapi: rkcif-config: add describe for quick stream control
  media: rockchip: vicap skip cache resume_mode when it is an illegal value
  ARM: dts: rockchip: rv1126b-thunder-boot: Add DCLK_CSI2HOST0 to protect
  drm/rockchip: drv: Fix kernel-doc warning
  media: rockchip: vicap clean cache of rdbk_rx_buf after stream off
  ASoC: rockchip: i2s-tdm: Compatible for deprecated property 'clk-trcm'

Change-Id: I13c1332d96d5b1b255a15b1541a7c28f6e40453b
This commit is contained in:
Tao Huang
2025-09-02 18:13:41 +08:00
8 changed files with 27 additions and 9 deletions

View File

@@ -129,6 +129,12 @@ struct rkcif_csi_info {
int dphy_vendor[RKCIF_MAX_CSI_NUM];
};
/*
* function: to quick start or stop stream
* on(input): to start or stop stream
* frame_num(output): for aiq to record frame number after stop stream
* resume_mode(input): set resume_mode to driver for AOV, set -1 for other case
*/
struct rkcif_quick_stream_param {
int on;
__u32 frame_num;