commit | c80ac8548d167dfb7affdb997d99d875bb1a28a3 | [log] [tgz] |
---|---|---|
author | Paulo Zanoni <paulo.r.zanoni@intel.com> | Thu Jul 02 19:25:13 2015 -0300 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Mon Jul 06 14:34:20 2015 +0200 |
tree | 0c4fe949b9aedf3553354882c4f16f4aea82ffdd | |
parent | b5e4b84d9f12b093780a4e90e51604c3b4706cde [diff] |
drm/i915: FBC doesn't need struct_mutex anymore Everything is covered either by fbc.lock or mm.stolen_lock, and intel_fbc.c is already responsible for grabbing the appropriate locks when it needs them. Reviewed-by: Chris wilson <chris@chris-wilson.co.uk> Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>