ChanServ changed the topic of #armlinux to: ARM kernel talk [Upstream kernel, find your vendor forums for questions about their kernels] | https://libera.irclog.whitequark.org/armlinux
headless has quit [Quit: Konversation terminated!]
apritzel has joined #armlinux
<wens>
javierm: hi, I wonder if the ssd130x driver should expose native formats (R4 / RGB565) for the gray scale or 65k controllers?
<javierm>
wens: that's the plan, yes
<javierm>
wens: there were some patches from geertu to expose the native R1 format for the ssd1306 and the same should be done for the others (R4 as you said for ssd1327 and RGB332 for ssd1331)
<javierm>
but I first wanted to emulate RGB8888 and then focus on the native formats
<geertu>
wens: The main issue is that the fbdev emulation doesn't support greyscale yet, as it uses a fixed mapping from depth/bpp to 4cc format code.
<geertu>
I started looking into that, but it's a rats nest, with lots of hacks for e.g. broken endianness support in early DRM core and driver code.
<wens>
got it, thanks
<CounterPillow>
Is there a shared project board to keep track of ratsnest untangling for the subsystem somewhere? Might be useful so we don't re-tread investigative work
apritzel has quit [Ping timeout: 245 seconds]
<javierm>
wens: yeah, what geertu said. That's why we just expose an emulated XR24 pixel format for now