dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/dp_mst: fix documentation of drm_dp_mst_add_affected_dsc_crtcs
@ 2020-01-09  3:24 Alex Deucher
  2020-01-09 13:53 ` Mikita Lipski
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Deucher @ 2020-01-09  3:24 UTC (permalink / raw)
  To: amd-gfx, dri-devel; +Cc: Alex Deucher

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
-- 
2.24.1

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] drm/dp_mst: fix documentation of drm_dp_mst_add_affected_dsc_crtcs
  2020-01-09  3:24 [PATCH] drm/dp_mst: fix documentation of drm_dp_mst_add_affected_dsc_crtcs Alex Deucher
@ 2020-01-09 13:53 ` Mikita Lipski
  0 siblings, 0 replies; 2+ messages in thread
From: Mikita Lipski @ 2020-01-09 13:53 UTC (permalink / raw)
  To: Alex Deucher, amd-gfx, dri-devel; +Cc: Alex Deucher

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
> 

-- 
Thanks,
Mikita Lipski
Software Engineer, AMD
mikita.lipski@amd.com
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-09 13:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-09  3:24 [PATCH] drm/dp_mst: fix documentation of drm_dp_mst_add_affected_dsc_crtcs Alex Deucher
2020-01-09 13:53 ` Mikita Lipski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).