]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm: bridge/dw_hdmi: don't support any pixel doubled modes
authorRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 22 Jul 2015 10:14:00 +0000 (11:14 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 18 Aug 2015 10:27:16 +0000 (11:27 +0100)
commit8add41900e2177b20c28b64d13d8da8088c9606b
tree2bf632e9f6463445bc38ac5081cc810f30cf2427
parentd10ca826b71b4c1c3ecab846528881aa0cf24266
drm: bridge/dw_hdmi: don't support any pixel doubled modes

As mentioned in the previous commit, the dw-hdmi driver does not support
pixel doubled modes at present; it does not configure the PLL correctly
for these modes.  Therefore, filter out the double-clocked modes as we
presently are unable to support them.

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