commit | 4c34574fd9e6f3ed34ebe67fbabb0fef0b0754e3 | [log] [tgz] |
---|---|---|
author | Matt Roper <matthew.d.roper@intel.com> | Wed Jul 09 16:22:10 2014 -0700 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Jul 10 08:50:51 2014 +0200 |
tree | f7fccdcd3124638c4796905c2c8499954bf2b262 | |
parent | 03872064f77f4beb61d1afc22adf62da47cf087b [diff] |
drm/i915: Add missing locking to primary plane handlers intel_primary_plane_{setplane,disable} were lacking struct_mutex locking around their GEM operations. Signed-off-by: Matt Roper <matthew.d.roper@intel.com> Reported-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>