drm/amdgpu: Replace invalid device ID with a valid device ID
authorSandeep Raghuraman <sandy.8925@gmail.com>
Wed, 10 Jun 2020 20:06:26 +0000 (01:36 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Jun 2020 15:50:48 +0000 (17:50 +0200)
commit5471b5287cc78905c7a4334cfcc9cd5525c01129
tree55ab444acdbdd6228c34c3053ed979fc78fa8813
parent3031fb61096ca5cf29cd3d756dc56217f655da2a
drm/amdgpu: Replace invalid device ID with a valid device ID

commit 790243d3bf78f9830a3b2ffbca1ed0f528295d48 upstream.

Initializes Powertune data for a specific Hawaii card by fixing what
looks like a typo in the code. The device ID 66B1 is not a supported
device ID for this driver, and is not mentioned elsewhere. 67B1 is a
valid device ID, and is a Hawaii Pro GPU.

I have tested on my R9 390 which has device ID 67B1, and it works
fine without problems.

Signed-off-by: Sandeep Raghuraman <sandy.8925@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c