Re: [PATCH v10 12/24] drm/rockchip: dw_hdmi: drop mode_valid hook

2022-04-14 Thread Sascha Hauer
On Mon, Apr 11, 2022 at 07:00:51PM +0200, Alex Bee wrote: > Am 11.04.22 um 09:53 schrieb Sascha Hauer: > > On Sun, Apr 10, 2022 at 01:31:23PM +0200, Alex Bee wrote: > >> Am 08.04.22 um 13:22 schrieb Sascha Hauer: > >>> The driver checks if the pixel clock of the given mode matches an entry > >>> in

Re: [PATCH v10 12/24] drm/rockchip: dw_hdmi: drop mode_valid hook

2022-04-11 Thread Alex Bee
Am 11.04.22 um 09:53 schrieb Sascha Hauer: > On Sun, Apr 10, 2022 at 01:31:23PM +0200, Alex Bee wrote: >> Am 08.04.22 um 13:22 schrieb Sascha Hauer: >>> The driver checks if the pixel clock of the given mode matches an entry >>> in the mpll config table. The frequencies in the mpll table are meant

Re: [PATCH v10 12/24] drm/rockchip: dw_hdmi: drop mode_valid hook

2022-04-11 Thread Sascha Hauer
On Sun, Apr 10, 2022 at 01:31:23PM +0200, Alex Bee wrote: > Am 08.04.22 um 13:22 schrieb Sascha Hauer: > > The driver checks if the pixel clock of the given mode matches an entry > > in the mpll config table. The frequencies in the mpll table are meant as > > a frequency range up to which the entry

Re: [PATCH v10 12/24] drm/rockchip: dw_hdmi: drop mode_valid hook

2022-04-10 Thread Alex Bee
Am 08.04.22 um 13:22 schrieb Sascha Hauer: > The driver checks if the pixel clock of the given mode matches an entry > in the mpll config table. The frequencies in the mpll table are meant as > a frequency range up to which the entry works, not as a frequency that > must match the pixel clock. The