All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915: no lvds quirk for HP t5740e Thin Client
@ 2012-05-22 13:21 Jan-Benedict Glaw
  2012-05-23  7:19 ` Daniel Vetter
  0 siblings, 1 reply; 2+ messages in thread
From: Jan-Benedict Glaw @ 2012-05-22 13:21 UTC (permalink / raw)
  To: Keith Packard; +Cc: dri-devel

Hi!

This box has DisplayPort and VGA, but no LVDS. Product specs are at
http://h10010.www1.hp.com/wwpc/us/en/sm/WF25a/12454-12454-321959-338927-3640406-4282707.html?dnr=1
and dmidecode output can be found at http://www.getslash.de/bug_attachments/dmidecode-t5740e.txt

Signed-off-by: Jan-Benedict Glaw <jbglaw@getslash.de>
---
 drivers/gpu/drm/i915/intel_lvds.c |    8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/drivers/gpu/drm/i915/intel_lvds.c b/drivers/gpu/drm/i915/intel_lvds.c
index 9c71183..9fadd64 100644
--- a/drivers/gpu/drm/i915/intel_lvds.c
+++ b/drivers/gpu/drm/i915/intel_lvds.c
@@ -747,6 +747,14 @@ static const struct dmi_system_id intel_no_lvds[] = {
 	},
 	{
 		.callback = intel_no_lvds_dmi_callback,
+		.ident = "Hewlett-Packard HP t5740e Thin Client",
+		.matches = {
+			DMI_MATCH(DMI_BOARD_VENDOR, "Hewlett-Packard"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "HP t5740e Thin Client"),
+		},
+	},
+	{
+		.callback = intel_no_lvds_dmi_callback,
 		.ident = "Hewlett-Packard t5745",
 		.matches = {
 			DMI_MATCH(DMI_BOARD_VENDOR, "Hewlett-Packard"),
-- 
1.7.10

-- 
Getslash GmbH, Bahnhofstraße 16, 59302 Oelde
Tel: +49-2522-834349-5    Fax: +49-2522-834349-1
http://www.getslash.de
Sitz der Gesellschaft: Oelde
Handelsregister: Amtsgericht Münster, HRB 11911
Ust-Id-Nr.: DE 815060326
Geschäftsführung: Andre Peitz, Tobias Hanisch 

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

* Re: [PATCH] drm/i915: no lvds quirk for HP t5740e Thin Client
  2012-05-22 13:21 [PATCH] drm/i915: no lvds quirk for HP t5740e Thin Client Jan-Benedict Glaw
@ 2012-05-23  7:19 ` Daniel Vetter
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Vetter @ 2012-05-23  7:19 UTC (permalink / raw)
  To: Jan-Benedict Glaw; +Cc: dri-devel

On Tue, May 22, 2012 at 03:21:53PM +0200, Jan-Benedict Glaw wrote:
> Hi!
> 
> This box has DisplayPort and VGA, but no LVDS. Product specs are at
> http://h10010.www1.hp.com/wwpc/us/en/sm/WF25a/12454-12454-321959-338927-3640406-4282707.html?dnr=1
> and dmidecode output can be found at http://www.getslash.de/bug_attachments/dmidecode-t5740e.txt
> 
> Signed-off-by: Jan-Benedict Glaw <jbglaw@getslash.de>
Picked up for -fixes, thanks for the patch.
-Daniel
-- 
Daniel Vetter
Mail: daniel@ffwll.ch
Mobile: +41 (0)79 365 57 48

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

end of thread, other threads:[~2012-05-23  7:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-22 13:21 [PATCH] drm/i915: no lvds quirk for HP t5740e Thin Client Jan-Benedict Glaw
2012-05-23  7:19 ` Daniel Vetter

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.