commit | 4676ba0be756b2b02b9737147713d458042962f7 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Jul 09 23:44:30 2015 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Jul 22 16:25:46 2015 +0200 |
tree | 98ad9d7ac294c6e59b90a5b0d40092a8a40b9264 | |
parent | 3a58ee106529ebea5710087e9b77bc11365665ae [diff] |
drm: Check locking in drm_for_each_fb Ever since framebuffers are reference counted we have a special lock for the global fb list. Make sure users of that list do hold that lock when using the new iterators. Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>