Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117235
b: refs/heads/master
c: d1ed629
h: refs/heads/master
i:
  117233: 09a6751
  117231: ff2a9ce
v: v3
  • Loading branch information
Keith Packard authored and Dave Airlie committed Oct 23, 2008
1 parent 9be1bed commit 8a9538a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 863842736fb4571b22e0f7f4696bf13eeec57166
refs/heads/master: d1ed629f44b3a4108d5c445971535f05f441fce7
5 changes: 4 additions & 1 deletion trunk/drivers/gpu/drm/i915/i915_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -844,8 +844,11 @@ int i915_driver_load(struct drm_device *dev, unsigned long flags)
* correctly in testing on 945G.
* This may be a side effect of MSI having been made available for PEG
* and the registers being closely associated.
*
* According to chipset errata, on the 965GM, MSI interrupts may
* be lost or delayed
*/
if (!IS_I945G(dev) && !IS_I945GM(dev))
if (!IS_I945G(dev) && !IS_I945GM(dev) && !IS_I965GM(dev))
if (pci_enable_msi(dev->pdev))
DRM_ERROR("failed to enable MSI\n");

Expand Down

0 comments on commit 8a9538a

Please sign in to comment.