drm/amdgpu/gmc9: clarify GPUVM fault error message
authorAlex Deucher <[email protected]>
Tue, 24 Jul 2018 16:52:58 +0000 (11:52 -0500)
committerAlex Deucher <[email protected]>
Wed, 25 Jul 2018 20:06:40 +0000 (15:06 -0500)
The address printed is the actual address, not the page.

Reviewed-by: Junwei Zhang <[email protected]>
Reviewed-by: Christian König <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c

index 9df94b45d17de5ce2c5788e7e60cc91a3f84e5cd..399a5db27649728686868550502089391f3b0807 100644 (file)
@@ -269,7 +269,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 page 0x%016llx from %d\n",
+               dev_err(adev->dev, "  at address 0x%016llx from %d\n",
                        addr, entry->client_id);
                if (!amdgpu_sriov_vf(adev))
                        dev_err(adev->dev,