[PATCH 1/2] drm/radeon: activate UVD clocks before sending the destroy msg

2013-11-11 Thread Christian König
Am 30.10.2013 15:29, schrieb Alex Deucher: > On Wed, Oct 30, 2013 at 7:56 AM, Christian K?nig > wrote: >> From: Christian K?nig >> >> Make sure the UVD clocks are still active before sending >> the destroy message, otherwise the hw might hang. >> >> Signed-off-by: Christian K?nig >> Cc: stable

[PATCH 1/2] drm/radeon: activate UVD clocks before sending the destroy msg

2013-11-11 Thread Alex Deucher
On Mon, Nov 11, 2013 at 3:54 AM, Christian K?nig wrote: > Am 30.10.2013 15:29, schrieb Alex Deucher: >> >> On Wed, Oct 30, 2013 at 7:56 AM, Christian K?nig >> wrote: >>> >>> From: Christian K?nig >>> >>> Make sure the UVD clocks are still active before sending >>> the destroy message, otherwise

[PATCH 1/2] drm/radeon: activate UVD clocks before sending the destroy msg

2013-10-30 Thread Christian König
From: Christian K?nig Make sure the UVD clocks are still active before sending the destroy message, otherwise the hw might hang. Signed-off-by: Christian K?nig Cc: stable at vger.kernel.org --- drivers/gpu/drm/radeon/radeon_uvd.c | 2 ++ 1 file changed, 2

[PATCH 1/2] drm/radeon: activate UVD clocks before sending the destroy msg

2013-10-30 Thread Alex Deucher
On Wed, Oct 30, 2013 at 7:56 AM, Christian K?nig wrote: > From: Christian K?nig > > Make sure the UVD clocks are still active before sending > the destroy message, otherwise the hw might hang. > > Signed-off-by: Christian K?nig > Cc: stable at vger.kernel.org Both applied! Alex > --- >