Re: [PATCH v7 19/36] drm/connector: hdmi: Compute bpc and format automatically

2024-02-27 Thread Maxime Ripard
Hi Alex, On Sun, Feb 25, 2024 at 02:56:02PM +0100, Alex Bee wrote: > Am 22.02.24 um 19:14 schrieb Maxime Ripard: > > Now that we have all the infrastructure needed, we can add some code > > that will, for a given connector state and mode, compute the best output > > format and bpc. > > > > The al

Re: [PATCH v7 19/36] drm/connector: hdmi: Compute bpc and format automatically

2024-02-25 Thread Alex Bee
Hi Maxime, Am 22.02.24 um 19:14 schrieb Maxime Ripard: Now that we have all the infrastructure needed, we can add some code that will, for a given connector state and mode, compute the best output format and bpc. The algorithm is equivalent to the one already found in i915 and vc4. Signed-off-

[PATCH v7 19/36] drm/connector: hdmi: Compute bpc and format automatically

2024-02-22 Thread Maxime Ripard
Now that we have all the infrastructure needed, we can add some code that will, for a given connector state and mode, compute the best output format and bpc. The algorithm is equivalent to the one already found in i915 and vc4. Signed-off-by: Maxime Ripard --- drivers/gpu/drm/drm_atomic_state_h