mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
drm/amd: Convert DRM_*() to drm_*()
The drm_*() macros include the device which is helpful for debugging issues in multi-GPU systems. Signed-off-by: Mario Limonciello (AMD) <superm1@kernel.org> Reviewed-by: Aurabindo Pillai <aurabindo.pillai@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
5fd4fef3f8
commit
e291729873
@@ -96,7 +96,9 @@ static int xgpu_nv_poll_ack(struct amdgpu_device *adev)
|
||||
timeout -= 5;
|
||||
} while (timeout > 1);
|
||||
|
||||
dev_err(adev->dev, "Doesn't get TRN_MSG_ACK from pf in %d msec \n", NV_MAILBOX_POLL_ACK_TIMEDOUT);
|
||||
dev_err(adev->dev,
|
||||
"Doesn't get TRN_MSG_ACK from pf in %d msec\n",
|
||||
NV_MAILBOX_POLL_ACK_TIMEDOUT);
|
||||
|
||||
return -ETIME;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user