Re: [PATCH v2 3/5] drm/sysfb: simpledrm: Add support for interconnect paths

2025-07-11 Thread Javier Martinez Canillas
"Luca Weiss" writes: Hello Luca, > Hi Javier, > > On Fri Jun 27, 2025 at 9:51 AM CEST, Javier Martinez Canillas wrote: [...] >>> +static int simpledrm_device_attach_icc(struct simpledrm_device *sdev) >>> +{ >>> + struct device *dev = sdev->sysfb.dev.dev; >>> + int ret, count, i; >>> + >>>

Re: [PATCH v2 3/5] drm/sysfb: simpledrm: Add support for interconnect paths

2025-07-11 Thread Luca Weiss
Hi Javier, On Fri Jun 27, 2025 at 9:51 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

Re: [PATCH v2 3/5] drm/sysfb: simpledrm: Add support for interconnect paths

2025-07-09 Thread Luca Weiss
Hi Dmitry, On Sun Jul 6, 2025 at 1:14 PM CEST, Dmitry Baryshkov wrote: > On Mon, Jun 23, 2025 at 08:44:47AM +0200, Luca Weiss wrote: >> Some devices might require keeping an interconnect path alive so that >> the framebuffer continues working. Add support for that by setting the >> bandwidth requi

Re: [PATCH v2 3/5] drm/sysfb: simpledrm: Add support for interconnect paths

2025-07-06 Thread Dmitry Baryshkov
On Mon, Jun 23, 2025 at 08:44:47AM +0200, Luca Weiss wrote: > 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

Re: [PATCH v2 3/5] drm/sysfb: simpledrm: 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 3/5] drm/sysfb: simpledrm: 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/gpu/drm/sys