]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7fdfaa4d328fd2b4b15bffc09bbfe5f006a2682f
tree5383f403f9a1493afc021ce7d5bd5a85df9a17e0
parent909bbbfd42471969311b1849e1616549c6b8ced1
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]