]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: remove static integer for uvd pp state
authorYintian Tao <yttao@amd.com>
Wed, 21 Dec 2016 06:32:21 +0000 (14:32 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 6 Jan 2017 22:08:27 +0000 (17:08 -0500)
commitd449a0470f81308610fcae5d8ddd7905050d1680
treebd462725dae3417c5536a30fe6eb019782252f33
parentf78bae14fa7580a4bcf5f2d04279b3a3ef297b8c
drm/amdgpu: remove static integer for uvd pp state

At two gpu core condition, static integer will cause that second gpu
core uvd state setting will be directly skipped due to the first one
setting

Signed-off-by: Yintian Tao <yttao@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/uvd_v5_0.c