drm/amdgpu/vg20:Restruct uvd to support multiple uvds
authorJames Zhu <[email protected]>
Tue, 15 May 2018 19:25:46 +0000 (14:25 -0500)
committerAlex Deucher <[email protected]>
Fri, 18 May 2018 21:08:12 +0000 (16:08 -0500)
commit2bb795f5ba9cd676536858a978b9df06f473af88
tree1fbbc0d1e3e62668a925273db2139e31f4ed381c
parent602ed6c69b128b77050e178aca9e945d969f3aa8
drm/amdgpu/vg20:Restruct uvd to support multiple uvds

Vega20 has dual-UVD. Need Restruct amdgpu_device::uvd to support
multiple uvds. There are no any logical changes here.

Signed-off-by: James Zhu <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
drivers/gpu/drm/amd/amdgpu/amdgpu_queue_mgr.c
drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c
drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.h
drivers/gpu/drm/amd/amdgpu/uvd_v4_2.c
drivers/gpu/drm/amd/amdgpu/uvd_v5_0.c
drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c
drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c