diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2018-07-04 18:08:17 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2018-07-13 10:44:22 +0300 |
commit | 9c229127aee2d7e80858b5d52a9a7049355b621c (patch) | |
tree | dab32cad4fce7ec3d81567f26e5deb6a93f8b857 /drivers/gpu/drm/i915/Kconfig | |
parent | 7a78c1e116d2a786fcd541c8828472d462c8821f (diff) | |
download | linux-9c229127aee2d7e80858b5d52a9a7049355b621c.tar.xz |
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>
Diffstat (limited to 'drivers/gpu/drm/i915/Kconfig')
-rw-r--r-- | drivers/gpu/drm/i915/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/Kconfig b/drivers/gpu/drm/i915/Kconfig index dfd95889f4b7..2d65d567d5d1 100644 --- a/drivers/gpu/drm/i915/Kconfig +++ b/drivers/gpu/drm/i915/Kconfig @@ -23,6 +23,7 @@ config DRM_I915 select SYNC_FILE select IOSF_MBI select CRC32 + select CEC_CORE if CEC_NOTIFIER help Choose this option if you have a system that has "Intel Graphics Media Accelerator" or "HD Graphics" integrated graphics, |