Skip to content

Commit 9edb435

Browse files
committed
drm/dp_mst: fix documentation of drm_dp_mst_add_affected_dsc_crtcs
the parameter is the mst manager, not the port. Reviewed-by: Mikita Lipski <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent d9fe1a4 commit 9edb435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/drm_dp_mst_topology.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4854,7 +4854,7 @@ drm_dp_mst_atomic_check_vcpi_alloc_limit(struct drm_dp_mst_topology_mgr *mgr,
48544854
/**
48554855
* drm_dp_mst_add_affected_dsc_crtcs
48564856
* @state: Pointer to the new struct drm_dp_mst_topology_state
4857-
* @port: Port pointer of connector with new state
4857+
* @mgr: MST topology manager
48584858
*
48594859
* Whenever there is a change in mst topology
48604860
* DSC configuration would have to be recalculated

0 commit comments

Comments
 (0)