diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2013-10-05 15:31:24 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2013-10-23 19:24:40 +0200 |
commit | edb9303ae1caa6eef56f4ea4b850102c613d5e44 (patch) | |
tree | 2ee0a3921c8cf5af22ca864858be87b11b875f4a /copy-list | |
parent | 5b9fc55d49cf43f34475a8ae49b3c8577e53e60e (diff) |
backports: remove DRM driver
Maintaining the DRM driver takes a lot of recourses as there they are
depending on many API changes done to the core kernel code and
currently we do not have that many recourses to follow them. On the
other side one needs also new userspace drivers to make use of the new
features added to the DRM kernel drivers and it is not easy to update
the X drivers. Therefore we came to the conclusion to remove the drm
drivers for now.
There were also some problems with some DRM drivers, like the Intel
i915 driver caused kernel panic on some systems and was probably only
usable on some very recent kernel versions.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'copy-list')
-rw-r--r-- | copy-list | 37 |
1 files changed, 0 insertions, 37 deletions
@@ -115,43 +115,6 @@ drivers/net/usb/cdc_ncm.c drivers/net/usb/sierra_net.c drivers/net/usb/qmi_wwan.c -# DRM -include/drm/drm_agpsupport.h -include/drm/drm_buffer.h -include/drm/drm_cache.h -include/drm/drm_core.h -include/drm/drm_crtc.h -include/drm/drm_crtc_helper.h -include/drm/drm_dp_helper.h -include/drm/drm_edid.h -include/drm/drm_encoder_slave.h -include/drm/drm_flip_work.h -include/drm/drm_fb_cma_helper.h -include/drm/drm_fb_helper.h -include/drm/drm_fixed.h -include/drm/drm_gem_cma_helper.h -include/drm/drm_global.h -include/drm/drm_hashtab.h -include/drm/drm_memory.h -include/drm/drm_mem_util.h -include/drm/drm_mm.h -include/drm/drm_os_linux.h -include/drm/drm_pciids.h -include/drm/drmP.h -include/drm/drm_rect.h -include/drm/drm_sysfs.h -include/drm/drm_usb.h -include/drm/drm_vma_manager.h -include/drm/exynos_drm.h -include/drm/gma_drm.h -include/drm/i915_drm.h -include/drm/i915_powerwell.h -include/drm/i2c/ -include/drm/ttm/ -include/uapi/drm/ -drivers/platform/x86/intel_ips.h -drivers/gpu/drm/ - # NFC core net/nfc/ include/net/nfc/ |