Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185615
b: refs/heads/master
c: a13e409
h: refs/heads/master
i:
  185613: 4a024c4
  185611: 9bd1394
  185607: 9a03b1b
  185599: 470f89e
v: v3
  • Loading branch information
Eric Anholt committed Feb 26, 2010
1 parent cb6e470 commit ab1d67c
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 954bce507acdcb76520b2f30535400fc036e7c20
refs/heads/master: a13e4093cbd3db91cc65ac8b8c2baadffa603ee9
7 changes: 7 additions & 0 deletions trunk/drivers/gpu/drm/i915/i915_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,12 @@ const static struct intel_device_info intel_sandybridge_d_info = {
.has_hotplug = 1,
};

const static struct intel_device_info intel_sandybridge_m_info = {
.is_i965g = 1, .is_i9xx = 1, .need_gfx_hws = 1,
.has_pipe_cxsr = 1,
.has_hotplug = 1,
};

const static struct pci_device_id pciidlist[] = {
INTEL_VGA_DEVICE(0x3577, &intel_i830_info),
INTEL_VGA_DEVICE(0x2562, &intel_845g_info),
Expand Down Expand Up @@ -174,6 +180,7 @@ const static struct pci_device_id pciidlist[] = {
INTEL_VGA_DEVICE(0x0042, &intel_ironlake_d_info),
INTEL_VGA_DEVICE(0x0046, &intel_ironlake_m_info),
INTEL_VGA_DEVICE(0x0102, &intel_sandybridge_d_info),
INTEL_VGA_DEVICE(0x0106, &intel_sandybridge_m_info),
{0, 0, 0}
};

Expand Down

0 comments on commit ab1d67c

Please sign in to comment.