drm: remove i830 driver
authorArnd Bergmann <arnd@arndb.de>
Tue, 25 Jan 2011 22:17:16 +0000 (23:17 +0100)
committerDave Airlie <airlied@redhat.com>
Mon, 7 Feb 2011 02:14:18 +0000 (12:14 +1000)
commit7f50684717511d30bba180902105c4cd4efca732
tree5383f403f9a1493afc021ce7d5bd5a85df9a17e0
parent8dbdea8444d303a772bceb1ba963f0e3273bfc5e
drm: remove i830 driver

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: Arnd Bergmann <arnd@arndb.de>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Cc: dri-devel@lists.freedesktop.org
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/Kconfig
drivers/gpu/drm/Makefile
drivers/gpu/drm/i830/Makefile [deleted file]
drivers/gpu/drm/i830/i830_dma.c [deleted file]
drivers/gpu/drm/i830/i830_drv.c [deleted file]
drivers/gpu/drm/i830/i830_drv.h [deleted file]
drivers/gpu/drm/i830/i830_irq.c [deleted file]
include/drm/Kbuild
include/drm/i830_drm.h [deleted file]