Hi narasimhulu,
Have you tried blanking the displays?
echo 0 > /sys/class/graphics/fb0/blank
echo 0 > /sys/class/graphics/fb2/blank
i.Mx6 support Dual independent display, According to Kernel Boot Parameters of "Release_Notes"
the following (U-boot) options may be applied :
For primarily displaying on hdmi with 1080P60 mode. Secondarily displaying on LVDS with XGA mode.
video=mxcfb0:dev=hdmi,1920x1080M@60, if=RGB24 video=mxcfb1:dev=ldb,LDBXGA, if=RGB666
2. For primarily displaying on LVDS with XGA mode. Secondarily displaying on hdmi with 1080P60 mode.
video=mxcfb0:dev=ldb,LDBXGA, if=RGB666 video=mxcfb1:dev=hdmi, 1920x1080M@60,if=RGB24
i.MX6Q BSP use Uboot as bootloader, do not have any barebox commands for this at hand.
Regards