Re: [PATCH 3/6] drm/bridge: tc358767: Drop line_pixel_subtract

2024-06-04 Thread Marek Vasut
On 6/4/24 1:12 PM, Alexander Stein wrote: Hi Marek, Hi, Am Montag, 3. Juni 2024, 23:25:43 CEST schrieb Marek Vasut: On 6/3/24 2:18 PM, Alexander Stein wrote: Hi Marek, Hi, Am Freitag, 31. Mai 2024, 22:39:49 CEST schrieb Marek Vasut: This line_pixel_subtract is no longer needed now that

Re: [PATCH 3/6] drm/bridge: tc358767: Drop line_pixel_subtract

2024-06-04 Thread Alexander Stein
Hi Marek, Am Montag, 3. Juni 2024, 23:25:43 CEST schrieb Marek Vasut: > On 6/3/24 2:18 PM, Alexander Stein wrote: > > Hi Marek, > > Hi, > > > Am Freitag, 31. Mai 2024, 22:39:49 CEST schrieb Marek Vasut: > >> This line_pixel_subtract is no longer needed now that the bridge can > >> request and ob

Re: [PATCH 3/6] drm/bridge: tc358767: Drop line_pixel_subtract

2024-06-03 Thread Marek Vasut
On 6/3/24 2:18 PM, Alexander Stein wrote: Hi Marek, Hi, Am Freitag, 31. Mai 2024, 22:39:49 CEST schrieb Marek Vasut: This line_pixel_subtract is no longer needed now that the bridge can request and obtain specific pixel clock on input to the bridge, with clock frequency that matches the Pixe

Re: [PATCH 3/6] drm/bridge: tc358767: Drop line_pixel_subtract

2024-06-03 Thread Alexander Stein
Hi Marek, Am Freitag, 31. Mai 2024, 22:39:49 CEST schrieb Marek Vasut: > This line_pixel_subtract is no longer needed now that the bridge can > request and obtain specific pixel clock on input to the bridge, with > clock frequency that matches the Pixel PLL frequency. > > The line_pixel_subtract

[PATCH 3/6] drm/bridge: tc358767: Drop line_pixel_subtract

2024-05-31 Thread Marek Vasut
This line_pixel_subtract is no longer needed now that the bridge can request and obtain specific pixel clock on input to the bridge, with clock frequency that matches the Pixel PLL frequency. The line_pixel_subtract is now always 0, so drop it entirely. The line_pixel_subtract was not reliable as