summaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2024-03-06 20:31:11 +0200
committerJani Nikula <jani.nikula@intel.com>2024-03-07 17:17:25 +0200
commitca892057e03ed935113b3fcf23cf2f609cf6b26e (patch)
treeefed69a3acf7575cfd339968df14e8080eeea17e /include/drm
parent9811a99cddbafcdde06d9a7f15f073fb452f23e7 (diff)
downloadlinux-ca892057e03ed935113b3fcf23cf2f609cf6b26e.tar.gz
linux-ca892057e03ed935113b3fcf23cf2f609cf6b26e.tar.bz2
linux-ca892057e03ed935113b3fcf23cf2f609cf6b26e.zip
drm/dp_mst: fix drm_dp_mst_helper.h kernel-doc
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
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/display/drm_dp_mst_helper.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/display/drm_dp_mst_helper.h b/include/drm/display/drm_dp_mst_helper.h
index 9b19d8bd520a..3ae88a383a41 100644
--- 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.