Loading drivers/media/platform/msm/camera/cam_req_mgr/cam_mem_mgr.c +4 −0 Original line number Diff line number Diff line Loading @@ -646,6 +646,10 @@ int cam_mem_mgr_map(struct cam_mem_mgr_map_cmd *cmd) CAM_SMMU_REGION_IO); if (rc) goto map_fail; } else { rc = ion_handle_get_size(tbl.client, ion_hdl, &len); if (rc) return rc; } idx = cam_mem_get_slot(); Loading Loading
drivers/media/platform/msm/camera/cam_req_mgr/cam_mem_mgr.c +4 −0 Original line number Diff line number Diff line Loading @@ -646,6 +646,10 @@ int cam_mem_mgr_map(struct cam_mem_mgr_map_cmd *cmd) CAM_SMMU_REGION_IO); if (rc) goto map_fail; } else { rc = ion_handle_get_size(tbl.client, ion_hdl, &len); if (rc) return rc; } idx = cam_mem_get_slot(); Loading