Re: [PATCH 08/18] drm/sysfb: Merge connector functions

2025-03-24 Thread Javier Martinez Canillas
Thomas Zimmermann writes: Hello Thomas, > Hi Javier > > Am 23.03.25 um 11:57 schrieb Javier Martinez Canillas: >> Thomas Zimmermann writes: >> >>> Merge the connector functions of ofdrm and simpledrm. Replace the >>> code in each driver with the shared helpers. Set up callbacks with >>> initial

Re: [PATCH 08/18] drm/sysfb: Merge connector functions

2025-03-24 Thread Thomas Zimmermann
Hi Javier Am 23.03.25 um 11:57 schrieb Javier Martinez Canillas: Thomas Zimmermann writes: Merge the connector functions of ofdrm and simpledrm. Replace the code in each driver with the shared helpers. Set up callbacks with initializer macros. No effective code changes. The sysfb connector o

Re: [PATCH 08/18] drm/sysfb: Merge connector functions

2025-03-23 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > Merge the connector functions of ofdrm and simpledrm. Replace the > code in each driver with the shared helpers. Set up callbacks with > initializer macros. > > No effective code changes. The sysfb connector only returns the > preconfigured display mode. > > Signed-off