This bunch of patches deals with encoders and connectors. For the HDMI connector, it bring the support of the vendor specific infoframe and bring the support of 2 HDMI connector properties. It also solves the panel detection and timing issues on the DVO connector and force the HDA connector reset at start up. Bich Hemon (2): drm/sti: adjust delay for DVO drm/sti: fix dvo data_enable signal Vincent Abriou (9): drm/sti: do not clip RGB/YUV component value at connector side drm/sti: fix panel detection for DVO connector drm/sti: add missing encoder cleanup for DVO connector drm/sti: reset HD DACS when HDA connector is created drm/sti: HDMI infoframe transmission mode not take into account drm/sti: reset infoframe transmission when HDMI is stopped drm/sti: add HDMI vendor specific infoframe drm/sti: add colorspace property to the HDMI connector drm/sti: add hdmi_mode property for HDMI connector drivers/gpu/drm/sti/sti_awg_utils.c | 51 +++++--- drivers/gpu/drm/sti/sti_dvo.c | 8 +- drivers/gpu/drm/sti/sti_hda.c | 3 + drivers/gpu/drm/sti/sti_hdmi.c | 225 +++++++++++++++++++++++++++++++++--- drivers/gpu/drm/sti/sti_hdmi.h | 27 +++++ drivers/gpu/drm/sti/sti_tvout.c | 18 +-- drivers/gpu/drm/sti/sti_vtg.c | 5 +- 7 files changed, 296 insertions(+), 41 deletions(-) -- 1.9.1 _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel