Merge "msm: camera: isp: Enable sys cache usage" into camera-kernel.lnx.5.0

This commit is contained in:
Haritha Chintalapati
2021-05-06 20:32:06 -07:00
committed by Gerrit - the friendly Code Review server
3 changed files with 2 additions and 7 deletions

View File

@@ -7228,7 +7228,8 @@ static int cam_isp_blob_sfe_exp_order_update(
} }
} }
CAM_DBG(CAM_ISP, CAM_DBG(CAM_ISP,
"cache config based on exp order: %u [max: %u] for out: 0x%x", "cache %s on exp order: %u [max: %u] for out: 0x%x",
(wm_rm_cache_cfg.use_cache ? "enabled" : "not enabled"),
i, exp_order_max, order_cfg->res_type); i, exp_order_max, order_cfg->res_type);
} }

View File

@@ -1602,9 +1602,6 @@ int cam_sfe_bus_rd_init(
*sfe_bus = sfe_bus_local; *sfe_bus = sfe_bus_local;
bus_priv->common_data.sfe_debug_cfg = 0; bus_priv->common_data.sfe_debug_cfg = 0;
/* Remove after sys cache verification */
bus_priv->common_data.cache_dbg_cfg.disable_all = true;
return rc; return rc;
deinit_sfe_bus_rd: deinit_sfe_bus_rd:

View File

@@ -2926,9 +2926,6 @@ int cam_sfe_bus_wr_init(
bus_priv->common_data.sfe_debug_cfg = 0; bus_priv->common_data.sfe_debug_cfg = 0;
*sfe_bus = sfe_bus_local; *sfe_bus = sfe_bus_local;
/* Remove after sys cache verification */
bus_priv->common_data.cache_dbg_cfg.disable_all = true;
CAM_DBG(CAM_SFE, "Exit"); CAM_DBG(CAM_SFE, "Exit");
return rc; return rc;