From: Daniel Vetter <daniel@ffwll.ch>
To: Rob Pearce <rob@flitspace.org.uk>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>,
David Airlie <airlied@linux.ie>,
intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] INTEL DRM DRIVERS : No LVDS hardware on Intel D410PT and D425KT
Date: Sun, 27 Oct 2013 14:51:52 +0100 [thread overview]
Message-ID: <20131027135152.GG18189@phenom.ffwll.local> (raw)
In-Reply-To: <526D16A2.60804@flitspace.org.uk>
On Sun, Oct 27, 2013 at 01:35:30PM +0000, Rob Pearce wrote:
> From: Rob Pearce <rob@flitspace.org.uk>
>
> These Intel D410PT and D425KT Mini-ITX desktop boards both show up as
> having LVDS but the hardware is not populated. This patch adds them to
> the list of such systems. Tested against 3.9.10 and 3.11.4
>
> Signed-off-by: Rob Pearce <rob@flitspace.org.uk>
> ---
> diff -uprN -X linux-3.9.10/Documentation/dontdiff linux-3.9.10/drivers/gpu/drm/i915/intel_lvds.c linux-3.9.10-ovs/drivers/gpu/drm/i915/intel_lvds.c
> --- linux-3.9.10/drivers/gpu/drm/i915/intel_lvds.c 2013-10-22 19:00:30.000000000 +0100
> +++ linux-3.9.10-ovs/drivers/gpu/drm/i915/intel_lvds.c 2013-10-22 18:58:56.000000000 +0100
> @@ -843,6 +843,22 @@
> },
> {
> .callback = intel_no_lvds_dmi_callback,
> + .ident = "Intel D410PT",
> + .matches = {
> + DMI_MATCH(DMI_BOARD_VENDOR, "Intel"),
> + DMI_MATCH(DMI_BOARD_NAME, "D410PT"),
> + },
> + },
> + {
> + .callback = intel_no_lvds_dmi_callback,
> + .ident = "Intel D425KT",
> + .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.
Thanks, Daniel
> + },
> + },
> + {
> + .callback = intel_no_lvds_dmi_callback,
> .ident = "Supermicro X7SPA-H",
> .matches = {
> DMI_MATCH(DMI_SYS_VENDOR, "Supermicro"),
>
--
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch
next prev parent reply other threads:[~2013-10-27 13:51 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-27 13:35 [PATCH] INTEL DRM DRIVERS : No LVDS hardware on Intel D410PT and D425KT Rob Pearce
2013-10-27 13:51 ` Daniel Vetter [this message]
2013-10-27 16:06 ` Rob Pearce
-- strict thread matches above, loose matches on Subject: below --
2013-10-27 16:13 Rob Pearce
2013-10-27 17:33 ` Greg KH
2013-10-27 18:07 ` Daniel Vetter
2013-10-27 18:29 ` Rob Pearce
2013-10-27 18:35 ` Guenter Roeck
2013-10-27 19:29 ` Daniel Vetter
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=20131027135152.GG18189@phenom.ffwll.local \
--to=daniel@ffwll.ch \
--cc=airlied@linux.ie \
--cc=daniel.vetter@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=intel-gfx@lists.freedesktop.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rob@flitspace.org.uk \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox