Revert "msm: camera: icp: Optimize FW uncached region for ICP"

This reverts commit e21c25e7df29202054ad8177e2ce78cde77265f6.

Change-Id: If8eb722b41c234d06cdb864c1c381f7c885bc045
Signed-off-by: Karthik Anantha Ram <quic_kartanan@quicinc.com>
这个提交包含在:
Karthik Anantha Ram
2023-05-04 17:42:29 -07:00
提交者 Camera Software Integration
父节点 1c6ec7a3fa
当前提交 c5af31b5fd
修改 4 个文件,包含 61 行新增50 行删除

查看文件

@@ -910,7 +910,7 @@ int cam_hfi_init(int client_handle, struct hfi_mem_info *hfi_mem,
qtbl_hdr = &qtbl->q_tbl_hdr;
qtbl_hdr->qtbl_version = 0xFFFFFFFF;
qtbl_hdr->qtbl_size = sizeof(struct hfi_qtbl);
qtbl_hdr->qtbl_qhdr0_offset = offsetof(struct hfi_qtbl, q_hdr);
qtbl_hdr->qtbl_qhdr0_offset = sizeof(struct hfi_qtbl_hdr);
qtbl_hdr->qtbl_qhdr_size = sizeof(struct hfi_q_hdr);
qtbl_hdr->qtbl_num_q = ICP_HFI_NUMBER_OF_QS;
qtbl_hdr->qtbl_num_active_q = ICP_HFI_NUMBER_OF_QS;