drm/sti: hdmi fix CEA-861E video format timing error
authorVincent Abriou <vincent.abriou@st.com>
Fri, 5 Jun 2015 08:24:43 +0000 (10:24 +0200)
committerBenjamin Gaignard <benjamin.gaignard@linaro.org>
Mon, 8 Jun 2015 13:28:26 +0000 (15:28 +0200)
commit8661532a6cf841fdab20d7e1868e6fd99a226d32
tree4dd7c9159f6d63afd4eba3be844eadd5f0c2f47a
parent8b0a99ce9a12a49c96dd06d13141277220bf800c
drm/sti: hdmi fix CEA-861E video format timing error

HDMI analyzer tests showed that Vsync and Hsync signal were not
compliant with the HDMI protocol.

The first active pixel of a line is defined by HDMI_ACTIVE_VID_XMIN.
The last active pixel of a line is defined by HDMI_ACTIVE_VID_XMAX.

Signed-off-by: Vincent Abriou <vincent.abriou@st.com>
drivers/gpu/drm/sti/sti_hdmi.c