drm/amdgpu: restore uvd fence seq in uvd resume
authorJim Qu <Jim.Qu@amd.com>
Mon, 18 Dec 2017 02:08:38 +0000 (10:08 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 18 Dec 2017 16:52:39 +0000 (11:52 -0500)
commit3b1186fd2aa4ab09b199580d9254c61eb6b6cfbc
tree96f68748c9ced6ea387fb7e4d9f6fba6582b647c
parent8daf94e9002dafb8c425eef1f6ff6dbb49a38d90
drm/amdgpu: restore uvd fence seq in uvd resume

otherwise, uvd block will be never powered up in ring begin_use()
callback. uvd ring test will be fail in resume in rumtime pm.

Signed-off-by: Jim Qu <Jim.Qu@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c