aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
diff options
context:
space:
mode:
authorBłażej Szczygieł <[email protected]>2023-03-05 00:44:31 +0100
committerAlex Deucher <[email protected]>2023-03-14 10:36:25 -0400
commita9386ee9681585794dbab95d4ce6826f73d19af6 (patch)
tree9c7eb0d525ff8ba88cbd72e8173556103ce93e0a /drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
parentab9bdb1213b4b40942af6a383f555d0c14874c1b (diff)
drm/amd/pm: Fix sienna cichlid incorrect OD volage after resume
Always setup overdrive tables after resume. Preserve only some user-defined settings in user_overdrive_table if they're set. Copy restored user_overdrive_table into od_table to get correct values. On cold boot, BTC was triggered and GfxVfCurve was calibrated. We got VfCurve settings (a). On resuming back, BTC will be triggered again and GfxVfCurve will be recalibrated. VfCurve settings (b) got may be different from those of cold boot. So if we reuse those VfCurve settings (a) got on cold boot on suspend, we can run into discrepencies. Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/1897 Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/2276 Reviewed-by: Evan Quan <[email protected]> Signed-off-by: Błażej Szczygieł <[email protected]> Signed-off-by: Alex Deucher <[email protected]> Cc: [email protected]
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_device.c')
0 files changed, 0 insertions, 0 deletions