mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
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 <[email protected]> Cc: Chris Wilson <[email protected]> Cc: [email protected] Signed-off-by: Dave Airlie <[email protected]>
14 lines
301 B
Makefile
14 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
|