Re: [PATCH v13 15/28] drm/connector: hdmi: Compute bpc and format automatically

2024-05-16 Thread Andy Yan
Hi Maxime, On 5/16/24 17:45, Maxime Ripard wrote: Hi again, On Sun, May 12, 2024 at 04:18:38PM +0800, Andy Yan wrote: 在 2024-05-07 21:17:33,"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

Re: [PATCH v13 15/28] drm/connector: hdmi: Compute bpc and format automatically

2024-05-16 Thread Maxime Ripard
Hi again, On Sun, May 12, 2024 at 04:18:38PM +0800, Andy Yan wrote: > 在 2024-05-07 21:17:33,"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

Re:[PATCH v13 15/28] drm/connector: hdmi: Compute bpc and format automatically

2024-05-12 Thread Andy Yan
Hi Maxime, 在 2024-05-07 21:17:33,"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. > >Cc:

[PATCH v13 15/28] drm/connector: hdmi: Compute bpc and format automatically

2024-05-07 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. Cc: Ville Syrjälä Signed-off-by: Maxime Ripard ---