Skip to content

Commit

Permalink
drm/amd/pm: add support for 3794 pptable for SMU13.0.0
Browse files Browse the repository at this point in the history
Enable 3794 pptable support for SMU13.0.0.

Signed-off-by: Evan Quan <evan.quan@amd.com>
Acked-by: Guchun Chen <guchun.chen@amd.com>
Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
  • Loading branch information
Evan Quan authored and Alex Deucher committed Sep 21, 2022
1 parent 193b6a1 commit dd4bc65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@ static int smu_v13_0_0_setup_pptable(struct smu_context *smu)
case 3664:
case 3715:
case 3795:
case 3794:
pptable_id = 0;
break;
case 3683:
Expand Down

0 comments on commit dd4bc65

Please sign in to comment.