Browse Source

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 <[email protected]>
Mukund Madhusudan Atre 3 years ago
parent
commit
71ac0073a9
1 changed files with 2 additions and 0 deletions
  1. 2 0
      drivers/cam_isp/isp_hw_mgr/cam_ife_hw_mgr.c

+ 2 - 0
drivers/cam_isp/isp_hw_mgr/cam_ife_hw_mgr.c

@@ -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_FPS_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;
 	default:
 		CAM_WARN(CAM_ISP, "Invalid blob type: %u", blob_type);