target: msmtitanium: enable dynamic fps for truly 1080p panel

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

Change-Id: I0aa6df709f683080c73ad75d8d48406ebd2b01de
diff --git a/target/msmtitanium/oem_panel.c b/target/msmtitanium/oem_panel.c
index 8af511c..2f38db6 100644
--- a/target/msmtitanium/oem_panel.c
+++ b/target/msmtitanium/oem_panel.c
@@ -123,6 +123,7 @@
 		memcpy(phy_db->timing,
 			truly_1080p_14nm_video_timings,
 			MAX_TIMING_CONFIG * sizeof(uint32_t));
+		pinfo->dfps.panel_dfps = truly_1080p_video_dfps;
 		pinfo->mipi.signature 	= TRULY_1080P_VIDEO_SIGNATURE;
 		break;
 	case TRULY_1080P_CMD_PANEL: