I am playing 1080p video on i.MX 6's IPU 0 Display 0 Background DI (/dev/video16) and want to overlay it with Qt application via Overlay DI (/dev/fb1). It works really great, but only in small part of the screen because the only video mode available for /dev/fb1 is 240x320p-60:
root@box:~# cat /sys/class/graphics/fb1/modes
U:240x320p-60
Can it be higher and how?