[PATCH 1/3] drm/radeon: Disable uncacheable CPU mappings of GTT with RV6xx

2015-11-05 Thread Michel Dänzer
From: Michel Dänzer They reportedly cause random GPU hangs. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=91268 Cc: stable at vger.kernel.org Signed-off-by: Michel Dänzer --- drivers/gpu/drm/radeon/radeon_object.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/gp

[PATCH 1/3] drm/radeon: Disable uncacheable CPU mappings of GTT with RV6xx

2015-11-05 Thread Alex Deucher
On Thu, Nov 5, 2015 at 5:41 AM, Christian König wrote: > On 05.11.2015 09:25, Michel Dänzer wrote: >> >> From: Michel Dänzer >> >> They reportedly cause random GPU hangs. >> >> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=91268 >> >> Cc: stable at vger.kernel.org >> Signed-off-by: M

[PATCH 1/3] drm/radeon: Disable uncacheable CPU mappings of GTT with RV6xx

2015-11-05 Thread Christian König
On 05.11.2015 09:25, Michel Dänzer wrote: > From: Michel Dänzer > > They reportedly cause random GPU hangs. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=91268 > > Cc: stable at vger.kernel.org > Signed-off-by: Michel Dänzer For this series Reviewed-by: Christian König > --- >