]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb88eb4c8b5418f58cc3a8ce70a284b74b0952155
treecd0b0c8d94a881bce2bf4b380351b44dd7418f8f
parent0a7e82d108a6905675ba2675c442f4dc76baee88
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