Re: [RFC 1/4] drm/mst: read sideband messaging cap

2024-02-02 Thread Ville Syrjälä
On Fri, Feb 02, 2024 at 04:05:31PM +0200, Jani Nikula wrote: > Amend drm_dp_read_mst_cap() to return an enum, indicating "none", > "sideband messaging", or "mst". Modify all call sites to take the new > return value into account. > > Cc: Arun R Murthy > Cc: Ville Syrjälä > Signed-off-by: Jani Ni

[RFC 1/4] drm/mst: read sideband messaging cap

2024-02-02 Thread Jani Nikula
Amend drm_dp_read_mst_cap() to return an enum, indicating "none", "sideband messaging", or "mst". Modify all call sites to take the new return value into account. Cc: Arun R Murthy Cc: Ville Syrjälä Signed-off-by: Jani Nikula --- drivers/gpu/drm/display/drm_dp_mst_topology.c | 20 ++---