[PATCH] drm/amdgpu/smu_v11_0: Correct behavior of restoring default tables

2020-01-28 Thread Matt Coffin
Previously, the syfs functionality for restoring the default powerplay table was sourcing it's information from the currently-staged powerplay table. This patch adds a step to cache the first overdrive table that we see on boot, so that it can be used later to "restore" the powerplay table

Re: [PATCH] drm/amdgpu/smu_v11_0: Correct behavior of restoring default tables

2020-01-28 Thread Alex Deucher
On Tue, Jan 28, 2020 at 3:10 PM Matt Coffin wrote: > > Previously, the syfs functionality for restoring the default powerplay > table was sourcing it's information from the currently-staged powerplay > table. > > This patch adds a step to cache the first overdrive table that we see on > boot, so

[PATCH] drm/amdgpu/smu_v11_0: Correct behavior of restoring default tables

2020-01-28 Thread Matt Coffin
Previously, the syfs functionality for restoring the default powerplay table was sourcing it's information from the currently-staged powerplay table. This patch adds a step to cache the first overdrive table that we see on boot, so that it can be used later to "restore" the powerplay table ---