[PATCH v1 0/2] Enabling content-type setting for external HDMI displays.

StanLis stanislav.lisovskiy at intel.com
Mon Apr 16 19:31:36 UTC 2018


From: Stanislav Lisovskiy <stanislav.lisovskiy at intel.com>

Added content type setting property to drm_connector(part 1)
and enabled transmitting it with HDMI AVI infoframes
for i915(part 2).

Stanislav Lisovskiy (2):
  drm: content-type property for HDMI connector
  i915: content-type property for HDMI connector

 Documentation/gpu/kms-properties.csv |  1 +
 drivers/gpu/drm/drm_atomic.c         |  4 ++++
 drivers/gpu/drm/drm_connector.c      | 34 ++++++++++++++++++++++++++++
 drivers/gpu/drm/drm_edid.c           |  1 +
 drivers/gpu/drm/i915/intel_atomic.c  |  1 +
 drivers/gpu/drm/i915/intel_drv.h     |  1 +
 drivers/gpu/drm/i915/intel_hdmi.c    |  4 ++++
 drivers/gpu/drm/i915/intel_modes.c   | 10 ++++++++
 include/drm/drm_connector.h          | 10 ++++++++
 include/drm/drm_mode_config.h        |  5 ++++
 include/uapi/drm/drm_mode.h          |  5 ++++
 11 files changed, 76 insertions(+)

-- 
2.17.0

---------------------------------------------------------------------
Intel Finland Oy
Registered Address: PL 281, 00181 Helsinki 
Business Identity Code: 0357606 - 4 
Domiciled in Helsinki 

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.



More information about the dri-devel mailing list