Re: [PATCH v3] drm/amdgpu: explicitly set mmGDS_VMID0_BASE to 0

2019-06-12 Thread Christian König
Am 12.06.19 um 15:11 schrieb Zhu, James: Explicitly set mmGDS_VMID0_BASE to 0. Also update GDS_VMID0_BASE/_SIZE with direct register writes. Signed-off-by: James Zhu Reviewed-by: Christian König --- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 35 +-- 1 file

[PATCH v3] drm/amdgpu: explicitly set mmGDS_VMID0_BASE to 0

2019-06-12 Thread Zhu, James
Explicitly set mmGDS_VMID0_BASE to 0. Also update GDS_VMID0_BASE/_SIZE with direct register writes. Signed-off-by: James Zhu --- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 35 +-- 1 file changed, 17 insertions(+), 18 deletions(-) diff --git