TI folks,
We have developed a product based on the DM814x, using:
- DM814x PG 3.0
- EZSDK 5.05.02.00
- EZSDK OMX/HDVPSS Overlay 5.05.02.00
- PSP 04.04.00.02
- Most of the Arago updates for both linux and u-boot in ti81xx-master after the v2.6.37_TI81XXPSP_04.04.00.02.patch1 tag
Recently, I have had need to start using fb2. I have set the node correctly to hdmi, and been able to change its size, virtual size, FB scaler setup, etc. It's working fine, and the plane order happens to be okay for me.
However, I noticed that when I try to set the plane order specifically, as taught to me by http://processors.wiki.ti.com/index.php/TI81XX_PSP_VPSS_Video_Driver_User_Guide , my value for fb2 is not reported back to me.
Example:
# cat /sys/devices/platform/vpss/graphics0/nodes
1:hdmi
# cat /sys/devices/platform/vpss/graphics1/nodes
1:hdmi
# cat /sys/devices/platform/vpss/graphics2/nodes
1:hdmi
# cat /sys/devices/platform/vpss/display0/order
1,0/1/3/0
# echo '1,0/1/3/2' > /sys/devices/platform/vpss/display0/order
# cat /sys/devices/platform/vpss/display0/order
1,0/1/3/0
Any idea why fb2 comes back as "0"?
Dan -