From: Alex Deucher Date: Wed, 28 Aug 2013 22:12:59 +0000 (-0400) Subject: drm/radeon: split out radeon_uvd_resume from uvd_v4_2_resume X-Git-Tag: v3.12-rc1~136^2~13^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ce529dac71ae7753981a587932d074fdb248608;p=pandora-kernel.git drm/radeon: split out radeon_uvd_resume from uvd_v4_2_resume 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 Reviewed-by: Christian König --- Reading git-diff-tree failed