From: "Thomas Hellstrom" <thellstrom@xxxxxxxxxx> Dave, Small changes, One lockdep warning fix for 4.6, and a host logging infrastructure. The following changes since commit 7c10ddf87472c07eabc206e273dc59f77c700858: Merge branch 'drm-uapi-extern-c-fixes' of https://github.com/evelikov/linux into drm-next (2016-05-17 16:34:43 +1000) are available in the git repository at: git://people.freedesktop.org/~thomash/linux tags/vmwgfx-next-160520 for you to fetch changes up to f921791314811afa00bb7fbbd40f51bd3b8eff01: drm/vmwgfx: Report vmwgfx version to vmware.log (2016-05-20 17:40:07 +0200) ---------------------------------------------------------------- Pull request of 2016-05-20 ---------------------------------------------------------------- Sinclair Yeh (2): drm/vmwgfx: Add VMWare host messaging capability drm/vmwgfx: Report vmwgfx version to vmware.log Thomas Hellstrom (1): drm/vmwgfx: Kill some lockdep warnings drivers/gpu/drm/vmwgfx/Makefile | 2 +- drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 20 +- drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 7 + drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 27 ++- drivers/gpu/drm/vmwgfx/vmwgfx_msg.c | 416 +++++++++++++++++++++++++++++++++++ drivers/gpu/drm/vmwgfx/vmwgfx_msg.h | 191 ++++++++++++++++ drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c | 3 + drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c | 3 + 8 files changed, 653 insertions(+), 16 deletions(-) create mode 100644 drivers/gpu/drm/vmwgfx/vmwgfx_msg.c create mode 100644 drivers/gpu/drm/vmwgfx/vmwgfx_msg.h _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel