[PATCH 1/4] drm/amdgpu: clear RB at ring init

2016-06-08 Thread Michel Dänzer
On 07.06.2016 20:38, Liu, Monk wrote: > >> There's something else about these two patches I'm a bit worried about: > >> The GPU should only read data from ring buffers and IBs that we previously >> explicitly wrote there. I'm afraid these patches might just paper over >> bugs elsewhere, which mig

[PATCH 1/4] drm/amdgpu: clear RB at ring init

2016-06-07 Thread Michel Dänzer
On 02.06.2016 07:27, Alex Deucher wrote: > From: Monk Liu > > This help fix reloading driver hang issue of SDMA > ring. > > Signed-off-by: Monk Liu > Reviewed-by: Alex Deucher > Reviewed-by: Christian König > Signed-off-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c | 3

[PATCH 1/4] drm/amdgpu: clear RB at ring init

2016-06-07 Thread Liu, Monk
June 07, 2016 3:34 PM To: Alex Deucher Cc: dri-devel at lists.freedesktop.org; Liu, Monk Subject: Re: [PATCH 1/4] drm/amdgpu: clear RB at ring init On 02.06.2016 07:27, Alex Deucher wrote: > From: Monk Liu > > This help fix reloading driver hang issue of SDMA ring. > > Signed-

[PATCH 1/4] drm/amdgpu: clear RB at ring init

2016-06-01 Thread Alex Deucher
From: Monk Liu This help fix reloading driver hang issue of SDMA ring. Signed-off-by: Monk Liu Reviewed-by: Alex Deucher Reviewed-by: Christian König Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/gpu/