I have a dual LCD device and I would like to display the same buffer on the displays when running android. When just running linux this works fine by setting up up the displays and overlays and then doing something like echo "0,2" > $fb0/overlays.
However, when android is running the linux framebuffers are not used and instead buffers are used that have been allocated by tiler. I'm looking for any information on what tiler and ion is and if there is a way for me to "clone" that buffer the same way as the linux framebuffer.