aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorLyude <[email protected]>2016-08-05 20:30:37 -0400
committerAlex Deucher <[email protected]>2016-08-08 13:28:39 -0400
commit14a2fb487bed51d6020ed5d950e9f2cf17b5421b (patch)
treeea6de4fbbf85bea561b856c349f5593adb148343 /tools/perf/scripts/python/bin/stackcollapse-report
parentaff802954e06c435f582e8725964d66e21c8d573 (diff)
drm/amdgpu: Don't retry 7 times in amdgpu_atombios_dp_get_dpcd()
When this code was written, we didn't retry DP aux transactions on any error, which required retrying important transactions like this in individual drivers. Since that's no longer the case, retrying here is not necessary. As well, we retry any aux transaction on any error 32 times. 7 * 32 = 224, which means this loop causes us to retry grabbing the dpcd 224 times. This is definitely far more then we actually need to do. Reviewed-by: Christian König <[email protected]> Signed-off-by: Lyude <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions