drm/amdgpu: Fix logic error
authorKonstantin Meskhidze <konstantin.meskhidze@huawei.com>
Tue, 29 Nov 2022 07:10:32 +0000 (15:10 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 29 Nov 2022 16:03:39 +0000 (11:03 -0500)
commit56ee51222e571b1fa0f10ac9227d714d3a929d04
tree054cb8c23cb43d7d682f48dbf79405fda252c6a8
parent75818afff631e1ea785a82c3e8bb82eb0dee539c
drm/amdgpu: Fix logic error

This commit fixes logic error in function 'amdgpu_hw_ip_info':
       - value 'uvd' might be 'vcn'.

Signed-off-by: Konstantin Meskhidze <konstantin.meskhidze@huawei.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c