aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorKrunoslav Kovac <[email protected]>2023-08-08 14:33:42 -0400
committerAlex Deucher <[email protected]>2023-08-30 14:58:33 -0400
commit4d5fd3d08ea9926fb2031ff7cfb4d72b7c950301 (patch)
tree37e254d4d8e09dc571a799321d246b1769c99024 /tools/perf/scripts/python
parent53d8e3beeaa92d916546abb4c4ac2b88d5a5b3f8 (diff)
drm/amd/display: PQ tail accuracy
[WHY & HOW] HW LUTs changed slightly in DCN3: 256 base+slope pairs were replaced by 257 bases. Code was still calculating all 256 base+slope and then creating 257th pt as last base + last slope. This was done in wrong format, and then "fixed" it by making the last two points the same thus making the last slope=0. However, this also created some precision problems near the end that are not visible but they do show up with capture cards. Solution is to calculate 257 and remove deltas since we no longer have those HW registers. Reviewed-by: Anthony Koo <[email protected]> Acked-by: Wayne Lin <[email protected]> Signed-off-by: Krunoslav Kovac <[email protected]> Tested-by: Daniel Wheeler <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions