All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Add audio support for MSM DisplayPort driver
@ 2020-08-13 17:21 ` Abhinav Kumar
  0 siblings, 0 replies; 10+ messages in thread
From: Abhinav Kumar @ 2020-08-13 17:21 UTC (permalink / raw)
  To: dri-devel
  Cc: Abhinav Kumar, linux-arm-msm, robdclark, seanpaul, swboyd,
	nganji, aravindh, tanmay, cychiang, khsieh, vsujithk, rohitkr

This series adds audio support for DP on MSM chipsets. It leverages
the hdmi-codec interface [1] to communicate between the Display Port
driver and the audio subsystem. These changes depend on the series [2]
which adds Display Port support to MSM chipsets.

[1] https://patchwork.kernel.org/patch/11047883/
[2] https://patchwork.kernel.org/patch/11708677/

Abhinav Kumar (4):
  drm/msm/dp: store dp_display in the driver data
  drm/msm/dp: add audio support for Display Port on MSM
  drm/msm/dp: add hook_plugged_cb hdmi-codec op for MSM DP driver
  drm/msm/dp: signal the hotplug disconnect in the event handler

 drivers/gpu/drm/msm/Makefile                |   3 +-
 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c |   6 +
 drivers/gpu/drm/msm/dp/dp_audio.c           | 606 ++++++++++++++++++++
 drivers/gpu/drm/msm/dp/dp_audio.h           |  72 +++
 drivers/gpu/drm/msm/dp/dp_catalog.c         | 192 +++++++
 drivers/gpu/drm/msm/dp/dp_catalog.h         |  29 +
 drivers/gpu/drm/msm/dp/dp_display.c         |  98 +++-
 drivers/gpu/drm/msm/dp/dp_display.h         |   9 +
 8 files changed, 1004 insertions(+), 11 deletions(-)
 create mode 100644 drivers/gpu/drm/msm/dp/dp_audio.c
 create mode 100644 drivers/gpu/drm/msm/dp/dp_audio.h

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project


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

end of thread, other threads:[~2020-08-13 17:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-13 17:21 [PATCH v2 0/4] Add audio support for MSM DisplayPort driver Abhinav Kumar
2020-08-13 17:21 ` Abhinav Kumar
2020-08-13 17:21 ` [PATCH v2 1/4] drm/msm/dp: store dp_display in the driver data Abhinav Kumar
2020-08-13 17:21   ` Abhinav Kumar
2020-08-13 17:21 ` [PATCH v2 2/4] drm/msm/dp: add audio support for Display Port on MSM Abhinav Kumar
2020-08-13 17:21   ` Abhinav Kumar
2020-08-13 17:21 ` [PATCH v2 3/4] drm/msm/dp: add hook_plugged_cb hdmi-codec op for MSM DP driver Abhinav Kumar
2020-08-13 17:21   ` Abhinav Kumar
2020-08-13 17:21 ` [PATCH v2 4/4] drm/msm/dp: signal the hotplug disconnect in the event handler Abhinav Kumar
2020-08-13 17:21   ` Abhinav Kumar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.