projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14407d3
)
drm/dp_helper: Mention the concurrency requirement hw_mutex
author
Maxime Ripard
<maxime@cerno.tech>
Wed, 16 Jun 2021 14:15:28 +0000
(16:15 +0200)
committer
Maxime Ripard
<maxime@cerno.tech>
Wed, 23 Jun 2021 12:32:27 +0000
(14:32 +0200)
Drivers that allow concurrent access over multiple DP channels need to
provide additional locking, even though the hw_mutex field might
indicate otherwise. Clarify it in the documentation.
Suggested-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link:
https://patchwork.freedesktop.org/patch/msgid/20210616141529.630719-2-maxime@cerno.tech
include/drm/drm_dp_helper.h
patch
|
blob
|
history
diff --git
a/include/drm/drm_dp_helper.h
b/include/drm/drm_dp_helper.h
index 683aa9892badfc4a480eb068d8614ecf4a54aa0e..9336bfbdb3892f1900079361819c9a053fd03f5a 100644
(file)
--- a/
include/drm/drm_dp_helper.h
+++ b/
include/drm/drm_dp_helper.h
@@
-1913,6
+1913,10
@@
struct drm_dp_aux {
/**
* @hw_mutex: internal mutex used for locking transfers.
+ *
+ * Note that if the underlying hardware is shared among multiple
+ * channels, the driver needs to do additional locking to
+ * prevent concurrent access.
*/
struct mutex hw_mutex;