projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9811a99
)
drm/dp_mst: fix drm_dp_mst_helper.h kernel-doc
author
Jani Nikula
<jani.nikula@intel.com>
Wed, 6 Mar 2024 18:31:11 +0000
(20:31 +0200)
committer
Jani Nikula
<jani.nikula@intel.com>
Thu, 7 Mar 2024 15:17:25 +0000
(17:17 +0200)
Drop excess vcpi member documentation.
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/606eee280718ba372093fdebbda42c7581dbd827.1709749576.git.jani.nikula@intel.com
include/drm/display/drm_dp_mst_helper.h
patch
|
blob
|
history
diff --git
a/include/drm/display/drm_dp_mst_helper.h
b/include/drm/display/drm_dp_mst_helper.h
index 9b19d8bd520af59c522c41105021d20ea251319f..3ae88a383a41f1c084cfdd771293700e06910e43 100644
(file)
--- a/
include/drm/display/drm_dp_mst_helper.h
+++ b/
include/drm/display/drm_dp_mst_helper.h
@@
-83,7
+83,6
@@
struct drm_dp_mst_branch;
* @passthrough_aux: parent aux to which DSC pass-through requests should be
* sent, only set if DSC pass-through is possible.
* @parent: branch device parent of this port
- * @vcpi: Virtual Channel Payload info for this port.
* @connector: DRM connector this port is connected to. Protected by
* &drm_dp_mst_topology_mgr.base.lock.
* @mgr: topology manager this port lives under.