Re: [PATCH] drm/tegra: hdmi: Fix audio to work with any pixel clock rate

2019-01-04 Thread Thierry Reding
On Wed, Dec 14, 2016 at 06:20:39PM +0100, Alban Bedel wrote: > The audio setting implementation was limited to a few specific pixel > clocks. This prevented HDMI audio from working on several test devices > as they need a pixel clock that is not supported by this implementation. > > Fix this by im

[PATCH] drm/tegra: hdmi: Fix audio to work with any pixel clock rate

2016-12-14 Thread Alban Bedel
The audio setting implementation was limited to a few specific pixel clocks. This prevented HDMI audio from working on several test devices as they need a pixel clock that is not supported by this implementation. Fix this by implementing the algorithm provided in the TRM using fixed point arithmet