target: msmtitanium: enable dynamic fps for truly wuxga panel

Enable dynamic fps feature in LK for truly wuxga panel on
msmtitanium target. This is needed to calculate DSI PLL trim
codes for various supported frame rates.

Change-Id: If10c0b378856b437d7768625a0f79fcc4f5993fe
diff --git a/target/msmtitanium/oem_panel.c b/target/msmtitanium/oem_panel.c
index afbd5d8..9a4658e 100644
--- a/target/msmtitanium/oem_panel.c
+++ b/target/msmtitanium/oem_panel.c
@@ -246,6 +246,7 @@
 			= TRULY_WUXGA_VIDEO_OFF_COMMAND;
 		memcpy(phy_db->timing,
 			truly_wuxga_14nm_video_timings, MAX_TIMING_CONFIG * sizeof(uint32_t));
+		pinfo->dfps.panel_dfps = truly_wuxga_video_dfps;
 		pinfo->mipi.signature 	= TRULY_WUXGA_VIDEO_SIGNATURE;
 		break;
 	case UNKNOWN_PANEL: