Skip to content

Commit

Permalink
Merge git://git.infradead.org/~dwmw2/iommu-agp into agp-next
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Airlie committed Aug 5, 2009
2 parents b7f3158 + ba3139f commit 94aa9b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/char/agp/intel-agp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1140,6 +1140,12 @@ static int intel_i915_configure(void)

intel_i9xx_setup_flush();

#ifdef USE_PCI_DMA_API
if (pci_set_dma_mask(intel_private.pcidev, DMA_BIT_MASK(36)))
dev_err(&intel_private.pcidev->dev,
"set gfx device dma mask 36bit failed!\n");
#endif

return 0;
}

Expand Down

0 comments on commit 94aa9b9

Please sign in to comment.