]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915: hdmi: add CEC notifier to intel_hdmi
authorNeil Armstrong <narmstrong@baylibre.com>
Wed, 4 Jul 2018 15:08:17 +0000 (17:08 +0200)
committerLee Jones <lee.jones@linaro.org>
Fri, 13 Jul 2018 07:44:22 +0000 (08:44 +0100)
commit9c229127aee2d7e80858b5d52a9a7049355b621c
treedab32cad4fce7ec3d81567f26e5deb6a93f8b857
parent7a78c1e116d2a786fcd541c8828472d462c8821f
drm/i915: hdmi: add CEC notifier to intel_hdmi

This patchs adds the cec_notifier feature to the intel_hdmi part
of the i915 DRM driver. It uses the HDMI DRM connector name to differentiate
between each HDMI ports.
The changes will allow the i915 HDMI code to notify EDID and HPD changes
to an eventual CEC adapter.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Reviewed-by: Hans Verkuil <hans.verkuil@cisco.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Acked-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/gpu/drm/i915/Kconfig
drivers/gpu/drm/i915/intel_display.h
drivers/gpu/drm/i915/intel_drv.h
drivers/gpu/drm/i915/intel_hdmi.c