diff options
| author | Bhawanpreet Lakha <[email protected]> | 2022-05-05 16:16:47 -0400 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2022-05-26 14:56:31 -0400 |
| commit | a32cc8177eabcd3497721836241f3d456342be62 (patch) | |
| tree | ee4c9e1df6951bce6a26f106270a4d2a7e0fed36 /tools/perf/scripts/python/export-to-sqlite.py | |
| parent | e4b0eac3e6242abf5f5ebcffdeb852e7ffa1c3d0 (diff) | |
drm/amd/display: Fic incorrect pipe being used for clk update
[Why]
we save the prev_dppclk value using "dpp_inst" but
when reading this value we use the index "i". In
a case where a pipe is fused off we can end up reading
the incorrect instance because i != dpp_inst in this
case.
[How]
read the prev_dppclk using dpp_inst instead of i
Reviewed-by: Dmytro Laktyushkin <[email protected]>
Acked-by: Qingqing Zhuo <[email protected]>
Signed-off-by: Bhawanpreet Lakha <[email protected]>
Tested-by: Daniel Wheeler <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions