Re: [PATCH] drm/i915: Add no_lvds entry for the Clientron U800

2010-04-02 Thread Eric Anholt
On Mon, 29 Mar 2010 17:53:12 +0200, Stefan Bader  
wrote:
> Hi Eric,
> 
> I am not sure, this could be a duplicate. But I had the feeling that somehow
> the patch might have gotten lost to some miscommunication.
> So I re-send it now. If you already have it on your queue, please feel free
> to ignore.

Thanks, I'd lost track of this one.  Applied.


pgpz8fdzhyUOx.pgp
Description: PGP signature
--
Download IntelĀ® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[PATCH] drm/i915: Add no_lvds entry for the Clientron U800

2010-03-29 Thread Stefan Bader
Hi Eric,

I am not sure, this could be a duplicate. But I had the feeling that somehow
the patch might have gotten lost to some miscommunication.
So I re-send it now. If you already have it on your queue, please feel free
to ignore.

Thanks,
Stefan

>From b6c34c053d50ec5e0111b6833545f3b3a98824c8 Mon Sep 17 00:00:00 2001
From: Stephane Graber 
Date: Mon, 29 Mar 2010 17:10:42 +0200
Subject: [PATCH] drm/i915: Add no_lvds entry for the Clientron U800

BugLink: http://bugs.launchpad.net/ubuntu/bugs/544671

This system claims to have a LVDS but has not.

Signed-off-by: Stephane Graber 
Signed-off-by: Stefan Bader 
CC: sta...@kernel.org
---
 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 2b3fa7a..d13e0af 100644
--- a/drivers/gpu/drm/i915/intel_lvds.c
+++ b/drivers/gpu/drm/i915/intel_lvds.c
@@ -857,6 +857,14 @@ static const struct dmi_system_id intel_no_lvds[] = {
DMI_MATCH(DMI_PRODUCT_VERSION, "AO1JW"),
},
},
+   {
+   .callback = intel_no_lvds_dmi_callback,
+   .ident = "Clientron U800",
+   .matches = {
+   DMI_MATCH(DMI_SYS_VENDOR, "Clientron"),
+   DMI_MATCH(DMI_PRODUCT_NAME, "U800"),
+   },
+   },
 
{ } /* terminating entry */
 };
-- 
1.6.3.3


--
Download IntelĀ® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel