mbox series

[v1,0/2] SDP split for DP-MST

Message ID 20230822204818.109742-1-vinod.govindapillai@intel.com (mailing list archive)
Headers show
Series SDP split for DP-MST | expand

Message

Vinod Govindapillai Aug. 22, 2023, 8:48 p.m. UTC
SDP split config for DP-MST

v1: Fix wrong port comparison (Jani Nikula)

Vinod Govindapillai (2):
  drm/i915/display: update intel_dp_has_audio to support MST
  drm/i915/display: configure SDP split for DP-MST

 drivers/gpu/drm/i915/display/intel_dp.c     | 12 +++++++-----
 drivers/gpu/drm/i915/display/intel_dp.h     |  3 +++
 drivers/gpu/drm/i915/display/intel_dp_mst.c | 21 ++++-----------------
 3 files changed, 14 insertions(+), 22 deletions(-)

Comments

Jani Nikula Aug. 25, 2023, 6:47 a.m. UTC | #1
On Tue, 22 Aug 2023, Vinod Govindapillai <vinod.govindapillai@intel.com> wrote:
> SDP split config for DP-MST
>
> v1: Fix wrong port comparison (Jani Nikula)
>
> Vinod Govindapillai (2):
>   drm/i915/display: update intel_dp_has_audio to support MST
>   drm/i915/display: configure SDP split for DP-MST

Pushed to din, thanks for the patches.

BR,
Jani.

>
>  drivers/gpu/drm/i915/display/intel_dp.c     | 12 +++++++-----
>  drivers/gpu/drm/i915/display/intel_dp.h     |  3 +++
>  drivers/gpu/drm/i915/display/intel_dp_mst.c | 21 ++++-----------------
>  3 files changed, 14 insertions(+), 22 deletions(-)