kernel/drivers/media/platform/rockchip/isp/hw.h
.. .. @@ -89,6 +89,7 @@ 89 89 struct rkisp_monitor monitor; 90 90 u64 iq_feature; 91 91 int buf_init_cnt; 92 + u32 unite;92 93 bool is_feature_on; 93 94 bool is_dma_contig; 94 95 bool is_dma_sg_ops; .. .. @@ -99,11 +100,11 @@ 99 100 bool is_thunderboot; 100 101 bool is_buf_init; 101 102 bool is_shutdown; 102 - bool is_unite;103 103 bool is_multi_overflow; 104 104 bool is_runing; 105 105 bool is_frm_buf; 106 106 bool is_dvfs; 107 + bool is_assigned_clk;107 108 }; 108 109 109 110 int rkisp_register_irq(struct rkisp_hw_dev *dev);