[PATCH] drm/radeon/kms: make r600-NI blit suspend code common

2011-10-14 Thread Ilija Hadzic
On Fri, 14 Oct 2011 alexdeucher at gmail.com wrote: > From: Alex Deucher > > r600-NI shared the same blit suspend code. Clean it up > and make it a shared function. > > Signed-off-by: Alex Deucher > Cc: Ilija Hadzic Thanks, this one slipped my eye in my cleanup. Correctness should be obvio

Re: [PATCH] drm/radeon/kms: make r600-NI blit suspend code common

2011-10-14 Thread Ilija Hadzic
On Fri, 14 Oct 2011 alexdeuc...@gmail.com wrote: From: Alex Deucher r600-NI shared the same blit suspend code. Clean it up and make it a shared function. Signed-off-by: Alex Deucher Cc: Ilija Hadzic Thanks, this one slipped my eye in my cleanup. Correctness should be obvious, so as mu

[PATCH] drm/radeon/kms: make r600-NI blit suspend code common

2011-10-14 Thread alexdeuc...@gmail.com
From: Alex Deucher r600-NI shared the same blit suspend code. Clean it up and make it a shared function. Signed-off-by: Alex Deucher Cc: Ilija Hadzic --- drivers/gpu/drm/radeon/evergreen.c | 10 +- drivers/gpu/drm/radeon/ni.c| 10 +- drivers/gpu/drm/radeon/r600.c

[PATCH] drm/radeon/kms: make r600-NI blit suspend code common

2011-10-14 Thread alexdeucher
From: Alex Deucher r600-NI shared the same blit suspend code. Clean it up and make it a shared function. Signed-off-by: Alex Deucher Cc: Ilija Hadzic --- drivers/gpu/drm/radeon/evergreen.c | 10 +- drivers/gpu/drm/radeon/ni.c| 10 +- drivers/gpu/drm/radeon/r600.c