diff options
author | Daniel Vetter <[email protected]> | 2019-07-23 15:13:37 +0200 |
---|---|---|
committer | Daniel Vetter <[email protected]> | 2019-09-03 17:16:53 +0200 |
commit | bd7e3f3ba1efab5c2c188d097589b9bc93ffaeaa (patch) | |
tree | 7a5908b42fbd254473dab7bb7a1ee8aaeabd3431 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 5fcd055193c5d4cac6d205bd65e52c957ea057c2 (diff) |
drm/vblank: Document and fix vblank count barrier semantics
Noticed while reviewing code. I'm not sure whether this might or might
not explain some of the missed vblank hilarity we've been seeing on
various drivers (but those got tracked down to driver issues, at least
mostly). I think those all go through the vblank completion event,
which has unconditional barriers - it always takes the spinlock.
Therefore no cc stable.
v2:
- Barrriers are hard, put them in in the right order (Chris).
- Improve the comments a bit.
v3:
Ville noticed that on 32bit we might be breaking up the load/stores,
now that the vblank counter has been switched over to be 64 bit. Fix
that up by switching to atomic64_t. This this happens so rarely in
practice I figured no need to cc: stable ...
Cc: Ville Syrjälä <[email protected]>
Cc: Keith Packard <[email protected]>
References: 570e86963a51 ("drm: Widen vblank count to 64-bits [v3]")
Cc: Rodrigo Siqueira <[email protected]>
Cc: Chris Wilson <[email protected]>
Reviewed-by: Ville Syrjälä <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions