projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bbf6a5
)
drm/amdgpu: Refine gmc9 VM fault print.
author
Andrey Grodzovsky
<
[email protected]
>
Mon, 27 Aug 2018 18:17:26 +0000
(14:17 -0400)
committer
Alex Deucher
<
[email protected]
>
Mon, 27 Aug 2018 20:21:20 +0000
(15:21 -0500)
The fault reports the page number where the fault happend and not
the exact faulty address. Update the print message to reflect that.
Signed-off-by: Andrey Grodzovsky <
[email protected]
>
Reviewed-by: Alex Deucher <
[email protected]
>
Reviewed-by: Marek Olšák <
[email protected]
>
Signed-off-by: Alex Deucher <
[email protected]
>
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
b/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
index 453bd7ea50e7901eee8e466d87455999e8c00869..39bee98155ee6ae83f73b2419dd0343eb44d4f9e 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
+++ b/
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
@@
-270,7
+270,7
@@
static int gmc_v9_0_process_interrupt(struct amdgpu_device *adev,
entry->src_id, entry->ring_id, entry->vmid,
entry->pasid, task_info.process_name, task_info.tgid,
task_info.task_name, task_info.pid);
- dev_err(adev->dev, " at address 0x%016llx from %d\n",
+ dev_err(adev->dev, "
in page starting
at address 0x%016llx from %d\n",
addr, entry->client_id);
if (!amdgpu_sriov_vf(adev))
dev_err(adev->dev,