Where I enabled "Use 4th GT Channel as TX TMDS Clock " feature in video phy 2.2 IP, I found no TMDS clock out on my zu7 board. Then I search the code, I found "InstancePtr->Config.UseGtAsTxTmdsClk == TRUE" line, but when I grep UseGtAsTxTmdsClk in whole code, I found no code to give UseGtAsTxTmdsClk a value, so the driver just cannot config channel 4 for TMDS. Is it a bug?