Re: [PATCH 01/12] drm/mgag200: Select clock in PLL update functions

2021-07-12 Thread Thomas Zimmermann
Hi Am 09.07.21 um 20:50 schrieb Sam Ravnborg: Hi Thomas, On Mon, Jul 05, 2021 at 02:45:04PM +0200, Thomas Zimmermann wrote: Put the clock-selection code into each of the PLL-update functions to make them select the correct pixel clock. The pixel clock for video output was not actually set bef

Re: [PATCH 01/12] drm/mgag200: Select clock in PLL update functions

2021-07-09 Thread Sam Ravnborg
Hi Thomas, On Mon, Jul 05, 2021 at 02:45:04PM +0200, Thomas Zimmermann wrote: > Put the clock-selection code into each of the PLL-update functions to > make them select the correct pixel clock. > > The pixel clock for video output was not actually set before programming > the clock's values. It w

[PATCH 01/12] drm/mgag200: Select clock in PLL update functions

2021-07-05 Thread Thomas Zimmermann
Put the clock-selection code into each of the PLL-update functions to make them select the correct pixel clock. The pixel clock for video output was not actually set before programming the clock's values. It worked because the device had the correct clock pre-set. Signed-off-by: Thomas Zimmermann