]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/amdgpu: when suspending, if uvd/vce was running. need to cancel delay work.
authorRex Zhu <Rex.Zhu@amd.com>
Tue, 12 Apr 2016 11:25:52 +0000 (19:25 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 May 2016 21:48:45 +0000 (14:48 -0700)
commitb7cf6750c05ac80df28d1d66ecd949011f7e0d4b
tree0b08b801bb0a444466603e8f2b049f6a7146780e
parente05cff2aa31766746f02c932e11b6b2ae357464c
drm/amdgpu: when suspending, if uvd/vce was running. need to cancel delay work.

commit 85cc88f02eb0ecf44493c1b2ebb6f206cd5fc321 upstream.

fix the issue that when resume back, uvd/vce
dpm was disabled and uvd/vce's performace
dropped.

Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c
drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c