Stripping of spaces in messages (was: [PATCH] drm/radeon: fix regression in dynpm due to multi-ring rework)

2012-06-14 Thread Paul Menzel
Dear Christian, Am Donnerstag, den 14.06.2012, 22:17 +0200 schrieb Christian K?nig: > On 14.06.2012 21:54, alexdeucher at gmail.com wrote: > > From: Alex Deucher ^ > > Not all asics have all rings, so make sure the ring is ready > > before attempting to check it in the dynp

[PATCH] drm/radeon: fix regression in dynpm due to multi-ring rework

2012-06-14 Thread Christian König
On 14.06.2012 21:54, alexdeucher at gmail.com wrote: > From: Alex Deucher > > Not all asics have all rings, so make sure the ring is ready > before attempting to check it in the dynpm work handler. > > Fixes: > https://bugzilla.kernel.org/show_bug.cgi?id=43367 > > Signed-off-by: Alex Deucher Review

[PATCH] drm/radeon: fix regression in dynpm due to multi-ring rework

2012-06-14 Thread Jerome Glisse
On Thu, Jun 14, 2012 at 3:54 PM, wrote: > From: Alex Deucher > > Not all asics have all rings, so make sure the ring is ready > before attempting to check it in the dynpm work handler. > > Fixes: > https://bugzilla.kernel.org/show_bug.cgi?id=43367 > > Signed-off-by: Alex Deucher Reviewed-by: Je

[PATCH] drm/radeon: fix regression in dynpm due to multi-ring rework

2012-06-14 Thread alexdeuc...@gmail.com
From: Alex Deucher Not all asics have all rings, so make sure the ring is ready before attempting to check it in the dynpm work handler. Fixes: https://bugzilla.kernel.org/show_bug.cgi?id=43367 Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon_pm.c | 10 +++--- 1 files chang

Stripping of spaces in messages (was: [PATCH] drm/radeon: fix regression in dynpm due to multi-ring rework)

2012-06-14 Thread Paul Menzel
Dear Christian, Am Donnerstag, den 14.06.2012, 22:17 +0200 schrieb Christian König: > On 14.06.2012 21:54, alexdeuc...@gmail.com wrote: > > From: Alex Deucher ^ > > Not all asics have all rings, so make sure the ring is ready > > before attempting to check it in the dynpm w

Re: [PATCH] drm/radeon: fix regression in dynpm due to multi-ring rework

2012-06-14 Thread Christian König
On 14.06.2012 21:54, alexdeuc...@gmail.com wrote: From: Alex Deucher Not all asics have all rings, so make sure the ring is ready before attempting to check it in the dynpm work handler. Fixes: https://bugzilla.kernel.org/show_bug.cgi?id=43367 Signed-off-by: Alex Deucher Reviewed-by: Christia

Re: [PATCH] drm/radeon: fix regression in dynpm due to multi-ring rework

2012-06-14 Thread Jerome Glisse
On Thu, Jun 14, 2012 at 3:54 PM, wrote: > From: Alex Deucher > > Not all asics have all rings, so make sure the ring is ready > before attempting to check it in the dynpm work handler. > > Fixes: > https://bugzilla.kernel.org/show_bug.cgi?id=43367 > > Signed-off-by: Alex Deucher Reviewed-by: Je

[PATCH] drm/radeon: fix regression in dynpm due to multi-ring rework

2012-06-14 Thread alexdeucher
From: Alex Deucher Not all asics have all rings, so make sure the ring is ready before attempting to check it in the dynpm work handler. Fixes: https://bugzilla.kernel.org/show_bug.cgi?id=43367 Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon_pm.c | 10 +++--- 1 files chang