aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/media/media-entity.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>2016-04-06 10:55:25 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2016-04-20 13:16:14 -0300
commit5ed470feb9a121582dbd455c72b133dc1a856a0a (patch)
tree2229f72ba54bc3950f5b7c94e3150f66fee48ee7 /include/media/media-entity.h
parent[media] media-device: get rid of the spinlock (diff)
downloadwireguard-linux-5ed470feb9a121582dbd455c72b133dc1a856a0a.tar.xz
wireguard-linux-5ed470feb9a121582dbd455c72b133dc1a856a0a.zip
[media] media: Improve documentation for link_setup/link_modify
Those callbacks are called with the media_device.graph_mutex held. Add a note about that, as the code called by those notifiers should not be touching in the mutex. Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com> Acked-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'include/media/media-entity.h')
-rw-r--r--include/media/media-entity.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/media/media-entity.h b/include/media/media-entity.h
index e0295eefd702..cbb266f7f2b5 100644
--- a/include/media/media-entity.h
+++ b/include/media/media-entity.h
@@ -179,6 +179,9 @@ struct media_pad {
* @link_validate: Return whether a link is valid from the entity point of
* view. The media_entity_pipeline_start() function
* validates all links by calling this operation. Optional.
+ *
+ * Note: Those these callbacks are called with struct media_device.@graph_mutex
+ * mutex held.
*/
struct media_entity_operations {
int (*link_setup)(struct media_entity *entity,