From: Jesse Barnes <jbarnes@virtuousgeek.org> To: intel-gfx@lists.freedesktop.org Subject: [PATCH 11/22] drm/i915: fixup port enumeration on VLV Date: Sat, 2 Feb 2013 13:56:15 +0100 Message-ID: <1359809786-26434-12-git-send-email-jbarnes@virtuousgeek.org> (raw) In-Reply-To: <1359809786-26434-1-git-send-email-jbarnes@virtuousgeek.org> From: Vijay Purushothaman <vijay.a.purushothaman@intel.com> Updated to reflect newer boards. Signed-off-by: Vijay Purushothaman <vijay.a.purushothaman@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
next prev parent reply index Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top 2013-02-02 12:56 Updated VLV patchset Jesse Barnes 2013-02-02 12:56 ` [PATCH 01/22] drm/i915: add more VLV IDs Jesse Barnes 2013-02-02 17:30 ` Rodrigo Vivi 2013-02-02 17:35 ` Jesse Barnes 2013-02-02 12:56 ` [PATCH 02/22] drm/i915: remove VLV MSI IRQ hack Jesse Barnes 2013-02-02 12:56 ` [PATCH 03/22] drm/i915: add UCGCTL4 to display reg check on VLV Jesse Barnes 2013-02-06 12:53 ` Jani Nikula 2013-02-06 13:08 ` Jani Nikula 2013-02-02 12:56 ` [PATCH 04/22] drm/i915: implement WaGTEnableMiFlush " Jesse Barnes 2013-02-05 15:31 ` Ville Syrjälä 2013-02-02 12:56 ` [PATCH 05/22] drm/i915: enable force wake, disable LLC " Jesse Barnes 2013-02-05 15:33 ` Ville Syrjälä 2013-02-06 11:35 ` Jani Nikula 2013-02-02 12:56 ` [PATCH 06/22] drm/i915: add power context allocation and setup " Jesse Barnes 2013-02-05 18:01 ` Ville Syrjälä 2013-02-05 18:14 ` Jesse Barnes 2013-02-06 13:06 ` Jani Nikula 2013-02-02 12:56 ` [PATCH 07/22] drm/i915: new register for IS_DISPLAYREG Jesse Barnes 2013-02-06 13:11 ` Jani Nikula 2013-02-02 12:56 ` [PATCH 08/22] drm/i915: allow force wake on VLV Jesse Barnes 2013-02-02 12:56 ` [PATCH 09/22] drm/i915: more clock gating disables " Jesse Barnes 2013-02-02 12:56 ` [PATCH 10/22] drm/i915: don't init LVDS " Jesse Barnes 2013-02-06 13:19 ` Jani Nikula 2013-02-06 13:34 ` Daniel Vetter 2013-03-06 14:27 ` Daniel Vetter 2013-02-02 12:56 ` Jesse Barnes [this message] 2013-02-02 12:56 ` [PATCH 12/22] drm/i915: Fix VLV hdmi limits Jesse Barnes 2013-02-02 12:56 ` [PATCH 13/22] drm/i915: update DPIO constants for VLV Jesse Barnes 2013-02-02 12:56 ` [PATCH 14/22] drm/i915: add HMDI workarounds on VLV Jesse Barnes 2013-02-02 12:56 ` [PATCH 15/22] drm/i915: move DPIO init to init and resume, not unload Jesse Barnes 2013-02-02 12:56 ` [PATCH 16/22] drm/i915: VLV hack: Disable wm for VLV Jesse Barnes 2013-02-02 12:56 ` [PATCH 17/22] drm/i915: VLV hack: force DP to report connected Jesse Barnes 2013-02-02 12:56 ` [PATCH 18/22] drm/i915: add flush control reg to IS_DISPLAYREG check Jesse Barnes 2013-02-02 12:56 ` [PATCH 19/22] drm/i915: use gen6 stolen check on VLV Jesse Barnes 2013-02-02 12:56 ` [PATCH 20/22] drm/i915: add Punit read/write routines for VLV Jesse Barnes 2013-02-05 17:44 ` Jani Nikula 2013-02-02 12:56 ` [PATCH 21/22] drm/i915: add media well to VLV force wake routines Jesse Barnes 2013-02-02 12:56 ` [PATCH 22/22] drm/i915: turbo & RC6 support for VLV Jesse Barnes
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1359809786-26434-12-git-send-email-jbarnes@virtuousgeek.org \ --to=jbarnes@virtuousgeek.org \ --cc=intel-gfx@lists.freedesktop.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Intel-GFX Archive on lore.kernel.org Archives are clonable: git clone --mirror https://lore.kernel.org/intel-gfx/0 intel-gfx/git/0.git git clone --mirror https://lore.kernel.org/intel-gfx/1 intel-gfx/git/1.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 intel-gfx intel-gfx/ https://lore.kernel.org/intel-gfx \ intel-gfx@lists.freedesktop.org public-inbox-index intel-gfx Example config snippet for mirrors Newsgroup available over NNTP: nntp://nntp.lore.kernel.org/org.freedesktop.lists.intel-gfx AGPL code for this site: git clone https://public-inbox.org/public-inbox.git