File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -278,23 +278,23 @@ static const char *ivpu_mmu_event_to_str(u32 cmd)
278
278
case IVPU_MMU_EVT_F_VMS_FETCH :
279
279
return "Fetch of VMS caused external abort" ;
280
280
default :
281
- return "Unknown CMDQ command " ;
281
+ return "Unknown event " ;
282
282
}
283
283
}
284
284
285
285
static const char * ivpu_mmu_cmdq_err_to_str (u32 err )
286
286
{
287
287
switch (err ) {
288
288
case IVPU_MMU_CERROR_NONE :
289
- return "No CMDQ Error " ;
289
+ return "No error " ;
290
290
case IVPU_MMU_CERROR_ILL :
291
291
return "Illegal command" ;
292
292
case IVPU_MMU_CERROR_ABT :
293
- return "External abort on CMDQ read" ;
293
+ return "External abort on command queue read" ;
294
294
case IVPU_MMU_CERROR_ATC_INV_SYNC :
295
295
return "Sync failed to complete ATS invalidation" ;
296
296
default :
297
- return "Unknown CMDQ Error " ;
297
+ return "Unknown error " ;
298
298
}
299
299
}
300
300
You can’t perform that action at this time.
0 commit comments