File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
drivers/gpu/drm/amd/amdgpu Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -469,10 +469,10 @@ psp_cmd_submit_buf(struct psp_context *psp,
469
469
*/
470
470
if (!skip_unsupport && (psp -> cmd_buf_mem -> resp .status || !timeout ) && !ras_intr ) {
471
471
if (ucode )
472
- DRM_WARN ("failed to load ucode (%s ) " ,
473
- amdgpu_ucode_name (ucode -> ucode_id ));
474
- DRM_WARN ("psp gfx command (%s ) failed and response status is (0x%X)\n" ,
475
- psp_gfx_cmd_name (psp -> cmd_buf_mem -> cmd_id ),
472
+ DRM_WARN ("failed to load ucode %s(0x%X ) " ,
473
+ amdgpu_ucode_name (ucode -> ucode_id ), ucode -> ucode_id );
474
+ DRM_WARN ("psp gfx command %s(0x%X ) failed and response status is (0x%X)\n" ,
475
+ psp_gfx_cmd_name (psp -> cmd_buf_mem -> cmd_id ), psp -> cmd_buf_mem -> cmd_id ,
476
476
psp -> cmd_buf_mem -> resp .status );
477
477
if (!timeout ) {
478
478
ret = - EINVAL ;
You can’t perform that action at this time.
0 commit comments