Re: [PATCH v4 1/2] firmware: sysfb: Add a sysfb_handles_screen_info() helper function

2024-09-16 Thread Thomas Zimmermann
Am 16.09.24 um 13:00 schrieb Javier Martinez Canillas: That can be used by drivers to check if the Generic System Framebuffers (sysfb) support can handle the data contained in the global screen_info. Drivers might need this information to know if have to setup the system framebuffer, or if th

[PATCH v4 1/2] firmware: sysfb: Add a sysfb_handles_screen_info() helper function

2024-09-16 Thread Javier Martinez Canillas
That can be used by drivers to check if the Generic System Framebuffers (sysfb) support can handle the data contained in the global screen_info. Drivers might need this information to know if have to setup the system framebuffer, or if they have to delegate this action to sysfb instead. Suggested