From: "Luis R. Rodriguez" <mcgrof@xxxxxxxxxxxxxxxx> Johannes, this brings the compat module in backports up to date with what we had in compat as an independent project. I'll next work on testing the DRM drivers and then try adding the media stuff. This has been test compiled with ckmake on your backports tree. Luis R. Rodriguez (2): compat: backport dma-buf compat: add HDMI library support backport/compat/Kconfig | 19 ++ backport/compat/Makefile | 2 + backport/compat/dma-buf.c | 575 ++++++++++++++++++++++++++++++++++++++ backport/compat/hdmi.c | 308 ++++++++++++++++++++ backport/include/linux/dma-buf.h | 211 ++++++++++++++ backport/include/linux/hdmi.h | 240 ++++++++++++++++ 6 files changed, 1355 insertions(+) create mode 100644 backport/compat/dma-buf.c create mode 100644 backport/compat/hdmi.c create mode 100644 backport/include/linux/dma-buf.h create mode 100644 backport/include/linux/hdmi.h -- 1.7.10.4 -- 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