From fc866fa8b6ace7159b46cd219f3ea795effa4267 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sun, 18 Aug 2013 22:10:32 +0200 Subject: backports: fix intel i915 drm driver The intel i915 drm driver uses the declarations from intel-gtt.h to interact with drivers/char/agp/intel-gtt.c which is not backported by backports project. To prevent some strange problems when using i915, use the headers from the kernel and do not use our own. This causes some compile problems which where runtime problems before and bumps the minimal kernel version to 3.7. This i915 still crash on my device with kernel 3.7. Signed-off-by: Hauke Mehrtens --- copy-list | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) (limited to 'copy-list') diff --git a/copy-list b/copy-list index 89147e80..1f9f78ae 100644 --- a/copy-list +++ b/copy-list @@ -116,7 +116,36 @@ drivers/net/usb/sierra_net.c drivers/net/usb/qmi_wwan.c # DRM -include/drm/ +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_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/ -- cgit v1.2.3