[PATCHv9 0/3] drm/i915: add DisplayPort CEC-Tunneling-over-AUX support
Hans Verkuil
hverkuil at xs4all.nl
Wed Jul 11 12:28:16 UTC 2018
From: Hans Verkuil <hans.verkuil at cisco.com>
This patch series adds support for the DisplayPort CEC-Tunneling-over-AUX
feature. This patch series is based on the current media master branch
(https://git.linuxtv.org/media_tree.git/log/) but it applies fine on top
of the current mainline tree.
The v9 is identical to v8, the only change is that it is now also CCed to
intel-gfx at lists.freedesktop.org.
The cover letter of v8 can be found here:
https://www.spinics.net/lists/dri-devel/msg181688.html
Regards,
Hans
Hans Verkuil (3):
drm: add support for DisplayPort CEC-Tunneling-over-AUX
drm-kms-helpers.rst: document the DP CEC helpers
drm/i915: add DisplayPort CEC-Tunneling-over-AUX support
Documentation/gpu/drm-kms-helpers.rst | 9 +
drivers/gpu/drm/Kconfig | 10 +
drivers/gpu/drm/Makefile | 1 +
drivers/gpu/drm/drm_dp_cec.c | 427 ++++++++++++++++++++++++++
drivers/gpu/drm/drm_dp_helper.c | 1 +
drivers/gpu/drm/i915/intel_dp.c | 17 +-
include/drm/drm_dp_helper.h | 56 ++++
7 files changed, 519 insertions(+), 2 deletions(-)
create mode 100644 drivers/gpu/drm/drm_dp_cec.c
--
2.18.0
More information about the dri-devel
mailing list