Re: [PATCH] drm/amd/amdgpu: Fix debugfs reg read/write address width

2017-03-15 Thread Christian König
Am 15.03.2017 um 10:35 schrieb Tom St Denis: The MMIO space is wider now so we mask the lower 22 bits instead of 18. Signed-off-by: Tom St Denis Reviewed-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --

[PATCH] drm/amd/amdgpu: Fix debugfs reg read/write address width

2017-03-15 Thread Tom St Denis
The MMIO space is wider now so we mask the lower 22 bits instead of 18. Signed-off-by: Tom St Denis --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdg