Re: [PATCH 05/18] drm/sysfb: Add struct drm_sysfb_device

2025-03-23 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > Add struct drm_sysfb_device that stores the system display's hardware > settings. Further helpers for the mode-setting pipeline will use these > fields. Convert ofdrm and simpledrm by embedding the sysfb device in > their device structs. > > Signed-off-by: Thomas Zimme

[PATCH 05/18] drm/sysfb: Add struct drm_sysfb_device

2025-03-19 Thread Thomas Zimmermann
Add struct drm_sysfb_device that stores the system display's hardware settings. Further helpers for the mode-setting pipeline will use these fields. Convert ofdrm and simpledrm by embedding the sysfb device in their device structs. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/sysfb/Kconf