Re: [PATCH 02/18] drm/bridge: Add HDMI output fmt helper

2021-04-09 Thread Thomas Zimmermann
Hi Am 17.03.21 um 16:43 schrieb Maxime Ripard: The atomic_get_output_bus_fmts bridge callback is there to list the available formats for output by decreasing order of preference. On HDMI controllers, we have a fairly static list that will depend on what the HDMI sink is capable of and the BPC o

Re: [PATCH 02/18] drm/bridge: Add HDMI output fmt helper

2021-03-19 Thread Maxime Ripard
On Fri, Mar 19, 2021 at 10:44:56AM +0100, Neil Armstrong wrote: > On 18/03/2021 19:31, Jernej Škrabec wrote: > > Dne sreda, 17. marec 2021 ob 17:08:07 CET je Neil Armstrong napisal(a): > >> On 17/03/2021 16:43, Maxime Ripard wrote: > >>> The atomic_get_output_bus_fmts bridge callback is there to li

Re: [PATCH 02/18] drm/bridge: Add HDMI output fmt helper

2021-03-19 Thread Neil Armstrong
On 18/03/2021 19:31, Jernej Škrabec wrote: > Dne sreda, 17. marec 2021 ob 17:08:07 CET je Neil Armstrong napisal(a): >> On 17/03/2021 16:43, Maxime Ripard wrote: >>> The atomic_get_output_bus_fmts bridge callback is there to list the >>> available formats for output by decreasing order of preferenc

Re: Re: [PATCH 02/18] drm/bridge: Add HDMI output fmt helper

2021-03-18 Thread Jernej Škrabec
Dne sreda, 17. marec 2021 ob 17:08:07 CET je Neil Armstrong napisal(a): > On 17/03/2021 16:43, Maxime Ripard wrote: > > The atomic_get_output_bus_fmts bridge callback is there to list the > > available formats for output by decreasing order of preference. > > > > On HDMI controllers, we have a fai

Re: [PATCH 02/18] drm/bridge: Add HDMI output fmt helper

2021-03-17 Thread Neil Armstrong
On 17/03/2021 16:43, Maxime Ripard wrote: > The atomic_get_output_bus_fmts bridge callback is there to list the > available formats for output by decreasing order of preference. > > On HDMI controllers, we have a fairly static list that will depend on > what the HDMI sink is capable of and the BPC

[PATCH 02/18] drm/bridge: Add HDMI output fmt helper

2021-03-17 Thread Maxime Ripard
The atomic_get_output_bus_fmts bridge callback is there to list the available formats for output by decreasing order of preference. On HDMI controllers, we have a fairly static list that will depend on what the HDMI sink is capable of and the BPC our controller can output. The dw-hdmi driver alre