Dave, Changes for vmwgfx for 4.4. If there is time, I'll follow up with a series to move to threaded irqs. The following changes since commit a76edb8cec0cc864c8b72fa7e84a72336e033e23: Merge tag 'topic/drm-misc-2015-10-22' of git://anongit.freedesktop.org/drm-intel into drm-next (2015-10-30 09:49:06 +1000) are available in the git repository at: git://people.freedesktop.org/git/~thomash/linux vmwgfx-next for you to fetch changes up to b76ff5ea1cf6fe648e7ce2b84e636f8a95849a0b: drm/vmwgfx: Replace iowrite/ioread with volatile memory accesses (2015-11-02 00:16:05 -0800) ---------------------------------------------------------------- Dan Williams (1): drm/vmwgfx: switch from ioremap_cache to memremap Thomas Hellstrom (2): drm/vmwgfx: Turn off support for multisample count != 0 v2 drm/vmwgfx: Replace iowrite/ioread with volatile memory accesses drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 8 +-- drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 28 +++++++- drivers/gpu/drm/vmwgfx/vmwgfx_fence.c | 24 +++---- drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 109 +++++++++++++++----------------- drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c | 38 ++++++++--- drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 9 +-- drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 23 +++---- drivers/gpu/drm/vmwgfx/vmwgfx_surface.c | 2 + 8 files changed, 140 insertions(+), 101 deletions(-) _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel