commit | 992d38cc787d353aba8b0e13d37a719a3431db79 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Sat May 13 11:52:00 2017 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Mon May 15 13:59:50 2017 +0200 |
tree | d2f66e347918e98533f9a179dd910d549b936fb4 | |
parent | bebc1d55d2923ee365de394bcac8ed80ca558f42 [diff] |
drm/dp: Read the tx msg state once after checking for an event Both as an exercise to document that we are reading the state outside of the appropriate mutex and to ensure that we only read the value once before the multiple comparisons, use READ_ONCE. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/20170513105201.17658-1-chris@chris-wilson.co.uk