]> git.baikalelectronics.ru Git - kernel.git/commit
fix IS_I9XX macro in i915 DRM driver
authorJesse Barnes <jbarnes@virtuousgeek.org>
Sun, 6 Apr 2008 18:55:04 +0000 (11:55 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 6 Apr 2008 23:10:40 +0000 (16:10 -0700)
commit9577d4fb52c557bc629171ea189cd580201f3332
treec3df51e0ec78418c2e3d32f58f3ada80c0064f9c
parent8d5d06806e836aedb9d93b2762b04a11c26c70dc
fix IS_I9XX macro in i915 DRM driver

Now that we're mapping registers in the DRM driver at load time, the
driver actually checks the PCI ID, so we need to make sure the macros
have all the right bits (and longer term use the DRM headers as the sole
copy of the PCI & register definitions).

This patch adds 945GME support to the DRM headers, fixing a regression
reported in http://bugzilla.kernel.org/show_bug.cgi?id=10395.

Tested-by: Alexander Oltu <alexander@all-2.com>
Signed-off-by: Jesse Barnes <jesse.barnes@intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/drm/i915_drv.h