diff options
author | Chris Wilson <[email protected]> | 2017-03-17 20:20:27 +0000 |
---|---|---|
committer | Ville Syrjälä <[email protected]> | 2017-03-29 13:51:49 +0300 |
commit | 43dc7fe2b2118c76fbc2808dec0c57b3158e6dc0 (patch) | |
tree | 7259066e9a9a9a7ea41c81f5b637484459ab0c51 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | 75cff0837c14eaf632efabb8d7ab9eec6394d20d (diff) |
drm: Mark up accesses of vblank->enabled outside of its spinlock
Order the update to vblank->enabled after the timestamp is primed so
that a concurrent unlocked reader will only see the vblank->enabled with
the current timestamp.
v2: vblank->enable is guarded by dev->vbl_lock not
dev->vblank_time_lock, update the READ_ONCE accordingly.
Do not add a READ_ONCE(vblank->enabled) inside the interrupt handler to
avoid missing an interrupt whilst racing with enable_vblank()
Signed-off-by: Chris Wilson <[email protected]>
Cc: Ville Syrjälä <[email protected]>
Cc: Daniel Vetter <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Reviewed-by: Ville Syrjälä <[email protected]>
Signed-off-by: Ville Syrjälä <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions