Hi Linus,
These are just vmware fixes, Thomas sent them a couple of weeks back and my brain misparsed them, they are all crucial correctness fixes for vmwgfx and I really should have sent them on earlier.
Thanks, Dave.
The following changes since commit 390f998509bf049019df0b078c0a6606e0d57fb4:
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 (2011-12-18 14:28:31 -0800)
are available in the git repository at:
git://people.freedesktop.org/~airlied/linux drm-fixes
Jakob Bornecrantz (7): vmwgfx: Remove dmabuf check in present ioctl vmwgfx: Refactor cursor update vmwgfx: Add helper function to get surface or dmabuf vmwgfx: Refactor kms code to use vmw_user_lookup_handle helper vmwgfx: Do better culling of presents vmwgfx: Resend the cursor after legacy modeset vmwgfx: Clip cliprects against screen boundaries in present and dirty
Thomas Hellstrom (1): vmwgfx: Use the revised fifo hw version register when present
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 5 + drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +- drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c | 16 +- drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 394 +++++++++++++++++++----------- drivers/gpu/drm/vmwgfx/vmwgfx_kms.h | 5 + drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c | 22 ++- drivers/gpu/drm/vmwgfx/vmwgfx_resource.c | 23 ++ 7 files changed, 318 insertions(+), 155 deletions(-)