drm/amd/smu: Increace dpm level count only for smu v13.0.2
authorLikun Gao <Likun.Gao@amd.com>
Fri, 29 Apr 2022 04:03:53 +0000 (12:03 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 4 May 2022 13:53:02 +0000 (09:53 -0400)
commit2913b567cecb1e354d321a91ce744735448795f0
tree24ed2b522c55dc4bf362d08b90dfa3c8620dc187
parentdb56aebd81cfbbb265af64a7077f65c629555c7a
drm/amd/smu: Increace dpm level count only for smu v13.0.2

Only V13.0.2 on SMU v13 will get 0 based max level from fw and
increment by one, other ASIC will not need for this.
V2: replace the asic_type check with ip versioning check.

Signed-off-by: Likun Gao <Likun.Gao@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c