aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorKrunoslav Kovac <[email protected]>2018-11-13 15:32:24 -0500
committerAlex Deucher <[email protected]>2019-01-14 15:04:34 -0500
commitef32bc1c751694743703ff150b270bbcf8ad4de2 (patch)
tree3d44d983545cb523d96cfe144e517bb3576d45c6 /tools/perf/scripts/python
parentebd084cd6509313307bc3b8fd9695f65aee8ff96 (diff)
drm/amd/display: Fix issue with VLine interrupt not firing
[Why] We are not correctly handling the wrap around case. VLine interrupt is relative to position of VUpdate interrupt. Both VUpdate interrupt and VLine interrupt could possibly be in front porch or back porch. [How] Fix wraparound case by checking for line number that is greater than the VTOTAL of the OTG timing. In this case, the interrupt should occur on the next frame. Also fix some variable naming and remove some dead code. Signed-off-by: Krunoslav Kovac <[email protected]> Reviewed-by: Anthony Koo <[email protected]> Acked-by: Leo Li <[email protected]> Acked-by: Tony Cheng <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions