From: Stanislav Lisovskiy <stanislav.lisovs...@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/drm-kms.rst        |  6 +++
 Documentation/gpu/kms-properties.csv |  1 +
 drivers/gpu/drm/drm_atomic.c         |  4 ++
 drivers/gpu/drm/drm_connector.c      | 74 ++++++++++++++++++++++++++++
 drivers/gpu/drm/drm_edid.c           | 55 +++++++++++++++++++++
 drivers/gpu/drm/i915/intel_atomic.c  |  1 +
 drivers/gpu/drm/i915/intel_hdmi.c    | 24 ++++++---
 include/drm/drm_connector.h          | 12 +++++
 include/drm/drm_edid.h               |  6 +++
 include/drm/drm_mode_config.h        |  5 ++
 include/uapi/drm/drm_mode.h          |  7 +++
 11 files changed, 189 insertions(+), 6 deletions(-)

-- 
2.17.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to