diff mbox series

drm/dp_mst: fix documentation of drm_dp_mst_add_affected_dsc_crtcs

Message ID 20200109032412.364214-1-alexander.deucher@amd.com (mailing list archive)
State New, archived
Headers show
Series drm/dp_mst: fix documentation of drm_dp_mst_add_affected_dsc_crtcs | expand

Commit Message

Alex Deucher Jan. 9, 2020, 3:24 a.m. UTC
the parameter is the mst manager, not the port.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
---
 drivers/gpu/drm/drm_dp_mst_topology.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Mikita Lipski Jan. 9, 2020, 1:53 p.m. UTC | #1
Thank you,
Reviewed-by: Mikita Lipski <mikita.lipski@amd.com>

On 1/8/20 10:24 PM, Alex Deucher wrote:
> the parameter is the mst manager, not the port.
> 
> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
> ---
>   drivers/gpu/drm/drm_dp_mst_topology.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/drm_dp_mst_topology.c b/drivers/gpu/drm/drm_dp_mst_topology.c
> index 7e9b9b7e50cf..a4be2f825899 100644
> --- a/drivers/gpu/drm/drm_dp_mst_topology.c
> +++ b/drivers/gpu/drm/drm_dp_mst_topology.c
> @@ -4781,7 +4781,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
>
diff mbox series

Patch

diff --git a/drivers/gpu/drm/drm_dp_mst_topology.c b/drivers/gpu/drm/drm_dp_mst_topology.c
index 7e9b9b7e50cf..a4be2f825899 100644
--- a/drivers/gpu/drm/drm_dp_mst_topology.c
+++ b/drivers/gpu/drm/drm_dp_mst_topology.c
@@ -4781,7 +4781,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