Hello,
Letme ask my question in a more detailed manner.I have only hdmi device on my imx8qm-mek device which creates /dev/fb0 and want to create more frame buffer layer on hdmi since for example I want to put a qt application onto /dev/fb0 and for example, want to create multiple smaller square areas on top of qt application to draw different shapes,text etc which I need to have different frame buffer devices such as /dev/fb1, /dev/fb2 to /dev/fbn.
By modifying some of kernel sources in hacky way, I could manage to create /dev/fb1 but it is not working as I expected and I need to do it correctly.So Could you please help me on this ?
Best Regards