drm: bridge/dw_hdmi: remove pixel repetition setting for all VICs
authorRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 21 Jul 2015 10:25:00 +0000 (11:25 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 18 Aug 2015 10:27:16 +0000 (11:27 +0100)
commitd10ca826b71b4c1c3ecab846528881aa0cf24266
tree770872fe48e22b644672a861d15e66c1f9258e2c
parentb90120a9660884b8f11bbb9904fbaa4c12d17e0a
drm: bridge/dw_hdmi: remove pixel repetition setting for all VICs

dw_hdmi sets a pixel repetition factor of 1 for VICs 10-15, 25-30 and
35-38.  However, DRM uses their native resolutions in its timing
information.  For example, VIC 14 can be 1440x480 with no repetition,
or 720x480 with one pixel repetition.  As DRM uses 1440 pixels per line
for this video mode, we need no pixel repetition.

In any case, pixel repetition appears broken in dw_hdmi.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/gpu/drm/bridge/dw_hdmi.c