[Intel-gfx] [PATCH 11/22] drm/i915: fixup port enumeration on VLV
Jesse Barnes
jbarnes at virtuousgeek.org
Sat Feb 2 13:56:15 CET 2013
From: Vijay Purushothaman <vijay.a.purushothaman at intel.com>
Updated to reflect newer boards.
Signed-off-by: Vijay Purushothaman <vijay.a.purushothaman at intel.com>
---
drivers/gpu/drm/i915/intel_display.c | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c
index c8a9b7d..9f2f817 100644
--- a/drivers/gpu/drm/i915/intel_display.c
+++ b/drivers/gpu/drm/i915/intel_display.c
@@ -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;
--
1.7.9.5
More information about the Intel-gfx
mailing list