hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/drivers/media/platform/rockchip/isp/hw.h
....@@ -89,6 +89,7 @@
8989 struct rkisp_monitor monitor;
9090 u64 iq_feature;
9191 int buf_init_cnt;
92
+ u32 unite;
9293 bool is_feature_on;
9394 bool is_dma_contig;
9495 bool is_dma_sg_ops;
....@@ -99,11 +100,11 @@
99100 bool is_thunderboot;
100101 bool is_buf_init;
101102 bool is_shutdown;
102
- bool is_unite;
103103 bool is_multi_overflow;
104104 bool is_runing;
105105 bool is_frm_buf;
106106 bool is_dvfs;
107
+ bool is_assigned_clk;
107108 };
108109
109110 int rkisp_register_irq(struct rkisp_hw_dev *dev);