[PATCH 7/9] drm: bridge/dw_hdmi: remove ratio support from ACR code

2015-09-04 Thread Doug Anderson
Russell, On Sat, Aug 8, 2015 at 9:10 AM, Russell King wrote: > 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 t

[PATCH 7/9] drm: bridge/dw_hdmi: remove ratio support from ACR code

2015-08-08 Thread Russell King
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. Sign