Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753414Ab3FFNx5 (ORCPT ); Thu, 6 Jun 2013 09:53:57 -0400 Received: from mga03.intel.com ([143.182.124.21]:10375 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751690Ab3FFNx4 (ORCPT ); Thu, 6 Jun 2013 09:53:56 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.87,815,1363158000"; d="scan'208";a="251495020" From: Jani Nikula To: linux-kernel@vger.kernel.org, intel-gfx@lists.freedesktop.org, Andrew Morton , Greg Kroah-Hartman Cc: chris@chris-wilson.co.uk, daniel@ffwll.ch, jani.nikula@intel.com Subject: [PATCH 3/3] drm/i915: Quirk away phantom LVDS on Intel's D525MW mainboard Date: Thu, 6 Jun 2013 16:53:04 +0300 Message-Id: <849174cf874274b488a7a9318b4712c12f64a8e1.1370525922.git.jani.nikula@intel.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: References: In-Reply-To: References: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1161 Lines: 37 This replaceable mainboard only has a VGA-out, yet it claims to also have a connected LVDS header. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=65256 Reported-by: Cornel Panceac Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/intel_lvds.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/drivers/gpu/drm/i915/intel_lvds.c b/drivers/gpu/drm/i915/intel_lvds.c index 76213e4..607c06e 100644 --- a/drivers/gpu/drm/i915/intel_lvds.c +++ b/drivers/gpu/drm/i915/intel_lvds.c @@ -698,6 +698,14 @@ static const struct dmi_system_id intel_no_lvds[] = { DMI_EXACT_MATCH(DMI_BOARD_NAME, "D510MO"), }, }, + { + .callback = intel_no_lvds_dmi_callback, + .ident = "Intel D525MW", + .matches = { + DMI_MATCH(DMI_BOARD_VENDOR, "Intel"), + DMI_EXACT_MATCH(DMI_BOARD_NAME, "D525MW"), + }, + }, { } /* terminating entry */ }; -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/