Home
last modified time | relevance | path

Searched refs:module_en_update (Results 1 – 25 of 34) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/staging/media/rkisp1/
H A Drkisp1-params.c885 unsigned int module_en_update, module_cfg_update, module_ens; in rkisp1_isp_isr_other_config() local
887 module_en_update = new_params->module_en_update; in rkisp1_isp_isr_other_config()
891 if ((module_en_update & RKISP1_CIF_ISP_MODULE_DPCC) || in rkisp1_isp_isr_other_config()
898 if (module_en_update & RKISP1_CIF_ISP_MODULE_DPCC) { in rkisp1_isp_isr_other_config()
910 if ((module_en_update & RKISP1_CIF_ISP_MODULE_BLS) || in rkisp1_isp_isr_other_config()
917 if (module_en_update & RKISP1_CIF_ISP_MODULE_BLS) { in rkisp1_isp_isr_other_config()
929 if ((module_en_update & RKISP1_CIF_ISP_MODULE_SDG) || in rkisp1_isp_isr_other_config()
936 if (module_en_update & RKISP1_CIF_ISP_MODULE_SDG) { in rkisp1_isp_isr_other_config()
948 if ((module_en_update & RKISP1_CIF_ISP_MODULE_LSC) || in rkisp1_isp_isr_other_config()
955 if (module_en_update & RKISP1_CIF_ISP_MODULE_LSC) { in rkisp1_isp_isr_other_config()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params_v1x.c1715 unsigned int module_en_update, module_cfg_update, module_ens; in __isp_isr_other_config() local
1727 module_en_update = new_params->module_en_update; in __isp_isr_other_config()
1739 if ((module_en_update & CIFISP_MODULE_DPCC) || in __isp_isr_other_config()
1746 if (module_en_update & CIFISP_MODULE_DPCC) { in __isp_isr_other_config()
1758 if ((module_en_update & CIFISP_MODULE_BLS) || in __isp_isr_other_config()
1764 if (module_en_update & CIFISP_MODULE_BLS) { in __isp_isr_other_config()
1776 if ((module_en_update & CIFISP_MODULE_SDG) || in __isp_isr_other_config()
1782 if (module_en_update & CIFISP_MODULE_SDG) { in __isp_isr_other_config()
1794 if ((module_en_update & CIFISP_MODULE_LSC) || in __isp_isr_other_config()
1800 if (module_en_update & CIFISP_MODULE_LSC) { in __isp_isr_other_config()
[all …]
H A Disp_params_v21.c3548 u64 module_en_update = new_params->module_en_update; in __isp_isr_other_en() local
3555 module_en_update &= ~ISP2X_MODULE_HDRMGE; in __isp_isr_other_en()
3556 if (module_en_update & ~iq_feature) { in __isp_isr_other_en()
3559 module_en_update, iq_feature); in __isp_isr_other_en()
3560 module_en_update &= iq_feature; in __isp_isr_other_en()
3564 if (module_en_update & ISP2X_MODULE_HDRMGE) { in __isp_isr_other_en()
3569 if (module_en_update & ISP2X_MODULE_DRC) in __isp_isr_other_en()
3572 if (module_en_update & ISP2X_MODULE_DPCC) in __isp_isr_other_en()
3575 if (module_en_update & ISP2X_MODULE_BLS) in __isp_isr_other_en()
3578 if (module_en_update & ISP2X_MODULE_SDG) in __isp_isr_other_en()
[all …]
H A Disp_params_v2x.c3821 u64 module_en_update = new_params->module_en_update; in __isp_isr_other_en() local
3827 if (module_en_update & ISP2X_MODULE_HDRMGE) { in __isp_isr_other_en()
3832 if (module_en_update & ISP2X_MODULE_HDRTMO) { in __isp_isr_other_en()
3837 if (module_en_update & ISP2X_MODULE_DPCC) in __isp_isr_other_en()
3840 if (module_en_update & ISP2X_MODULE_BLS) in __isp_isr_other_en()
3843 if (module_en_update & ISP2X_MODULE_SDG) in __isp_isr_other_en()
3846 if (module_en_update & ISP2X_MODULE_LSC) { in __isp_isr_other_en()
3851 if (module_en_update & ISP2X_MODULE_AWB_GAIN) in __isp_isr_other_en()
3854 if (module_en_update & ISP2X_MODULE_DEBAYER) in __isp_isr_other_en()
3857 if (module_en_update & ISP2X_MODULE_CCM) in __isp_isr_other_en()
[all …]
H A Disp_params_v32.c4061 u64 module_en_update = new_params->module_en_update; in __isp_isr_other_en() local
4066 module_en_update &= ~(ISP32_MODULE_GIC | ISP32_MODULE_BAYNR | in __isp_isr_other_en()
4074 __func__, new_params->frame_id, module_en_update, module_ens); in __isp_isr_other_en()
4076 if (module_en_update & ISP32_MODULE_DPCC) in __isp_isr_other_en()
4079 if (module_en_update & ISP32_MODULE_BLS) in __isp_isr_other_en()
4082 if (module_en_update & ISP32_MODULE_SDG) in __isp_isr_other_en()
4085 if (module_en_update & ISP32_MODULE_LSC) { in __isp_isr_other_en()
4090 if (module_en_update & ISP32_MODULE_AWB_GAIN) in __isp_isr_other_en()
4093 if (module_en_update & ISP32_MODULE_DEBAYER) in __isp_isr_other_en()
4096 if (module_en_update & ISP32_MODULE_CCM) in __isp_isr_other_en()
[all …]
H A Disp_params_v3x.c3899 u64 module_en_update = new_params->module_en_update; in __isp_isr_other_en() local
3908 __func__, id, new_params->frame_id, module_en_update, module_ens); in __isp_isr_other_en()
3910 if (module_en_update & ISP3X_MODULE_DPCC) in __isp_isr_other_en()
3913 if (module_en_update & ISP3X_MODULE_BLS) in __isp_isr_other_en()
3916 if (module_en_update & ISP3X_MODULE_SDG) in __isp_isr_other_en()
3919 if (module_en_update & ISP3X_MODULE_LSC) { in __isp_isr_other_en()
3924 if (module_en_update & ISP3X_MODULE_AWB_GAIN) in __isp_isr_other_en()
3927 if (module_en_update & ISP3X_MODULE_DEBAYER) in __isp_isr_other_en()
3930 if (module_en_update & ISP3X_MODULE_CCM) in __isp_isr_other_en()
3933 if (module_en_update & ISP3X_MODULE_GOC) in __isp_isr_other_en()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp1/
H A Disp_params.c1764 unsigned int module_en_update, module_cfg_update, module_ens; in __isp_isr_other_config() local
1775 module_en_update = new_params->module_en_update; in __isp_isr_other_config()
1787 if ((module_en_update & CIFISP_MODULE_DPCC) || in __isp_isr_other_config()
1794 if (module_en_update & CIFISP_MODULE_DPCC) { in __isp_isr_other_config()
1806 if ((module_en_update & CIFISP_MODULE_BLS) || in __isp_isr_other_config()
1812 if (module_en_update & CIFISP_MODULE_BLS) { in __isp_isr_other_config()
1824 if ((module_en_update & CIFISP_MODULE_SDG) || in __isp_isr_other_config()
1830 if (module_en_update & CIFISP_MODULE_SDG) { in __isp_isr_other_config()
1842 if ((module_en_update & CIFISP_MODULE_LSC) || in __isp_isr_other_config()
1848 if (module_en_update & CIFISP_MODULE_LSC) { in __isp_isr_other_config()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp513 isp_cfg.module_en_update |= 1LL << RK_ISP2X_RAWAE0_ID; in convertAiqAeToIsp20Params()
516 isp_cfg.module_en_update |= 1LL << RK_ISP2X_RAWAE1_ID; in convertAiqAeToIsp20Params()
519 isp_cfg.module_en_update |= 1LL << RK_ISP2X_RAWAE2_ID; in convertAiqAeToIsp20Params()
522 isp_cfg.module_en_update |= 1LL << RK_ISP2X_RAWAE3_ID; in convertAiqAeToIsp20Params()
525 isp_cfg.module_en_update |= 1LL << RK_ISP2X_YUVAE_ID; in convertAiqAeToIsp20Params()
638 isp_cfg.module_en_update |= 1LL << RK_ISP2X_RAWHIST0_ID; in convertAiqHistToIsp20Params()
641 isp_cfg.module_en_update |= 1LL << RK_ISP2X_RAWHIST1_ID; in convertAiqHistToIsp20Params()
644 isp_cfg.module_en_update |= 1LL << RK_ISP2X_RAWHIST2_ID; in convertAiqHistToIsp20Params()
647 isp_cfg.module_en_update |= 1LL << RK_ISP2X_RAWHIST3_ID; in convertAiqHistToIsp20Params()
650 isp_cfg.module_en_update |= 1LL << RK_ISP2X_SIHST_ID; in convertAiqHistToIsp20Params()
[all …]
H A DFecParamStream.cpp110 ispp_fec_params->head.module_en_update, ispp_fec_params->head.module_ens, in configToDrv()
119 if ((ispp_fec_params->head.module_cfg_update) || (ispp_fec_params->head.module_en_update)) { in configToDrv()
H A DTnrStreamProcUnit.cpp130 ispp_tnr_params->head.module_en_update, ispp_tnr_params->head.module_ens, in configToDrv()
141 if ((ispp_tnr_params->head.module_cfg_update) || (ispp_tnr_params->head.module_en_update)) { in configToDrv()
H A DNrStreamProcUnit.cpp124 ispp_nr_params->head.module_en_update, ispp_nr_params->head.module_ens, in configToDrv()
135 if ((ispp_nr_params->head.module_cfg_update) || (ispp_nr_params->head.module_en_update)) in configToDrv()
H A Drkispp-config.h368 u32 module_en_update; member
452 u32 module_en_update; member
H A DCamHwIsp20.cpp3419 if (update_params->module_en_update & (1 << i)) { in gen_full_ispp_params()
3420 full_params->module_en_update |= 1 << i; in gen_full_ispp_params()
3447 isp_params->module_en_update,
5799 isp_params->module_en_update = 0; in setIspConfig()
5806 isp_params->module_en_update) { in setIspConfig()
5817 isp_params->module_en_update |= ISP2X_MODULE_LSC; in setIspConfig()
5903 _isp_module_ens |= isp_params->module_ens & isp_params->module_en_update; in setIspConfig()
5909 isp_params->module_en_update, in setIspConfig()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/ispp/
H A Dparams_v20.c119 u32 module_en_update, module_cfg_update, module_ens; in rkispp_params_cfg() local
155 module_en_update = new_params->module_en_update; in rkispp_params_cfg()
159 module_en_update &= ~ISPP_MODULE_FEC; in rkispp_params_cfg()
168 if (module_en_update & ISPP_MODULE_FEC) in rkispp_params_cfg()
H A Dparams_v10.c657 u32 module_en_update, module_cfg_update, module_ens; in rkispp_params_cfg() local
674 if (param_head->module_en_update) in rkispp_params_cfg()
696 module_en_update = param_head->module_en_update; in rkispp_params_cfg()
700 module_en_update &= ~ISPP_MODULE_FEC; in rkispp_params_cfg()
712 if (module_en_update & ISPP_MODULE_TNR) in rkispp_params_cfg()
722 if (module_en_update & ISPP_MODULE_NR) in rkispp_params_cfg()
730 if (module_en_update & ISPP_MODULE_SHP) in rkispp_params_cfg()
738 if (module_en_update & ISPP_MODULE_ORB) in rkispp_params_cfg()
748 if (module_en_update & ISPP_MODULE_FEC) in rkispp_params_cfg()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp21/
H A DIsp21Params.cpp101 isp_cfg.module_en_update |= 1LL << RK_ISP2X_AWB_GAIN_ID; in convertAiqAwbGainToIsp21Params()
142 isp_cfg.module_en_update |= ISP2X_MODULE_BLS; in convertAiqBlcToIsp21Params()
180 isp_cfg.module_en_update |= ISP2X_MODULE_DHAZ; in convertAiqAdehazeToIsp21Params()
184 isp_cfg.module_en_update |= ISP2X_MODULE_DHAZ; in convertAiqAdehazeToIsp21Params()
249 isp_cfg.module_en_update |= ISP2X_MODULE_CCM; in convertAiqCcmToIsp21Params()
294 isp_cfg.module_en_update |= ISP2X_MODULE_RAWAWB; in convertAiqAwbToIsp21Params()
685 isp_cfg.module_en_update |= ISP2X_MODULE_BAYNR; in convertAiqRawnrToIsp21Params()
687 isp_cfg.module_en_update |= ISP2X_MODULE_BAY3D; in convertAiqRawnrToIsp21Params()
748 isp_cfg.module_en_update |= ISP2X_MODULE_CNR; in convertAiqUvnrToIsp21Params()
798 isp_cfg.module_en_update |= ISP2X_MODULE_YNR; in convertAiqYnrToIsp21Params()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp3x/
H A DIsp3xParams.cpp98 isp_cfg.module_en_update |= ISP2X_MODULE_RAWAWB; in convertAiqAwbToIsp3xParams()
500 isp_cfg.module_en_update |= ISP3X_MODULE_BAYNR; in convertAiqRawnrToIsp3xParams()
558 isp_cfg.module_en_update |= ISP3X_MODULE_BAYNR; in convertAiqTnrToIsp3xParams()
566 isp_cfg.module_en_update |= ISP3X_MODULE_BAY3D; in convertAiqTnrToIsp3xParams()
613 isp_cfg.module_en_update |= ISP3X_MODULE_CNR; in convertAiqUvnrToIsp3xParams()
675 isp_cfg.module_en_update |= ISP3X_MODULE_YNR; in convertAiqYnrToIsp3xParams()
768 isp_cfg.module_en_update |= ISP3X_MODULE_SHARP; in convertAiqSharpenToIsp3xParams()
833 isp_cfg.module_en_update |= ISP3X_MODULE_GAIN; in convertAiqGainToIsp3xParams()
850 isp_cfg.module_en_update |= 1LL << Rk_ISP21_DRC_ID; in convertAiqDrcToIsp3xParams()
854 isp_cfg.module_en_update |= 1LL << Rk_ISP21_DRC_ID; in convertAiqDrcToIsp3xParams()
[all …]
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfec-config.h25 __u32 module_en_update; member
H A Drk-isp1-config.h736 unsigned int module_en_update; member
H A Drk-ispp-config.h340 __u32 module_en_update; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/include_prv/
H A Dfec-config.h25 u32 module_en_update; member
H A Drkispp-config.h364 u32 module_en_update; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp32/
H A DIsp32Params.cpp31 isp_cfg.module_en_update |= 1LL << RK_ISP2X_AWB_GAIN_ID; in convertAiqAwbGainToIsp32Params()
421 isp_cfg.module_en_update |= ISP2X_MODULE_RAWAWB; in convertAiqAwbToIsp32Params()
845 isp_cfg.module_en_update |= ISP2X_MODULE_RAWAF; in convertAiqAfToIsp32Params()
940 isp_cfg.module_en_update |= ISP2X_MODULE_RAWAE3; in convertAiqAfToIsp32Params()
961 isp_cfg.module_en_update |= ISP2X_MODULE_RAWAF; in convertAiqAfLiteToIsp32Params()
1080 isp_cfg.module_en_update |= ISP2X_MODULE_RAWAE0; in convertAiqAfLiteToIsp32Params()
1099 isp_cfg.module_en_update |= ISP3X_MODULE_CAC; in convertAiqCacToIsp32Params()
1103 isp_cfg.module_en_update |= (ISP3X_MODULE_CAC); in convertAiqCacToIsp32Params()
1152 isp_cfg.module_en_update |= ISP3X_MODULE_BAYNR; in convertAiqRawnrToIsp32Params()
1209 isp_cfg.module_en_update |= ISP3X_MODULE_BAYNR; in convertAiqTnrToIsp32Params()
[all …]
H A DCamHwIsp32.cpp79 isp_params->module_en_update, in processTb()
/OK3568_Linux_fs/kernel/drivers/staging/media/rkisp1/uapi/
H A Drkisp1-config.h759 __u32 module_en_update; member

12