mbox series

[v2,0/2] drm/msm/dp: fix DP subconnector handling

Message ID 20231025092711.851168-1-dmitry.baryshkov@linaro.org (mailing list archive)
Headers show
Series drm/msm/dp: fix DP subconnector handling | expand

Message

Dmitry Baryshkov Oct. 25, 2023, 9:23 a.m. UTC
Fix two failovers in the DP subconnector's patch. I didn't notice that I
had another patch adding the property in my tree and later Abel pointed
out that we shouldn't use subconnector type for eDP panels.

Fixes since v1:
 - Add Abel's patch.

Abel Vesa (1):
  drm/msm/dp: don't touch DP subconnector property in eDP case

Dmitry Baryshkov (1):
  drm/msm/dp: attach the DP subconnector property

 drivers/gpu/drm/msm/dp/dp_display.c | 15 ++++++++++-----
 drivers/gpu/drm/msm/dp/dp_drm.c     |  3 +++
 2 files changed, 13 insertions(+), 5 deletions(-)

Comments

Abhinav Kumar Nov. 21, 2023, 6:44 p.m. UTC | #1
On Wed, 25 Oct 2023 12:23:08 +0300, Dmitry Baryshkov wrote:
> Fix two failovers in the DP subconnector's patch. I didn't notice that I
> had another patch adding the property in my tree and later Abel pointed
> out that we shouldn't use subconnector type for eDP panels.
> 
> Fixes since v1:
>  - Add Abel's patch.
> 
> [...]

Applied, thanks!

[1/2] drm/msm/dp: don't touch DP subconnector property in eDP case
      https://gitlab.freedesktop.org/drm/msm/-/commit/ebfa85c504cb
[2/2] drm/msm/dp: attach the DP subconnector property
      https://gitlab.freedesktop.org/drm/msm/-/commit/21133266ca12

Best regards,