From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Pearce Subject: Re: [PATCH] INTEL DRM DRIVERS : No LVDS hardware on Intel D410PT and D425KT Date: Sun, 27 Oct 2013 16:06:09 +0000 Message-ID: <526D39F1.3080008@flitspace.org.uk> References: <526D16A2.60804@flitspace.org.uk> <20131027135152.GG18189@phenom.ffwll.local> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20131027135152.GG18189@phenom.ffwll.local> Sender: linux-kernel-owner@vger.kernel.org To: David Airlie , intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Daniel Vetter List-Id: intel-gfx@lists.freedesktop.org Hi Daniel, On 27/10/13 13:51, Daniel Vetter wrote: >> + .matches = { >> > + DMI_MATCH(DMI_BOARD_VENDOR, "Intel"), >> > + DMI_MATCH(DMI_BOARD_NAME, "D425KT"), > At least this one here has a KTW variant with lvds connector. I think we > need a DMI_EXACT_MATCH. I haven't found out whether the D410PT board also > has such a cousin, so please digg in a bit for me. > Yes, you're right, sorry. I've had a dig and it looks like the D410PT variants don't have LVDS (the differences in that range are legacy I/O, PCIe and wireless). I'll re-submit with the 425 as an exact match. Regards, Rob