msm: camera: isp: Skip drv and bw blobs in sfe blob handler

The drv and bw voting blobs are handled by isp generic blob
handler, so need to skip for sfe blob handler.

CRs-Fixed: 3065551
Change-Id: I467d16818d2807194e3c7b62bd6b2b1eb06b4759
Signed-off-by: Mukund Madhusudan Atre <quic_matre@quicinc.com>
This commit is contained in:
Mukund Madhusudan Atre
2022-06-21 12:17:42 -07:00
committed by Camera Software Integration
parent 9a3a7dae7a
commit 71ac0073a9

View File

@@ -10769,6 +10769,8 @@ static int cam_sfe_packet_generic_blob_handler(void *user_data,
case CAM_ISP_GENERIC_BLOB_TYPE_INIT_CONFIG: case CAM_ISP_GENERIC_BLOB_TYPE_INIT_CONFIG:
case CAM_ISP_GENERIC_BLOB_TYPE_FPS_CONFIG: case CAM_ISP_GENERIC_BLOB_TYPE_FPS_CONFIG:
case CAM_ISP_GENERIC_BLOB_TYPE_RDI_LCR_CONFIG: case CAM_ISP_GENERIC_BLOB_TYPE_RDI_LCR_CONFIG:
case CAM_ISP_GENERIC_BLOB_TYPE_BW_CONFIG_V3:
case CAM_ISP_GENERIC_BLOB_TYPE_DRV_CONFIG:
break; break;
default: default:
CAM_WARN(CAM_ISP, "Invalid blob type: %u", blob_type); CAM_WARN(CAM_ISP, "Invalid blob type: %u", blob_type);