RE: [PATCH 1/2] drm/dp_mst: Add a function to determine the mst end device

2020-01-14 Thread Lin, Wayne
: [PATCH 1/2] drm/dp_mst: Add a function to determine the mst end > device > > This patch series looks awesome so far, thank you for the great work! This > patch looks great, I think we should just squash it into the next patch though > since we don't use this function until then.

Re: [PATCH 1/2] drm/dp_mst: Add a function to determine the mst end device

2020-01-14 Thread Lyude Paul
This patch series looks awesome so far, thank you for the great work! This patch looks great, I think we should just squash it into the next patch though since we don't use this function until then. On Wed, 2020-01-08 at 16:44 +0800, Wayne Lin wrote: > [Why] > For later usage convenience, add the

[PATCH 1/2] drm/dp_mst: Add a function to determine the mst end device

2020-01-08 Thread Wayne Lin
[Why] For later usage convenience, add the function drm_dp_mst_is_dp_mst_end_device() to decide whether a peer device connected to a DFP is mst end device. Which also indicates if the peer device is capable of handling message or not. Signed-off-by: Wayne Lin --- drivers/gpu/drm/drm_dp_mst_topol