7f50684717
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>
13 lines
301 B
Makefile
13 lines
301 B
Makefile
header-y += drm.h
|
|
header-y += drm_mode.h
|
|
header-y += drm_sarea.h
|
|
header-y += i810_drm.h
|
|
header-y += i915_drm.h
|
|
header-y += mga_drm.h
|
|
header-y += nouveau_drm.h
|
|
header-y += r128_drm.h
|
|
header-y += radeon_drm.h
|
|
header-y += savage_drm.h
|
|
header-y += sis_drm.h
|
|
header-y += via_drm.h
|
|
header-y += vmwgfx_drm.h
|