OSDN Git Service

drm/amdgpu: fix mask in GART location calculation
authorChristian König <christian.koenig@amd.com>
Fri, 14 Sep 2018 08:17:24 +0000 (10:17 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 14 Sep 2018 15:05:34 +0000 (10:05 -0500)
commitfeabaad8aae0f6b1dae681c998572d2663f4a598
treeeb0c7e701a31203b5132a8c928eab30f98da78d6
parent59d0f396b5abfb5ec4dbf3488cb4f24dc7c1aaf4
drm/amdgpu: fix mask in GART location calculation

We need to mask the lower bits not the upper one.

Fixes: ec210e3226dc0 drm/amdgpu: put GART away from VRAM v2

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Acked-by: James Zhu <James.Zhu@amd.com>
Tested-by: James Zhu <James.Zhu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c