[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090601120126.550b2d15@jbarnes-x200>
Date: Mon, 1 Jun 2009 12:01:26 +0100
From: Jesse Barnes <jbarnes@...tuousgeek.org>
To: Jarod Wilson <jarod@...hat.com>
Cc: dri-devel@...ts.sourceforge.net, xorg-devel@...ts.x.org,
linux-kernel@...r.kernel.org, Florian Demmer <florian@...mer.org>,
eric@...olt.net
Subject: Re: [PATCH] drm: intel: add ignore lvds quirk info for AOpen Mini
PC
On Wed, 27 May 2009 17:20:39 -0400
Jarod Wilson <jarod@...hat.com> wrote:
> Fix a FIXME in the intel LVDS bring-up code, adding the appropriate
> blacklist entry for the AOpen Mini PC, courtesy of a dmidecode
> dump from Florian Demmer.
>
> Signed-off-by: Jarod Wilson <jarod@...hat.com>
> CC: Florian Demmer <florian@...mer.org>
>
> ---
> drivers/gpu/drm/i915/intel_lvds.c | 10 ++++++++--
> 1 files changed, 8 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/intel_lvds.c
> b/drivers/gpu/drm/i915/intel_lvds.c index 439a865..7ac00c3 100644
> --- a/drivers/gpu/drm/i915/intel_lvds.c
> +++ b/drivers/gpu/drm/i915/intel_lvds.c
> @@ -424,8 +424,14 @@ static const struct dmi_system_id __initdata
> intel_no_lvds[] = { DMI_MATCH(DMI_PRODUCT_NAME, "Studio Hybrid 140g"),
> },
> },
> -
> - /* FIXME: add a check for the Aopen Mini PC */
> + {
> + .callback = intel_no_lvds_dmi_callback,
> + .ident = "AOpen Mini PC",
> + .matches = {
> + DMI_MATCH(DMI_SYS_VENDOR, "AOpen"),
> + DMI_MATCH(DMI_PRODUCT_NAME, "i965GMx-IF"),
> + },
> + },
>
> { } /* terminating entry */
> };
>
Looks fine to me, Eric? Patches to the i915 driver should generally go
to intel-gfx@...ts.freedesktop.org so we don't miss them. Thanks.
Acked-by: Jesse Barnes <jbarnes@...tuousgeek.org>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists