Re: [PATCH V2 1/6] drm: bridge: samsung-dsim: fix blanking packet size calculation

2023-05-04 Thread Lucas Stach
Am Mittwoch, dem 03.05.2023 um 22:05 +0530 schrieb Jagan Teki: > On Mon, Apr 24, 2023 at 3:17 PM Adam Ford wrote: > > > > On Mon, Apr 24, 2023 at 4:03 AM Jagan Teki > > wrote: > > > > > > On Sun, Apr 23, 2023 at 5:42 PM Adam Ford wrote: > > > > > > > > From: Lucas Stach > > > > > > > >

Re: [PATCH V2 1/6] drm: bridge: samsung-dsim: fix blanking packet size calculation

2023-05-03 Thread Jagan Teki
On Mon, Apr 24, 2023 at 3:17 PM Adam Ford wrote: > > On Mon, Apr 24, 2023 at 4:03 AM Jagan Teki wrote: > > > > On Sun, Apr 23, 2023 at 5:42 PM Adam Ford wrote: > > > > > > From: Lucas Stach > > > > > > Scale the blanking packet sizes to match the ratio between HS clock > > > and DPI interface

Re: [PATCH V2 1/6] drm: bridge: samsung-dsim: fix blanking packet size calculation

2023-04-24 Thread Adam Ford
On Mon, Apr 24, 2023 at 4:03 AM Jagan Teki wrote: > > On Sun, Apr 23, 2023 at 5:42 PM Adam Ford wrote: > > > > From: Lucas Stach > > > > Scale the blanking packet sizes to match the ratio between HS clock > > and DPI interface clock. The controller seems to do internal scaling > > to the number

Re: [PATCH V2 1/6] drm: bridge: samsung-dsim: fix blanking packet size calculation

2023-04-24 Thread Jagan Teki
On Sun, Apr 23, 2023 at 5:42 PM Adam Ford wrote: > > From: Lucas Stach > > Scale the blanking packet sizes to match the ratio between HS clock > and DPI interface clock. The controller seems to do internal scaling > to the number of active lanes, so we don't take those into account. > >