On Fri, Nov 29, 2019 at 09:16:42PM +0100, Miguel Ojeda wrote:
On Fri, Nov 29, 2019 at 4:24 PM Daniel Vetter daniel@ffwll.ch wrote:
Oh, another display subsystem? Intriguing ...
Reviewed-by: Daniel Vetter daniel.vetter@ffwll.ch
It is intended for displays that are not intended as the usual/main display, e.g. very small LCDs :)
Well we do have very small lcd display drivers in drm, and before that in fbdev. And you have a fbdev framebuffer driver in there, which looks a bit misplaced ...
Afaiui you also have some even tinier lcd drivers where you don't address pixels, but just directly upload text, and those obviously don't fit into drm/fbdev world. But anything where you can address pixels very much does. -Daniel
Reviewed-by: Miguel Ojeda miguel.ojeda.sandonis@gmail.com
Cheers, Miguel