aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/export-to-postgresql-report
diff options
context:
space:
mode:
authorMatthew Auld <[email protected]>2016-05-10 15:21:28 +0100
committerDaniel Vetter <[email protected]>2016-05-24 23:21:56 +0200
commitd4055a9b207966ab4058550d818532b979d8bf78 (patch)
tree6e97fa8a8c4fe75fccc929bf223a23c2c727e595 /tools/perf/scripts/python/bin/export-to-postgresql-report
parentb80d3942329dcd43580adc3f7c0a098515b5feec (diff)
drm: use seqlock for vblank time/count
This patch aims to replace the roll-your-own seqlock implementation with full-blown seqlock'. We also remove the timestamp ring-buffer in favour of single timestamp/count pair protected by a seqlock. In turn this means we can now increment the vblank freely without the need for clamping. v2: - reduce the scope of the seqlock, keeping vblank_time_lock - make the seqlock per vblank_crtc, so multiple readers aren't blocked by the writer Cc: Mario Kleiner <[email protected]> Cc: Daniel Vetter <[email protected]> Cc: Ville Syrjälä <[email protected]> Signed-off-by: Matthew Auld <[email protected]> Reviewed-by: Ville Syrjälä <[email protected]> Reviewed-by: Mario Kleiner <[email protected]> Signed-off-by: Daniel Vetter <[email protected]> Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions