Hi, On 23-Jun-25 08:44, 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. > > Signed-off-by: Luca Weiss <luca.we...@fairphone.com> > --- > Changes in v2: > - Sort the headers before adding the new interconnect header, in > separate commits. > - Use the correct #if guards for new interconnect code > - Pick up tags > - Link to v1: > https://lore.kernel.org/r/20250620-simple-drm-fb-icc-v1-0-d92142e8f...@fairphone.com
Thanks, the entire series looks good to me: Reviewed-by: Hans de Goede <ha...@kernel.org> for the series. Regards, Hans > > --- > Luca Weiss (5): > dt-bindings: display: simple-framebuffer: Add interconnects property > drm/sysfb: simpledrm: Sort headers correctly > drm/sysfb: simpledrm: Add support for interconnect paths > fbdev/simplefb: Sort headers correctly > fbdev/simplefb: Add support for interconnect paths > > .../bindings/display/simple-framebuffer.yaml | 3 + > drivers/gpu/drm/sysfb/simpledrm.c | 85 ++++++++++++++++++++- > drivers/video/fbdev/simplefb.c | 89 > +++++++++++++++++++++- > 3 files changed, 173 insertions(+), 4 deletions(-) > --- > base-commit: 19272b37aa4f83ca52bdf9c16d5d81bdd1354494 > change-id: 20250617-simple-drm-fb-icc-89461c559913 > > Best regards,