[PATCH 1/3] drm/radeon: don't reset dma on NI/SI init

2014-09-18 Thread Christian König
Am 18.09.2014 um 20:01 schrieb Alex Deucher: > On Thu, Sep 18, 2014 at 1:51 PM, Christian K?nig > wrote: >> Am 18.09.2014 um 19:26 schrieb Alex Deucher: >>> Otherwise we may lose the DMA golden settings which can >>> lead to hangs, etc. >> >> Don't we still want the soft reset at some point, e.g.

[PATCH 1/3] drm/radeon: don't reset dma on NI/SI init

2014-09-18 Thread Christian König
Am 18.09.2014 um 19:26 schrieb Alex Deucher: > Otherwise we may lose the DMA golden settings which can > lead to hangs, etc. Don't we still want the soft reset at some point, e.g. when the engine hangs? I would rather move that to another function and call it before loading the golden values.

[PATCH 1/3] drm/radeon: don't reset dma on NI/SI init

2014-09-18 Thread Alex Deucher
On Thu, Sep 18, 2014 at 1:51 PM, Christian K?nig wrote: > Am 18.09.2014 um 19:26 schrieb Alex Deucher: >> >> Otherwise we may lose the DMA golden settings which can >> lead to hangs, etc. > > > Don't we still want the soft reset at some point, e.g. when the engine > hangs? > > I would rather move

[PATCH 1/3] drm/radeon: don't reset dma on NI/SI init

2014-09-18 Thread Alex Deucher
Otherwise we may lose the DMA golden settings which can lead to hangs, etc. bug: https://www.libreoffice.org/bugzilla/show_bug.cgi?id=83500 Signed-off-by: Alex Deucher Cc: stable at vger.kernel.org --- drivers/gpu/drm/radeon/ni_dma.c | 6 -- 1 file changed, 6 deletions(-) diff --git