On Fri, 2013-04-05 at 09:38 -0700, Luis R. Rodriguez wrote: > compat: backport dma-buf > compat: add HDMI library support I replaced these two with the new automatic system I created, so all they need to do is add the Kconfig parts (and a patch for dma-buf). It works pretty well -- what I haven't done yet though is make it depend on the drivers you actually have so that hdmi/dma-buf wouldn't be included if you modify the copy-list to only have wireless drivers -- not a big deal right now. > backports: remove dma-buf patches > backports: remove DRM nouveau kconfig patches Applied. > backports: add DRM drivers I changed the copy-list patch here to remove two redundant subdirectories under nouveau/ and radeon that you had listed: +drivers/gpu/drm/nouveau/core/ +drivers/gpu/drm/nouveau/ +drivers/gpu/drm/radeon/reg_srcs/ +drivers/gpu/drm/radeon/ Since copying is recursive, just the core/ and reg_srcs/ lines are redundant. Otherwise it's building a ckmake --allyesconfig right now, and if it doesn't break I'll push it out. Thanks! johannes -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html