Loading drivers/cam_isp/cam_isp_context.c +14 −0 Original line number Diff line number Diff line Loading @@ -569,6 +569,20 @@ static const char *__cam_isp_resource_handle_id_to_type( return "RDI_RD"; case CAM_ISP_IFE_OUT_RES_LCR: return "LCR"; case CAM_ISP_IFE_OUT_RES_AWB_BFW: return "AWB_BFW"; case CAM_ISP_IFE_OUT_RES_2PD_STATS: return "2PD_STATS"; case CAM_ISP_IFE_OUT_RES_STATS_AEC_BE: return "STATS_AEC_BE"; case CAM_ISP_IFE_OUT_RES_LTM_STATS: return "LTM_STATS"; case CAM_ISP_IFE_OUT_RES_STATS_GTM_BHIST: return "STATS_GTM_BHIST"; case CAM_ISP_IFE_LITE_OUT_RES_STATS_BE: return "STATS_BE"; case CAM_ISP_IFE_LITE_OUT_RES_GAMMA: return "GAMMA"; default: return "CAM_ISP_Invalid_Resource_Type"; } Loading drivers/cam_isp/isp_hw_mgr/isp_hw/include/cam_vfe_hw_intf.h +2 −0 Original line number Diff line number Diff line Loading @@ -190,6 +190,7 @@ struct cam_vfe_hw_vfe_in_acquire_args { * with this resource. * @priv: Context data * @event_cb: Callback function to hw mgr in case of hw events * @buf_done_controller: Buf done controller for isp * @vfe_out: Acquire args for VFE_OUT * @vfe_bus_rd Acquire args for VFE_BUS_READ * @vfe_in: Acquire args for VFE_IN Loading @@ -199,6 +200,7 @@ struct cam_vfe_acquire_args { void *tasklet; void *priv; cam_hw_mgr_event_cb_func event_cb; void *buf_done_controller; union { struct cam_vfe_hw_vfe_out_acquire_args vfe_out; struct cam_vfe_hw_vfe_bus_rd_acquire_args vfe_bus_rd; Loading drivers/cam_isp/isp_hw_mgr/isp_hw/vfe_hw/cam_vfe_core.h +8 −1 Original line number Diff line number Diff line /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2017-2019, The Linux Foundation. All rights reserved. * Copyright (c) 2017-2020, The Linux Foundation. All rights reserved. */ #ifndef _CAM_VFE_CORE_H_ Loading @@ -12,6 +12,13 @@ #include "cam_vfe_bus.h" #include "cam_vfe_hw_intf.h" #define CAM_VFE_HW_IRQ_CAP_SOF 0x1 #define CAM_VFE_HW_IRQ_CAP_EPOCH_0 0x2 #define CAM_VFE_HW_IRQ_CAP_EPOCH_1 0x4 #define CAM_VFE_HW_IRQ_CAP_RUP 0x8 #define CAM_VFE_HW_IRQ_CAP_BUF_DONE 0x10 #define CAM_VFE_HW_IRQ_CAP_EOF 0x20 struct cam_vfe_hw_info { struct cam_irq_controller_reg_info *irq_reg_info; Loading drivers/cam_isp/isp_hw_mgr/isp_hw/vfe_hw/vfe17x/cam_vfe480.h +99 −1 Original line number Diff line number Diff line Loading @@ -412,7 +412,7 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .global_clear_bitmask = 0x00000001, }, }, .num_client = CAM_VFE_BUS_VER3_MAX_CLIENTS, .num_client = CAM_VFE_BUS_VER3_480_MAX_CLIENTS, .bus_client_reg = { /* BUS Client 0 FULL Y */ { Loading Loading @@ -1177,6 +1177,10 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .max_height = -1, .source_group = CAM_VFE_BUS_VER3_SRC_GRP_3, .mid[0] = 8, .num_wm = 1, .wm_idx = { 23, } }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_RDI1, Loading @@ -1184,6 +1188,10 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .max_height = -1, .source_group = CAM_VFE_BUS_VER3_SRC_GRP_4, .mid[0] = 9, .num_wm = 1, .wm_idx = { 24, } }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_RDI2, Loading @@ -1191,6 +1199,10 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .max_height = -1, .source_group = CAM_VFE_BUS_VER3_SRC_GRP_5, .mid[0] = 10, .num_wm = 1, .wm_idx = { 25, } }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_FULL, Loading @@ -1201,6 +1213,11 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .mid[1] = 33, .mid[2] = 34, .mid[3] = 35, .num_wm = 2, .wm_idx = { 0, 1, } }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_DS4, Loading @@ -1208,6 +1225,10 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .max_height = 1080, .source_group = CAM_VFE_BUS_VER3_SRC_GRP_0, .mid[0] = 16, .num_wm = 1, .wm_idx = { 2, } }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_DS16, Loading @@ -1215,6 +1236,10 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .max_height = 1080, .source_group = CAM_VFE_BUS_VER3_SRC_GRP_0, .mid[0] = 17, .num_wm = 1, .wm_idx = { 3, } }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_RAW_DUMP, Loading @@ -1223,6 +1248,10 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .source_group = CAM_VFE_BUS_VER3_SRC_GRP_0, .mid[0] = 11, .mid[1] = 12, .num_wm = 1, .wm_idx = { 10, } }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_FD, Loading @@ -1232,6 +1261,11 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .mid[0] = 20, .mid[1] = 21, .mid[2] = 22, .num_wm = 2, .wm_idx = { 8, 9, } }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_PDAF, Loading @@ -1240,6 +1274,10 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .source_group = CAM_VFE_BUS_VER3_SRC_GRP_0, .mid[0] = 25, .mid[1] = 26, .num_wm = 1, .wm_idx = { 11, } }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_STATS_HDR_BE, Loading @@ -1247,6 +1285,10 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .max_height = -1, .source_group = CAM_VFE_BUS_VER3_SRC_GRP_0, .mid[0] = 40, .num_wm = 1, .wm_idx = { 12, } }, { .vfe_out_type = Loading @@ -1255,6 +1297,10 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .max_height = 1080, .source_group = CAM_VFE_BUS_VER3_SRC_GRP_0, .mid[0] = 41, .num_wm = 1, .wm_idx = { 13, } }, { .vfe_out_type = Loading @@ -1263,6 +1309,10 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .max_height = -1, .source_group = CAM_VFE_BUS_VER3_SRC_GRP_0, .mid[0] = 42, .num_wm = 1, .wm_idx = { 14, } }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_STATS_BF, Loading @@ -1270,6 +1320,10 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .max_height = -1, .source_group = CAM_VFE_BUS_VER3_SRC_GRP_0, .mid[0] = 43, .num_wm = 1, .wm_idx = { 20, } }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_STATS_AWB_BG, Loading @@ -1277,6 +1331,10 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .max_height = -1, .source_group = CAM_VFE_BUS_VER3_SRC_GRP_0, .mid[0] = 44, .num_wm = 1, .wm_idx = { 15, } }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_STATS_BHIST, Loading @@ -1284,6 +1342,10 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .max_height = -1, .source_group = CAM_VFE_BUS_VER3_SRC_GRP_0, .mid[0] = 45, .num_wm = 1, .wm_idx = { 16, } }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_STATS_RS, Loading @@ -1291,6 +1353,10 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .max_height = -1, .source_group = CAM_VFE_BUS_VER3_SRC_GRP_0, .mid[0] = 46, .num_wm = 1, .wm_idx = { 17, } }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_STATS_CS, Loading @@ -1298,6 +1364,10 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .max_height = -1, .source_group = CAM_VFE_BUS_VER3_SRC_GRP_0, .mid[0] = 47, .num_wm = 1, .wm_idx = { 18, } }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_STATS_IHIST, Loading @@ -1305,6 +1375,10 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .max_height = -1, .source_group = CAM_VFE_BUS_VER3_SRC_GRP_0, .mid[0] = 48, .num_wm = 1, .wm_idx = { 19, } }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_FULL_DISP, Loading @@ -1315,6 +1389,11 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .mid[1] = 37, .mid[2] = 38, .mid[3] = 39, .num_wm = 2, .wm_idx = { 4, 5, } }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_DS4_DISP, Loading @@ -1322,6 +1401,10 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .max_height = 1080, .source_group = CAM_VFE_BUS_VER3_SRC_GRP_0, .mid[0] = 18, .num_wm = 1, .wm_idx = { 6, } }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_DS16_DISP, Loading @@ -1329,6 +1412,10 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .max_height = 1080, .source_group = CAM_VFE_BUS_VER3_SRC_GRP_0, .mid[0] = 19, .num_wm = 1, .wm_idx = { 7, } }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_2PD, Loading @@ -1337,6 +1424,10 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .source_group = CAM_VFE_BUS_VER3_SRC_GRP_1, .mid[0] = 23, .mid[1] = 24, .num_wm = 1, .wm_idx = { 21, } }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_LCR, Loading @@ -1344,12 +1435,19 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .max_height = -1, .source_group = CAM_VFE_BUS_VER3_SRC_GRP_2, .mid[0] = 27, .num_wm = 1, .wm_idx = { 22, } }, }, .num_comp_grp = 14, .comp_done_shift = 6, .top_irq_shift = 7, .support_consumed_addr = true, .max_out_res = CAM_ISP_IFE_OUT_RES_BASE + 25, .supported_irq = CAM_VFE_HW_IRQ_CAP_BUF_DONE | CAM_VFE_HW_IRQ_CAP_RUP, .comp_cfg_needed = true, }; static struct cam_irq_register_set vfe480_bus_rd_irq_reg[1] = { Loading drivers/cam_isp/isp_hw_mgr/isp_hw/vfe_hw/vfe17x/cam_vfe680.h +26 −4 Original line number Diff line number Diff line Loading @@ -1026,7 +1026,7 @@ static struct cam_vfe_bus_ver3_hw_info vfe680_bus_hw_info = { .ubwc_regs = NULL, }, }, .num_out = 25, .num_out = 27, .vfe_out_hw_info = { { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_RDI0, Loading Loading @@ -1179,7 +1179,7 @@ static struct cam_vfe_bus_ver3_hw_info vfe680_bus_hw_info = { .source_group = CAM_VFE_BUS_VER3_SRC_GRP_0, .num_wm = 1, .wm_idx = { 17, 12, }, }, { Loading Loading @@ -1273,6 +1273,16 @@ static struct cam_vfe_bus_ver3_hw_info vfe680_bus_hw_info = { 22, }, }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_STATS_AEC_BE, .max_width = -1, .max_height = -1, .source_group = CAM_VFE_BUS_VER3_SRC_GRP_0, .num_wm = 1, .wm_idx = { 11, }, }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_LTM_STATS, .max_width = -1, Loading @@ -1283,9 +1293,21 @@ static struct cam_vfe_bus_ver3_hw_info vfe680_bus_hw_info = { 27, }, }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_STATS_GTM_BHIST, .max_width = 1920, .max_height = 1080, .source_group = CAM_VFE_BUS_VER3_SRC_GRP_0, .num_wm = 1, .wm_idx = { 17, }, }, }, .comp_done_shift = 6, .top_irq_shift = 7, .num_comp_grp = 17, .comp_done_shift = 0, .top_irq_shift = 1, .max_out_res = CAM_ISP_IFE_OUT_RES_BASE + 33, }; Loading Loading
drivers/cam_isp/cam_isp_context.c +14 −0 Original line number Diff line number Diff line Loading @@ -569,6 +569,20 @@ static const char *__cam_isp_resource_handle_id_to_type( return "RDI_RD"; case CAM_ISP_IFE_OUT_RES_LCR: return "LCR"; case CAM_ISP_IFE_OUT_RES_AWB_BFW: return "AWB_BFW"; case CAM_ISP_IFE_OUT_RES_2PD_STATS: return "2PD_STATS"; case CAM_ISP_IFE_OUT_RES_STATS_AEC_BE: return "STATS_AEC_BE"; case CAM_ISP_IFE_OUT_RES_LTM_STATS: return "LTM_STATS"; case CAM_ISP_IFE_OUT_RES_STATS_GTM_BHIST: return "STATS_GTM_BHIST"; case CAM_ISP_IFE_LITE_OUT_RES_STATS_BE: return "STATS_BE"; case CAM_ISP_IFE_LITE_OUT_RES_GAMMA: return "GAMMA"; default: return "CAM_ISP_Invalid_Resource_Type"; } Loading
drivers/cam_isp/isp_hw_mgr/isp_hw/include/cam_vfe_hw_intf.h +2 −0 Original line number Diff line number Diff line Loading @@ -190,6 +190,7 @@ struct cam_vfe_hw_vfe_in_acquire_args { * with this resource. * @priv: Context data * @event_cb: Callback function to hw mgr in case of hw events * @buf_done_controller: Buf done controller for isp * @vfe_out: Acquire args for VFE_OUT * @vfe_bus_rd Acquire args for VFE_BUS_READ * @vfe_in: Acquire args for VFE_IN Loading @@ -199,6 +200,7 @@ struct cam_vfe_acquire_args { void *tasklet; void *priv; cam_hw_mgr_event_cb_func event_cb; void *buf_done_controller; union { struct cam_vfe_hw_vfe_out_acquire_args vfe_out; struct cam_vfe_hw_vfe_bus_rd_acquire_args vfe_bus_rd; Loading
drivers/cam_isp/isp_hw_mgr/isp_hw/vfe_hw/cam_vfe_core.h +8 −1 Original line number Diff line number Diff line /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2017-2019, The Linux Foundation. All rights reserved. * Copyright (c) 2017-2020, The Linux Foundation. All rights reserved. */ #ifndef _CAM_VFE_CORE_H_ Loading @@ -12,6 +12,13 @@ #include "cam_vfe_bus.h" #include "cam_vfe_hw_intf.h" #define CAM_VFE_HW_IRQ_CAP_SOF 0x1 #define CAM_VFE_HW_IRQ_CAP_EPOCH_0 0x2 #define CAM_VFE_HW_IRQ_CAP_EPOCH_1 0x4 #define CAM_VFE_HW_IRQ_CAP_RUP 0x8 #define CAM_VFE_HW_IRQ_CAP_BUF_DONE 0x10 #define CAM_VFE_HW_IRQ_CAP_EOF 0x20 struct cam_vfe_hw_info { struct cam_irq_controller_reg_info *irq_reg_info; Loading
drivers/cam_isp/isp_hw_mgr/isp_hw/vfe_hw/vfe17x/cam_vfe480.h +99 −1 Original line number Diff line number Diff line Loading @@ -412,7 +412,7 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .global_clear_bitmask = 0x00000001, }, }, .num_client = CAM_VFE_BUS_VER3_MAX_CLIENTS, .num_client = CAM_VFE_BUS_VER3_480_MAX_CLIENTS, .bus_client_reg = { /* BUS Client 0 FULL Y */ { Loading Loading @@ -1177,6 +1177,10 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .max_height = -1, .source_group = CAM_VFE_BUS_VER3_SRC_GRP_3, .mid[0] = 8, .num_wm = 1, .wm_idx = { 23, } }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_RDI1, Loading @@ -1184,6 +1188,10 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .max_height = -1, .source_group = CAM_VFE_BUS_VER3_SRC_GRP_4, .mid[0] = 9, .num_wm = 1, .wm_idx = { 24, } }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_RDI2, Loading @@ -1191,6 +1199,10 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .max_height = -1, .source_group = CAM_VFE_BUS_VER3_SRC_GRP_5, .mid[0] = 10, .num_wm = 1, .wm_idx = { 25, } }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_FULL, Loading @@ -1201,6 +1213,11 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .mid[1] = 33, .mid[2] = 34, .mid[3] = 35, .num_wm = 2, .wm_idx = { 0, 1, } }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_DS4, Loading @@ -1208,6 +1225,10 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .max_height = 1080, .source_group = CAM_VFE_BUS_VER3_SRC_GRP_0, .mid[0] = 16, .num_wm = 1, .wm_idx = { 2, } }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_DS16, Loading @@ -1215,6 +1236,10 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .max_height = 1080, .source_group = CAM_VFE_BUS_VER3_SRC_GRP_0, .mid[0] = 17, .num_wm = 1, .wm_idx = { 3, } }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_RAW_DUMP, Loading @@ -1223,6 +1248,10 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .source_group = CAM_VFE_BUS_VER3_SRC_GRP_0, .mid[0] = 11, .mid[1] = 12, .num_wm = 1, .wm_idx = { 10, } }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_FD, Loading @@ -1232,6 +1261,11 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .mid[0] = 20, .mid[1] = 21, .mid[2] = 22, .num_wm = 2, .wm_idx = { 8, 9, } }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_PDAF, Loading @@ -1240,6 +1274,10 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .source_group = CAM_VFE_BUS_VER3_SRC_GRP_0, .mid[0] = 25, .mid[1] = 26, .num_wm = 1, .wm_idx = { 11, } }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_STATS_HDR_BE, Loading @@ -1247,6 +1285,10 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .max_height = -1, .source_group = CAM_VFE_BUS_VER3_SRC_GRP_0, .mid[0] = 40, .num_wm = 1, .wm_idx = { 12, } }, { .vfe_out_type = Loading @@ -1255,6 +1297,10 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .max_height = 1080, .source_group = CAM_VFE_BUS_VER3_SRC_GRP_0, .mid[0] = 41, .num_wm = 1, .wm_idx = { 13, } }, { .vfe_out_type = Loading @@ -1263,6 +1309,10 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .max_height = -1, .source_group = CAM_VFE_BUS_VER3_SRC_GRP_0, .mid[0] = 42, .num_wm = 1, .wm_idx = { 14, } }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_STATS_BF, Loading @@ -1270,6 +1320,10 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .max_height = -1, .source_group = CAM_VFE_BUS_VER3_SRC_GRP_0, .mid[0] = 43, .num_wm = 1, .wm_idx = { 20, } }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_STATS_AWB_BG, Loading @@ -1277,6 +1331,10 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .max_height = -1, .source_group = CAM_VFE_BUS_VER3_SRC_GRP_0, .mid[0] = 44, .num_wm = 1, .wm_idx = { 15, } }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_STATS_BHIST, Loading @@ -1284,6 +1342,10 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .max_height = -1, .source_group = CAM_VFE_BUS_VER3_SRC_GRP_0, .mid[0] = 45, .num_wm = 1, .wm_idx = { 16, } }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_STATS_RS, Loading @@ -1291,6 +1353,10 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .max_height = -1, .source_group = CAM_VFE_BUS_VER3_SRC_GRP_0, .mid[0] = 46, .num_wm = 1, .wm_idx = { 17, } }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_STATS_CS, Loading @@ -1298,6 +1364,10 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .max_height = -1, .source_group = CAM_VFE_BUS_VER3_SRC_GRP_0, .mid[0] = 47, .num_wm = 1, .wm_idx = { 18, } }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_STATS_IHIST, Loading @@ -1305,6 +1375,10 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .max_height = -1, .source_group = CAM_VFE_BUS_VER3_SRC_GRP_0, .mid[0] = 48, .num_wm = 1, .wm_idx = { 19, } }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_FULL_DISP, Loading @@ -1315,6 +1389,11 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .mid[1] = 37, .mid[2] = 38, .mid[3] = 39, .num_wm = 2, .wm_idx = { 4, 5, } }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_DS4_DISP, Loading @@ -1322,6 +1401,10 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .max_height = 1080, .source_group = CAM_VFE_BUS_VER3_SRC_GRP_0, .mid[0] = 18, .num_wm = 1, .wm_idx = { 6, } }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_DS16_DISP, Loading @@ -1329,6 +1412,10 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .max_height = 1080, .source_group = CAM_VFE_BUS_VER3_SRC_GRP_0, .mid[0] = 19, .num_wm = 1, .wm_idx = { 7, } }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_2PD, Loading @@ -1337,6 +1424,10 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .source_group = CAM_VFE_BUS_VER3_SRC_GRP_1, .mid[0] = 23, .mid[1] = 24, .num_wm = 1, .wm_idx = { 21, } }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_LCR, Loading @@ -1344,12 +1435,19 @@ static struct cam_vfe_bus_ver3_hw_info vfe480_bus_hw_info = { .max_height = -1, .source_group = CAM_VFE_BUS_VER3_SRC_GRP_2, .mid[0] = 27, .num_wm = 1, .wm_idx = { 22, } }, }, .num_comp_grp = 14, .comp_done_shift = 6, .top_irq_shift = 7, .support_consumed_addr = true, .max_out_res = CAM_ISP_IFE_OUT_RES_BASE + 25, .supported_irq = CAM_VFE_HW_IRQ_CAP_BUF_DONE | CAM_VFE_HW_IRQ_CAP_RUP, .comp_cfg_needed = true, }; static struct cam_irq_register_set vfe480_bus_rd_irq_reg[1] = { Loading
drivers/cam_isp/isp_hw_mgr/isp_hw/vfe_hw/vfe17x/cam_vfe680.h +26 −4 Original line number Diff line number Diff line Loading @@ -1026,7 +1026,7 @@ static struct cam_vfe_bus_ver3_hw_info vfe680_bus_hw_info = { .ubwc_regs = NULL, }, }, .num_out = 25, .num_out = 27, .vfe_out_hw_info = { { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_RDI0, Loading Loading @@ -1179,7 +1179,7 @@ static struct cam_vfe_bus_ver3_hw_info vfe680_bus_hw_info = { .source_group = CAM_VFE_BUS_VER3_SRC_GRP_0, .num_wm = 1, .wm_idx = { 17, 12, }, }, { Loading Loading @@ -1273,6 +1273,16 @@ static struct cam_vfe_bus_ver3_hw_info vfe680_bus_hw_info = { 22, }, }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_STATS_AEC_BE, .max_width = -1, .max_height = -1, .source_group = CAM_VFE_BUS_VER3_SRC_GRP_0, .num_wm = 1, .wm_idx = { 11, }, }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_LTM_STATS, .max_width = -1, Loading @@ -1283,9 +1293,21 @@ static struct cam_vfe_bus_ver3_hw_info vfe680_bus_hw_info = { 27, }, }, { .vfe_out_type = CAM_VFE_BUS_VER3_VFE_OUT_STATS_GTM_BHIST, .max_width = 1920, .max_height = 1080, .source_group = CAM_VFE_BUS_VER3_SRC_GRP_0, .num_wm = 1, .wm_idx = { 17, }, }, }, .comp_done_shift = 6, .top_irq_shift = 7, .num_comp_grp = 17, .comp_done_shift = 0, .top_irq_shift = 1, .max_out_res = CAM_ISP_IFE_OUT_RES_BASE + 33, }; Loading