@@ -8092,7 +8092,8 @@ static void intel_setup_outputs(struct drm_device *dev)
* IMP : To route DP in PORT_B in VLV X0 board, make sure to remove the
* jumper from J3K1
*/
- intel_dp_init(dev, DP_B, PORT_B);
+ // Only for testing - Vijay
+ //intel_dp_init(dev, DP_B, PORT_B);
/*
* To get HDMI output on VLV X0, comment the above line (intel_dp_init)
@@ -8101,13 +8102,13 @@ static void intel_setup_outputs(struct drm_device *dev)
* IMP : To route HDMI in PORT_B in VLV X0 board, make sure to connect
* the jumper in J3K1
*/
- /* intel_hdmi_init(dev, SDVOB, PORT_B); */
+ intel_hdmi_init(dev, SDVOB, PORT_B);
/*
* For VLV X0, the eDP is supported on PORT_C after rework.
* Uncomment the following line if the board is reworked for eDP
*/
- /* intel_dp_init(dev, DP_C, PORT_C); */
+ intel_dp_init(dev, DP_C, PORT_C);
} else if (SUPPORTS_DIGITAL_OUTPUTS(dev)) {
bool found = false;