diff options
author | Xiaojie Yuan <xiaojie.yuan@amd.com> | 2019-03-27 07:19:20 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2019-06-22 02:58:21 +0300 |
commit | 2de00413761d7d66cb00001c00240474f222b603 (patch) | |
tree | 140341f2f3e2b5461e153827f6620110c87f49f8 /drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | |
parent | 85f267a7078f4e0da8513ff1fd3e8a9bc082e44d (diff) | |
download | linux-2de00413761d7d66cb00001c00240474f222b603.tar.xz |
drm/amdgpu/discovery: fix hwid for nbio
Properly set this.
Signed-off-by: Xiaojie Yuan <xiaojie.yuan@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |