drm/amdgpu: drop leading zeros from the gmc9 fault address
authorChristian König <christian.koenig@amd.com>
Tue, 3 Nov 2020 13:29:42 +0000 (14:29 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 24 Nov 2020 17:06:26 +0000 (12:06 -0500)
commit18e1a6c95f0a6559794b0427108504213ba2be33
treee77be2b8c2a00f1b3bd32cbf51cc28d2b0cfebbd
parent7e7726ec1f022e73034ef6d1fd75e394d7e03922
drm/amdgpu: drop leading zeros from the gmc9 fault address

The address space is only 48bit, not 64bit. And the VMHUBs work with
sign extended addresses.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c