commit | 64d03abe6ee36ec48e997743e9397ae160eb508a | [log] [tgz] |
---|---|---|
author | Tom St Denis <tom.stdenis@amd.com> | Tue Sep 05 07:55:48 2017 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Tue Sep 12 14:23:18 2017 -0400 |
tree | d8070fd7b1d40fa8f9091adbd99e4712a7a7b9cf | |
parent | a216ab09955d6b77f3af4f0aba9255c5ddf382f5 [diff] |
drm/amd/powerplay: Fix psm_set_user_performance_state() We now pass a pointer to a pointer which seems to be what they meant in the first place. The previous version was modifying a pointer passed by value. Fixes bug that was introduced by commit 332798d40c2e91:drm/amd/powerplay: delete eventmgr layer in poweprlay Signed-off-by: Tom St Denis <tom.stdenis@amd.com> Reviewed-By: Rex Zhu <Rex.Zhu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>