diff options
| author | Alvin Lee <[email protected]> | 2020-07-14 15:06:40 -0400 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2020-07-27 16:23:34 -0400 |
| commit | be6ccdf861de048833b2000d80db800ab4f8d81b (patch) | |
| tree | dee13cc71cde2c828a59f970cc442bf45c8803f9 /tools/perf/scripts/python/bin | |
| parent | f92e25e56137cb410c89dd5d69aed47849b3236c (diff) | |
drm/amd/display: Don't compare dppclk before updating DTO
[Why]
In dcn3_update_clocks there are situations where dppclk is not
lowered (i.e. stays the same), but DTO still needs to be increased
before we program pipe frontend (i.e. in prepare_bandwidth). If we
don't program the new DTO value before we program the pipe,
we will underflow as soon as the pipe lock is released until the
next call to dcn3_update_clocks where the DTO is updated.
[How]
Remove dppclk check before programming new DTO value.
Signed-off-by: Alvin Lee <[email protected]>
Reviewed-by: Jun Lei <[email protected]>
Acked-by: Eryk Brol <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions