Re: [PATCH v2 5/5] fbdev/simplefb: Add support for interconnect paths

2025-06-27 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > Hi [...] >> These two functions contain the same logic that you are using in the >> simpledrm driver. I wonder if could be made helpers so that the code >> isn't duplicated in both drivers. > > No please not!. Any work should rather be directed towards deleting > si

Re: [PATCH v2 5/5] fbdev/simplefb: Add support for interconnect paths

2025-06-27 Thread Thomas Zimmermann
Hi Am 27.06.25 um 09:56 schrieb Javier Martinez Canillas: Luca Weiss writes: Some devices might require keeping an interconnect path alive so that the framebuffer continues working. Add support for that by setting the bandwidth requirements appropriately for all provided interconnect paths.

Re: [PATCH v2 5/5] fbdev/simplefb: Add support for interconnect paths

2025-06-27 Thread Javier Martinez Canillas
"Luca Weiss" writes: > On Fri Jun 27, 2025 at 9:56 AM CEST, Javier Martinez Canillas wrote: [...] >> These two functions contain the same logic that you are using in the >> simpledrm driver. I wonder if could be made helpers so that the code >> isn't duplicated in both drivers. > > I believe mo

Re: [PATCH v2 5/5] fbdev/simplefb: Add support for interconnect paths

2025-06-27 Thread Luca Weiss
On Fri Jun 27, 2025 at 9:56 AM CEST, Javier Martinez Canillas wrote: > Luca Weiss writes: > >> Some devices might require keeping an interconnect path alive so that >> the framebuffer continues working. Add support for that by setting the >> bandwidth requirements appropriately for all provided in

Re: [PATCH v2 5/5] fbdev/simplefb: Add support for interconnect paths

2025-06-27 Thread Javier Martinez Canillas
Luca Weiss writes: > Some devices might require keeping an interconnect path alive so that > the framebuffer continues working. Add support for that by setting the > bandwidth requirements appropriately for all provided interconnect > paths. > > Reviewed-by: Thomas Zimmermann > Signed-off-by: Lu

[PATCH v2 5/5] fbdev/simplefb: Add support for interconnect paths

2025-06-22 Thread Luca Weiss
Some devices might require keeping an interconnect path alive so that the framebuffer continues working. Add support for that by setting the bandwidth requirements appropriately for all provided interconnect paths. Reviewed-by: Thomas Zimmermann Signed-off-by: Luca Weiss --- drivers/video/fbdev