Re: [PATCH v4 04/11] drm/bridge: synopsys: dw-hdmi: add bus format negociation

2020-03-02 Thread Neil Armstrong
On 02/03/2020 11:18, Laurent Pinchart wrote: > Hi Neil, > > Thank you for the patch. > > On Thu, Feb 06, 2020 at 08:18:27PM +0100, Neil Armstrong wrote: >> Add the atomic_get_output_bus_fmts, atomic_get_input_bus_fmts to negociate >> the possible output and input formats for the current mode and

Re: [PATCH v4 04/11] drm/bridge: synopsys: dw-hdmi: add bus format negociation

2020-03-02 Thread Laurent Pinchart
Hi Neil, Thank you for the patch. On Thu, Feb 06, 2020 at 08:18:27PM +0100, Neil Armstrong wrote: > Add the atomic_get_output_bus_fmts, atomic_get_input_bus_fmts to negociate > the possible output and input formats for the current mode and monitor, > and use the negotiated formats in a basic atom

Re: [PATCH v4 04/11] drm/bridge: synopsys: dw-hdmi: add bus format negociation

2020-03-02 Thread Jernej Škrabec
Dne sobota, 29. februar 2020 ob 13:15:26 CET je Jonas Karlman napisal(a): > On 2020-02-29 12:07, Jernej Škrabec wrote: > > Dne sobota, 29. februar 2020 ob 11:09:14 CET je Jonas Karlman napisal(a): > >> Hi Jernej, > >> > >> On 2020-02-29 08:42, Jernej Škrabec wrote: > >>> Hi Neil! > >>> > >>> Dne

Re: [PATCH v4 04/11] drm/bridge: synopsys: dw-hdmi: add bus format negociation

2020-03-02 Thread Neil Armstrong
On 29/02/2020 11:09, Jonas Karlman wrote: > Hi Jernej, > > On 2020-02-29 08:42, Jernej Škrabec wrote: >> Hi Neil! >> >> Dne četrtek, 06. februar 2020 ob 20:18:27 CET je Neil Armstrong napisal(a): >>> Add the atomic_get_output_bus_fmts, atomic_get_input_bus_fmts to negociate >>> the possible output

Re: [PATCH v4 04/11] drm/bridge: synopsys: dw-hdmi: add bus format negociation

2020-03-02 Thread Neil Armstrong
On 29/02/2020 08:42, Jernej Škrabec wrote: > Hi Neil! > > Dne četrtek, 06. februar 2020 ob 20:18:27 CET je Neil Armstrong napisal(a): >> Add the atomic_get_output_bus_fmts, atomic_get_input_bus_fmts to negociate >> the possible output and input formats for the current mode and monitor, >> and use

Re: [PATCH v4 04/11] drm/bridge: synopsys: dw-hdmi: add bus format negociation

2020-02-29 Thread Jernej Škrabec
Dne sobota, 29. februar 2020 ob 11:09:14 CET je Jonas Karlman napisal(a): > Hi Jernej, > > On 2020-02-29 08:42, Jernej Škrabec wrote: > > Hi Neil! > > > > Dne četrtek, 06. februar 2020 ob 20:18:27 CET je Neil Armstrong napisal(a): > >> Add the atomic_get_output_bus_fmts, atomic_get_input_bus_fmt

Re: [PATCH v4 04/11] drm/bridge: synopsys: dw-hdmi: add bus format negociation

2020-02-29 Thread Jonas Karlman
On 2020-02-29 12:07, Jernej Škrabec wrote: > Dne sobota, 29. februar 2020 ob 11:09:14 CET je Jonas Karlman napisal(a): >> Hi Jernej, >> >> On 2020-02-29 08:42, Jernej Škrabec wrote: >>> Hi Neil! >>> >>> Dne četrtek, 06. februar 2020 ob 20:18:27 CET je Neil Armstrong > napisal(a): Add the atom

Re: [PATCH v4 04/11] drm/bridge: synopsys: dw-hdmi: add bus format negociation

2020-02-29 Thread Jonas Karlman
Hi Jernej, On 2020-02-29 08:42, Jernej Škrabec wrote: > Hi Neil! > > Dne četrtek, 06. februar 2020 ob 20:18:27 CET je Neil Armstrong napisal(a): >> Add the atomic_get_output_bus_fmts, atomic_get_input_bus_fmts to negociate >> the possible output and input formats for the current mode and monitor,

Re: [PATCH v4 04/11] drm/bridge: synopsys: dw-hdmi: add bus format negociation

2020-02-29 Thread Jernej Škrabec
Hi Neil! Dne četrtek, 06. februar 2020 ob 20:18:27 CET je Neil Armstrong napisal(a): > Add the atomic_get_output_bus_fmts, atomic_get_input_bus_fmts to negociate > the possible output and input formats for the current mode and monitor, > and use the negotiated formats in a basic atomic_check callb

Re: [PATCH v4 04/11] drm/bridge: synopsys: dw-hdmi: add bus format negociation

2020-02-07 Thread Neil Armstrong
On 07/02/2020 12:02, Boris Brezillon wrote: > On Thu, 6 Feb 2020 20:18:27 +0100 > Neil Armstrong wrote: > >> Add the atomic_get_output_bus_fmts, atomic_get_input_bus_fmts to negociate > > ^ hooks? > >> the possible output and input

Re: [PATCH v4 04/11] drm/bridge: synopsys: dw-hdmi: add bus format negociation

2020-02-07 Thread Boris Brezillon
On Thu, 6 Feb 2020 20:18:27 +0100 Neil Armstrong wrote: > Add the atomic_get_output_bus_fmts, atomic_get_input_bus_fmts to negociate ^ hooks? > the possible output and input formats for the current mode and monitor, > and use the

[PATCH v4 04/11] drm/bridge: synopsys: dw-hdmi: add bus format negociation

2020-02-06 Thread Neil Armstrong
Add the atomic_get_output_bus_fmts, atomic_get_input_bus_fmts to negociate the possible output and input formats for the current mode and monitor, and use the negotiated formats in a basic atomic_check callback. Signed-off-by: Neil Armstrong --- drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 272 ++