diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2020-01-08 22:21:30 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2020-01-09 18:07:48 -0500 |
commit | 9edb435aed968a2c792f6d847f524587697edf37 (patch) | |
tree | 649ea333a3460ae6703e2d895927b48598ec5c80 | |
parent | d9fe1a4c560b70547e3f47520310f6d57d4d1626 (diff) |
drm/dp_mst: fix documentation of drm_dp_mst_add_affected_dsc_crtcsamd-drm-next-5.6-2020-01-09-dp-mst-dsc
the parameter is the mst manager, not the port.
Reviewed-by: Mikita Lipski <mikita.lipski@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | drivers/gpu/drm/drm_dp_mst_topology.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_dp_mst_topology.c b/drivers/gpu/drm/drm_dp_mst_topology.c index fa0656697c72..5d3c1d379277 100644 --- a/drivers/gpu/drm/drm_dp_mst_topology.c +++ b/drivers/gpu/drm/drm_dp_mst_topology.c @@ -4854,7 +4854,7 @@ drm_dp_mst_atomic_check_vcpi_alloc_limit(struct drm_dp_mst_topology_mgr *mgr, /** * drm_dp_mst_add_affected_dsc_crtcs * @state: Pointer to the new struct drm_dp_mst_topology_state - * @port: Port pointer of connector with new state + * @mgr: MST topology manager * * Whenever there is a change in mst topology * DSC configuration would have to be recalculated |