From: Nian Wu Date: Fri, 10 Nov 2006 05:21:17 +0000 (-0800) Subject: Merge branch 'master' into crestline X-Git-Tag: submit/1.0/20121108.012404~1146^2~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=14e3f2711e90fe9a9c315d96abd4c7681539936a;p=profile%2Fivi%2Flibdrm.git Merge branch 'master' into crestline Conflicts: shared-core/i915_dma.c --- 14e3f2711e90fe9a9c315d96abd4c7681539936a diff --cc shared-core/i915_dma.c index 1a89514,60e3e94..63b2a3e --- a/shared-core/i915_dma.c +++ b/shared-core/i915_dma.c @@@ -1,4 -1,4 +1,4 @@@ --/* i915_dma.c -- DMA support for the I915 -*- linux-c -*- ++/ i915_dma.c -- DMA support for the I915 -*- linux-c -*- */ /* * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas. @@@ -31,13 -31,12 +31,12 @@@ #include "i915_drm.h" #include "i915_drv.h" -#define IS_I965G(dev) (dev->pci_device == 0x2972 || \ - dev->pci_device == 0x2982 || \ - dev->pci_device == 0x2992 || \ - dev->pci_device == 0x29A2) - +#define IS_I965G(dev) (dev->pdev->device == 0x2972 || \ + dev->pdev->device == 0x2982 || \ + dev->pdev->device == 0x2992 || \ + dev->pdev->device == 0x29A2 || \ + dev->pdev->device == 0x2A02) - /* Really want an OS-independent resettable timer. Would like to have * this loop run for (eg) 3 sec, but have the timer reset every time * the head pointer changes, so that EBUSY only happens if the ring