From: Anisse Astier <anisse@astier.eu>
To: dri-devel@lists.freedesktop.org
Cc: ajax@freedesktop.org
Subject: Re: [PATCH] drm/i915: no-lvds quirk on MSI DC500
Date: Tue, 13 Mar 2012 15:16:03 +0100 [thread overview]
Message-ID: <20120313151603.4992dfa7@destiny.ordissimo> (raw)
In-Reply-To: <1331141795-306-1-git-send-email-anisse@astier.eu>
Any opinion on this quirk ?
On Wed, 7 Mar 2012 18:36:35 +0100, Anisse Astier <anisse@astier.eu> wrote :
> This hardware doesn't have an LVDS, it's a desktop box. Fix incorrect
> LVDS detection.
>
> Cc: stable@kernel.org
> Signed-off-by: Anisse Astier <anisse@astier.eu>
> ---
> drivers/gpu/drm/i915/intel_lvds.c | 8 ++++++++
> 1 files changed, 8 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/intel_lvds.c b/drivers/gpu/drm/i915/intel_lvds.c
> index b103c3b..2dee11e 100644
> --- a/drivers/gpu/drm/i915/intel_lvds.c
> +++ b/drivers/gpu/drm/i915/intel_lvds.c
> @@ -739,6 +739,14 @@ static const struct dmi_system_id intel_no_lvds[] = {
> DMI_MATCH(DMI_BOARD_NAME, "AT5NM10T-I"),
> },
> },
> + {
> + .callback = intel_no_lvds_dmi_callback,
> + .ident = "MSI Wind Box DC500",
> + .matches = {
> + DMI_MATCH(DMI_BOARD_VENDOR, "MICRO-STAR INTERNATIONAL CO., LTD"),
> + DMI_MATCH(DMI_BOARD_NAME, "MS-7469"),
> + },
> + },
>
> { } /* terminating entry */
> };
next prev parent reply other threads:[~2012-03-13 14:16 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-07 17:36 [PATCH] drm/i915: no-lvds quirk on MSI DC500 Anisse Astier
2012-03-13 14:16 ` Anisse Astier [this message]
2012-03-22 22:12 ` Anisse Astier
2012-03-28 18:43 ` Jesse Barnes
2012-03-28 20:01 ` Daniel Vetter
2012-03-22 22:58 ` Chris Wilson
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=20120313151603.4992dfa7@destiny.ordissimo \
--to=anisse@astier.eu \
--cc=ajax@freedesktop.org \
--cc=dri-devel@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
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