drm: bridge/dw_hdmi: remove ratio support from ACR code
authorRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 22 Jul 2015 10:28:16 +0000 (11:28 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 9 Oct 2015 16:21:05 +0000 (17:21 +0100)
commitb195fbdbdf5f6712beec09bb9009f99ff9ecd912
treecd0b0c8d94a881bce2bf4b380351b44dd7418f8f
parent426701d0ccc13a2819fd99938ec50a888817e77d
drm: bridge/dw_hdmi: remove ratio support from ACR code

We never set the ratio for CTS/N calculation for the audio clock
regenerator (ACR) to anything but 100, so this adds pointless
complexity.  Should we support pixel repetition, we should update the
CTS/N calculation code to use those parameters or the actual TMDS clock
rate instead of a ratio.

Tested-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/gpu/drm/bridge/dw_hdmi.c