From: Xiaojie Yuan Date: Wed, 27 Mar 2019 04:19:20 +0000 (+0800) Subject: drm/amdgpu/discovery: fix hwid for nbio X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=2de00413761d7d66cb00001c00240474f222b603;p=openwrt%2Fstaging%2Fblogic.git drm/amdgpu/discovery: fix hwid for nbio Properly set this. Signed-off-by: Xiaojie Yuan Reviewed-by: Hawking Zhang Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c index ac065ab91c4b..ec14fd1350e2 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c @@ -117,7 +117,7 @@ static int hw_id_map[MAX_HWIP] = { [SDMA1_HWIP] = SDMA1_HWID, [MMHUB_HWIP] = MMHUB_HWID, [ATHUB_HWIP] = ATHUB_HWID, - [NBIO_HWIP] = DBGU_NBIO_HWID, + [NBIO_HWIP] = NBIF_HWID, [MP0_HWIP] = MP0_HWID, [MP1_HWIP] = MP1_HWID, [UVD_HWIP] = UVD_HWID,