diff options
author | Yongqiang Sun <[email protected]> | 2020-02-26 14:25:29 -0500 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2020-03-09 13:49:26 -0400 |
commit | 4c631826e0bcfaefe580faeb4ef6651e5ebe57c1 (patch) | |
tree | f868e2c708b96e8b8299a7e367d086bbcfef15f3 /scripts/gdb/linux/modules.py | |
parent | cc4935087e20577abc9f0731386934928567f189 (diff) |
drm/amd/display: Not check wm and clk change flag in optimized bandwidth.
[Why]
System isn't able to enter S0i3 due to not send display count 0 to smu.
When dpms off, clk changed flag is cleared alreay, and it is checked
when doing optimized bandwidth, and update clocks is bypassed due to the
flag is unset.
[How]
Remove check flag incide the function since watermark values and clocks
values are checked during update to determine whether to perform it, no
need to check it again outside the function.
Signed-off-by: Yongqiang Sun <[email protected]>
Reviewed-by: Tony Cheng <[email protected]>
Acked-by: Rodrigo Siqueira <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions