Skip to content

Commit

Permalink
drm/amd/powerplay: hold on the arcturus gfx dpm support in driver
Browse files Browse the repository at this point in the history
As for now, only "Prefetcher" is guarded to be working from
SMU firmware.

Signed-off-by: Evan Quan <evan.quan@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
  • Loading branch information
Evan Quan authored and Alex Deucher committed Jul 31, 2019
1 parent 7c16d24 commit 3ff101b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/gpu/drm/amd/powerplay/arcturus_ppt.c
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,7 @@ arcturus_get_allowed_feature_mask(struct smu_context *smu,

memset(feature_mask, 0, sizeof(uint32_t) * num);

*(uint64_t *)feature_mask |= FEATURE_MASK(FEATURE_DPM_PREFETCHER_BIT)
| FEATURE_MASK(FEATURE_DPM_GFXCLK_BIT);
*(uint64_t *)feature_mask |= FEATURE_MASK(FEATURE_DPM_PREFETCHER_BIT);

return 0;
}
Expand Down

0 comments on commit 3ff101b

Please sign in to comment.