Hi Daniel, Could you please check changes in the documentation, I've added a new HDMI connector properties section, based on our discussion. I think now other HDMI specific properties can be transferred there as well. Best Regards, Lisovskiy Stanislav Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo ________________________________________ From: dri-devel [dri-devel-bounces@xxxxxxxxxxxxxxxxxxxxx] on behalf of StanLis [stanislav.lisovskiy@xxxxxxxxx] Sent: Monday, April 23, 2018 10:34 AM To: dri-devel@xxxxxxxxxxxxxxxxxxxxx Cc: intel-gfx@xxxxxxxxxxxxxxxxxxxxx Subject: [PATCH v7 0/2] Enabling content-type setting for HDMI displays. From: Stanislav Lisovskiy <stanislav.lisovskiy@xxxxxxxxx> 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 | 17 +++++++ drivers/gpu/drm/drm_connector.c | 74 ++++++++++++++++++++++++++++ drivers/gpu/drm/drm_edid.c | 2 + drivers/gpu/drm/i915/intel_atomic.c | 2 + drivers/gpu/drm/i915/intel_hdmi.c | 4 ++ include/drm/drm_connector.h | 18 +++++++ include/drm/drm_mode_config.h | 5 ++ include/uapi/drm/drm_mode.h | 7 +++ 10 files changed, 136 insertions(+) -- 2.17.0 _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx