msm: eva: Print SID programming registers

During SMMU fault.

Change-Id: Ic66736ed5d5c97ec6344c295c0ec0f1ca01cf19a
Signed-off-by: George Shen <quic_sqiao@quicinc.com>
This commit is contained in:
George Shen
2023-02-27 16:21:29 -08:00
committed by Gerrit - the friendly Code Review server
parent 121ff748b0
commit f466a36b98
2 changed files with 3 additions and 1 deletions

View File

@@ -2447,6 +2447,8 @@ static int iris_debug_hook(void *device)
dprintk(CVP_ERR, "ARP_THREAD_3_SECURE_ENABLE %#x\n", val); dprintk(CVP_ERR, "ARP_THREAD_3_SECURE_ENABLE %#x\n", val);
if (true)
return 0;
/***** GCE ******* /***** GCE *******
* Bit 0 of below register is CDM secure enable for GCE * Bit 0 of below register is CDM secure enable for GCE
* CDM buffer will be in CB4 if set * CDM buffer will be in CB4 if set

View File

@@ -1050,7 +1050,7 @@ int msm_cvp_smmu_fault_handler(struct iommu_domain *domain,
hdev = core->device->hfi_device_data; hdev = core->device->hfi_device_data;
if (hdev) { if (hdev) {
hdev->error = CVP_ERR_NOC_ERROR; hdev->error = CVP_ERR_NOC_ERROR;
/* call_hfi_op(core->device, debug_hook, hdev); */ call_hfi_op(core->device, debug_hook, hdev);
} }
mutex_unlock(&core->lock); mutex_unlock(&core->lock);
/* /*