diff options
| author | Robert Noland <rnoland@FreeBSD.org> | 2010-03-13 18:14:51 +0000 |
|---|---|---|
| committer | Robert Noland <rnoland@FreeBSD.org> | 2010-03-13 18:14:51 +0000 |
| commit | c5af82e51782b019d13e562a07c17dc19a282de2 (patch) | |
| tree | 72995a36222350fe0e8b9f2514b2fe29290b5a67 /sys/dev/drm | |
| parent | ff0f9d8c07cc670f64c1cbf048296a531c0f0d22 (diff) | |
Notes
Diffstat (limited to 'sys/dev/drm')
| -rw-r--r-- | sys/dev/drm/i915_drv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/drm/i915_drv.h b/sys/dev/drm/i915_drv.h index f011bcd0d847e..4ae5e5caae512 100644 --- a/sys/dev/drm/i915_drv.h +++ b/sys/dev/drm/i915_drv.h @@ -664,7 +664,7 @@ extern int i915_wait_ring(struct drm_device * dev, int n, const char *caller); #define IS_G33(dev) ((dev)->pci_device == 0x29C2 || \ (dev)->pci_device == 0x29B2 || \ (dev)->pci_device == 0x29D2 || \ - IS_IGD(DEV)) + IS_IGD(dev)) #define IS_I9XX(dev) (IS_I915G(dev) || IS_I915GM(dev) || IS_I945G(dev) || \ IS_I945GM(dev) || IS_I965G(dev) || IS_G33(dev)) |
