Does Le Potato support something analogous to framebuffer_width/height settings on RPi?

We are evaluating the Potato board as a replacement for our use of Raspberry Pis. One feature the Pis have which we take advantage of is to force a fixed framebuffer size of 1080P (which the RPi GPU then scales to whatever the detected display resolution is, with letterboxing if needed).

I know this is probably a longshot, but is there any way to accomplish something similar with Le Potato?

Thanks!

Le Potato and all of our boards use upstream Linux KMS infrastructure so you can fix the resolution through DRM. Depending on whether you are talking about console resolution, X11, Weston, or some other compositor, the steps are all different.

Please be a little more specific about how your application is drawing to the screen.