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)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 1 Jul 2020 05:59:19 +0000 (01:59 -0400)
commit5a84ae87fe6123f9521eea48e405f8ad74e2b8ad
tree921c53f068a9324a0b03a0697db1e37871f41428
parent8df1a28f41b9593301353c4f419c0fd93c40a26f
drm/amdgpu: Replace invalid device ID with a valid device ID

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>
drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c