Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231091
b: refs/heads/master
c: 22ab70d
h: refs/heads/master
i:
  231089: e8d320d
  231087: 522a37b
v: v3
  • Loading branch information
Knut Petersen authored and Chris Wilson committed Jan 14, 2011
1 parent dbe8ef4 commit 4615b76
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 53371edaef692bef7eee8070bd680401ccf65706
refs/heads/master: 22ab70d3262ddb6e69b3c246a34e2967ba5eb1e8
8 changes: 8 additions & 0 deletions trunk/drivers/gpu/drm/i915/intel_lvds.c
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,14 @@ static const struct dmi_system_id intel_no_lvds[] = {
DMI_MATCH(DMI_BOARD_NAME, "i915GMx-F"),
},
},
{
.callback = intel_no_lvds_dmi_callback,
.ident = "AOpen i915GMm-HFS",
.matches = {
DMI_MATCH(DMI_BOARD_VENDOR, "AOpen"),
DMI_MATCH(DMI_BOARD_NAME, "i915GMm-HFS"),
},
},
{
.callback = intel_no_lvds_dmi_callback,
.ident = "Aopen i945GTt-VFA",
Expand Down

0 comments on commit 4615b76

Please sign in to comment.