Other Parts Discussed in Thread: AM5728
Hi,
Does AM5728 support 4k HDMI output?
Thanks
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
EDIT July 15, 2016: Looks like there is some limited capability as Manisha describes later...
By "4k" you are referring to 3840 x 2160 (UHD), right? What is your minimum acceptable frame rate?
YiCheng,
Yes, Rogerio is correct that 4Kx4K resolution is doable by AM57x device. While saying that, one need to keep in mind following limitations -
DISPC_<VID#>_PICTURE_SIZE : MEMSIZE, MEMSIZEY -> these define the num of pixels and lines to fetch from the memory (DMA)
DISPC_<GFX/VID#>_SIZE : SIZEX , SIZEY -> these define the layer windows fed to the OVERLAY manager (blending) (Input to Overlay manager)
DISPC_SIZE_<TV/LCD#> LPP, PPL -> these define the final output display resolution (LPP – lines per panel, Pixels per panel)
For the first two set of registers, horizontal parameters are 11-bits only => max size = 2048 (note: cfg +1) pixels wide
The panel size parameter are 12-bits => max_size = 4096
With above information, maximum source window size is 2048x4096 but the output from overlay manager can be 4096x4096. As a workaround on input buffer width limitation of 2048, one can split the the 4kx4k to two 2kx4k and feed them separately over two video/gpx input pipeline to the overlay manager for composing it as one single 4kx4k res output.
Hope this clarifies.
Manisha -- thanks for those extra details.
manisha said:So, while AM57x supports 4kx4k output, max supported framerate is not 60 fps but ~11 fps.
I expect the desired resolution is 3840 x 2160, so we could conceivably get as high as 15-20 fps depending on the amount of blanking.
Yes. 3840 x 2160 is correct. The minimum acceptable frame rate is about 24Hz.