]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/syncobj: Mark up the fence as an RCU protected pointer
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 2 Nov 2017 20:03:33 +0000 (22:03 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 9 Nov 2017 18:31:18 +0000 (20:31 +0200)
commit19d814cc0765b409e2b90ed7a5514a15ce6ecf7b
treeb40e4bb0d5d615a4f11f4ed399ced728115be23f
parent32e823c63e90f7535ea1cc5311d25c0233e1456d
drm/syncobj: Mark up the fence as an RCU protected pointer

We take advantage of that syncobj->fence is an RCU-protected pointer, and
so sparse complains that it is lacking annotation.

Cc: Dave Airlie <airlied@redhat.com>
Cc: Jason Ekstrand <jason@jlekstrand.net>
Cc: linaro-mm-sig@lists.linaro.org
Cc: linux-media@vger.kernel.org
Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: Christian König <christian.koenig@amd.com>
Cc: Sumit Semwal <sumit.semwal@linaro.org>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20171102200336.23347-2-ville.syrjala@linux.intel.com
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
include/drm/drm_syncobj.h