1. 07 Feb, 2011 2 commits
    • Arnd Bergmann's avatar
      drm/i810: remove the BKL · 1f692a14
      Arnd Bergmann authored
      SMP i810 systems were practically nonexistent and the configuration
      was not officially supported by Intel at the time when Pentium-III
      was common.
      
      With this change, it is still possible to build a distribution kernel
      that has support for SMP and includes the i810 driver without the BKL.
      As a precaution, check for the theoretical SMP case at run time and
      refuse to load the driver.
      
      We also need to disable CONFIG_PREEMPT builds for this driver.
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Cc: dri-devel@lists.freedesktop.org
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      1f692a14
    • Arnd Bergmann's avatar
      drm: remove i830 driver · 7f506847
      Arnd Bergmann authored
      This driver is one of the last users of the big kernel
      lock, which is going away. All the hardware supported
      by this driver also works with the newer i915 driver,
      and recent X.org releases only work with that driver
      anyway.
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Cc: Chris Wilson <chris@chris-wilson.co.uk>
      Cc: dri-devel@lists.freedesktop.org
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      7f506847
  2. 06 Feb, 2011 9 commits
  3. 05 Feb, 2011 3 commits
  4. 04 Feb, 2011 21 commits
  5. 03 Feb, 2011 5 commits