Dave, I see you haven't pulled this one yet. Please don't do that as there is a problem with fbdev and screen targets. I'll resend a pull request when the code is fixed. Thanks, Thomas On 03/11/2015 08:02 PM, Thomas Hellstrom wrote: > Dave, > > The first pull request for 4.1. Mainly Sinclair's screen target work. > > The following changes since commit 03be70050c85768e9ce7c0d0887110d1b629e127: > > Merge tag 'topic/drm-misc-2015-03-10' of git://anongit.freedesktop.org/drm-intel into drm-next (2015-03-11 12:15:06 +1000) > > are available in the git repository at: > > git://people.freedesktop.org/~thomash > > for you to fetch changes up to 51850be6365084dc3ff6516bb9d89c6d7e3a98f1: > > drm/ttm: Add lockdep annotation to the TTM lock (2015-03-11 11:57:40 -0700) > > ---------------------------------------------------------------- > Sinclair Yeh (4): > drm/vmwgfx: SVGA device definition update > drm/vmwgfx: Refactor vmw_gb_surface_define_ioctl() > drm/vmwgfx: Major KMS refactoring / cleanup in preparation of screen targets > drm/vmwgfx: Implement screen targets > > Thomas Hellstrom (3): > drm/vmwgfx: Add an interface to pin a resource v3 > drm/vmwgfx: Add "quirk" to handling command verification exceptions > drm/ttm: Add lockdep annotation to the TTM lock > > drivers/gpu/drm/ttm/ttm_lock.c | 73 +- > drivers/gpu/drm/vmwgfx/Makefile | 2 +- > drivers/gpu/drm/vmwgfx/svga3d_reg.h | 56 +- > drivers/gpu/drm/vmwgfx/svga3d_surfacedefs.h | 67 +- > drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 21 +- > drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 52 +- > drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c | 10 + > drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 4 +- > drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c | 4 + > drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 608 +++--------- > drivers/gpu/drm/vmwgfx/vmwgfx_kms.h | 97 +- > drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c | 45 +- > drivers/gpu/drm/vmwgfx/vmwgfx_mob.c | 3 +- > drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c | 6 +- > drivers/gpu/drm/vmwgfx/vmwgfx_resource.c | 91 +- > drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c | 433 ++++++++- > drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c | 1360 +++++++++++++++++++++++++++ > drivers/gpu/drm/vmwgfx/vmwgfx_surface.c | 199 ++-- > include/drm/ttm/ttm_lock.h | 13 +- > include/uapi/drm/vmwgfx_drm.h | 1 + > 20 files changed, 2470 insertions(+), 675 deletions(-) > create mode 100644 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c > _______________________________________________ > dri-devel mailing list > dri-devel@xxxxxxxxxxxxxxxxxxxxx > http://lists.freedesktop.org/mailman/listinfo/dri-devel _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel