drm/radeon: split out radeon_uvd_resume from uvd_v4_2_resume
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 28 Aug 2013 22:12:59 +0000 (18:12 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 30 Aug 2013 20:31:12 +0000 (16:31 -0400)
For powergating, we just need to re-init the registers, there
is no need to restore the uvd BOs.  This just adds needless
work when powergating uvd for playback while the system is
on.  We only need to restore the uvd BOs on an actual resume
from suspend or when the driver loads.

This fixes multi-stream UVD playback on KB systems.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>

No differences found