All of lore.kernel.org
 help / color / mirror / Atom feed
* Patch to add hp t5745 thin client to no-lvds list
@ 2012-01-04 19:08 Marc Gariépy
  2012-01-04 19:58 ` Adam Jackson
  0 siblings, 1 reply; 11+ messages in thread
From: Marc Gariépy @ 2012-01-04 19:08 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 771 bytes --]

Hello,

I've been directed here by Stephane Graber. I need to blacklist the LVDS
port on some hp t5745 thin client.

Here is the bug link:
https://bugs.launchpad.net/bugs/911916

And i attached the following patch to this bug:

--- linux-3.2.0/drivers/gpu/drm/i915/intel_lvds.c   2011-12-24
10:23:08.000000000 -0500
+++ intel_lvds.c    2012-01-04 14:03:49.134573275 -0500
@@ -723,6 +723,14 @@
            DMI_MATCH(DMI_BOARD_NAME, "AT5NM10T-I"),
        },
    },
+   {
+       .callback = intel_no_lvds_dmi_callback,
+       .ident = "Hewlett-Packard t5745",
+       .matches = {
+           DMI_MATCH(DMI_BOARD_VENDOR, "Hewlett-Packard"),
+           DMI_MATCH(DMI_BOARD_NAME, "hp st5745"),
+       },
+   },

    { } /* terminating entry */
 };


Thanks

Marc Gariepy

[-- Attachment #1.2: Type: text/html, Size: 949 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2012-02-22 21:00 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-04 19:08 Patch to add hp t5745 thin client to no-lvds list Marc Gariépy
2012-01-04 19:58 ` Adam Jackson
2012-01-04 22:50   ` Marc Gariépy
2012-01-17 16:31     ` Daniel Vetter
2012-01-23 16:32       ` Adam Jackson
2012-01-26 13:38         ` Marc Gariépy
2012-02-03 21:48           ` Marc Gariépy
2012-02-09 14:35           ` [PATCH] Ignore LVDS on hp t5745 and hp st5747 thin client Marc Gariepy
2012-02-13  8:42             ` Daniel Vetter
2012-02-22 16:29             ` Daniel Vetter
2012-02-22 21:00               ` Keith Packard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.