[PATCH] drm/radeon: save/restore the PD addr on suspend/resume

2014-08-28 Thread Michel Dänzer
On 26.08.2014 21:45, Christian K?nig wrote: > From: Christian K?nig > > This fixes a problem with GPU resets and TLB flushes on SI/CIK. > > Signed-off-by: Christian K?nig [...] > diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h > index f2dba50..8810df3 100644 > ---

[PATCH] drm/radeon: save/restore the PD addr on suspend/resume

2014-08-28 Thread Christian König
Am 28.08.2014 um 05:43 schrieb Michel D?nzer: > On 26.08.2014 21:45, Christian K?nig wrote: >> From: Christian K?nig >> >> This fixes a problem with GPU resets and TLB flushes on SI/CIK. >> >> Signed-off-by: Christian K?nig > > [...] > >> diff --git a/drivers/gpu/drm/radeon/radeon.h >> b/drivers

[PATCH] drm/radeon: save/restore the PD addr on suspend/resume

2014-08-26 Thread Christian König
From: Christian K?nig This fixes a problem with GPU resets and TLB flushes on SI/CIK. Signed-off-by: Christian K?nig --- drivers/gpu/drm/radeon/cik.c| 20 ++-- drivers/gpu/drm/radeon/ni.c | 9 - drivers/gpu/drm/radeon/radeon.h | 2 ++ drivers/gpu/drm/radeon/si

[PATCH] drm/radeon: save/restore the PD addr on suspend/resume

2014-08-26 Thread Alex Deucher
On Tue, Aug 26, 2014 at 8:45 AM, Christian K?nig wrote: > From: Christian K?nig > > This fixes a problem with GPU resets and TLB flushes on SI/CIK. > > Signed-off-by: Christian K?nig Applied to my fixes tree. Alex > --- > drivers/gpu/drm/radeon/cik.c| 20 ++-- > drivers/