According to everything I have read online, the RIoTboard is configured to a default resolution of 1280x720 at a default refresh rate of 60Hz -- what I would consider 720p. However, when I connected the RIoTboard to a TV that supports 720p, the TV told me that the input was unsupported. Sure enough, when I plugged the RIoTboard into a computer monitor, the refresh rate was 53Hz!
So that I can benchmark GPU performance of the BeagleBone Black, Raspberry Pi, and RIoTboard, I need to configure the resolution to several settings. The first one I tried was 1080p... but after changing the bootargs and commanding U-Boot to boot, my monitor complained that the input was unsupported. So why didn't changing "1280x720M@60" in the original bootargs to "1920x1080M@60" work... or for that matter, why isn't "1280x720M@60" outputting video at 60Hz?
I'd appreciate some help so I can complete my comparison. Thanks.