Displays are always in mirror mode

We made a custom board based on TK1. Then we connect board with edp and hdmi. When the system boot up and is in ubuntu desktop. The displays are in mirror mode, even if the display setting is in extension mode.
How can I fix this ?

Attachment
dmesg
[url]https://drive.google.com/open?id=0B_4sz3ks6wndX3FvM3lTaFZLSDA[/url]

Xserver log
[url]https://drive.google.com/open?id=0B_4sz3ks6wndcjltSWZpSFVNUnc[/url]

Hi FrankPCP,

Lets try if xrandr can work.

xrandr --output DVI-0<chagne to your disp1> --left-of DVI-1 <change to your disp2>

Hi WayneWWW,
I try your command and it works.
But if the setting is mirror mode, it will become extension mode too.
Is there a solution useful for mirror mode and extension mode?

Hi,

Please use

xrandr --output HDMI-0 --auto --output DSI-0 --auto --same-as HDMI-0