commit | e7783ba3bf1c631278be6620875fbfa6b0eba905 | [log] [tgz] |
---|---|---|
author | Imre Deak <imre.deak@intel.com> | Fri Nov 02 13:30:50 2012 +0200 |
committer | Inki Dae <daeinki@gmail.com> | Thu Nov 29 03:30:34 2012 -0800 |
tree | 3dab1a45e1d504130bce9fdc60885aefe0700559 | |
parent | 9fb7dff5ec238c8f71ef9b06256957a0db585c04 [diff] |
drm: hold event_lock while accessing vblank_event_list Currently the only users of drm_vblank_off() are i915 and gma500, neither of which holds the event_lock when calling this function. Fix this by holding the event_lock while traversing the list. Signed-off-by: Imre Deak <imre.deak@intel.com> Signed-off-by: Inki Dae <inki.dae@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>