drm/amdgpu/discovery: fix DCE_HWIP mapping error in hw_id_map array
authortiancyin <tianci.yin@amd.com>
Thu, 11 Jul 2019 06:09:50 +0000 (14:09 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 11 Jul 2019 19:37:24 +0000 (14:37 -0500)
commita349b39253d597a83f3d5eb85e129da429652583
treedc49052577e349d6d382ef55cd18bdb71b452777
parenta54166d79a6b910182703c18379a26e414539501
drm/amdgpu/discovery: fix DCE_HWIP mapping error in hw_id_map array

ID of DCE_HWIP from vbios is DMU_HWID,
mismatch cause null pointer crash in navi10 modprobe.

Reviewed-by: Feifei Xu <Feifei.Xu@amd.com>
Reviewed-by: Xiaojie Yuan <xiaojie.yuan@amd.com>
Signed-off-by: tiancyin <tianci.yin@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c