]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'vmwgfx-fixes-4.4-151208' of git://people.freedesktop.org/~thomash/linux...
authorDave Airlie <airlied@redhat.com>
Wed, 9 Dec 2015 04:16:53 +0000 (14:16 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 9 Dec 2015 04:16:53 +0000 (14:16 +1000)
commit2d1b46c8ca830766be809c0b59bbce3ba8f862a3
tree911dab66e96b92904b807d63a57e1bd507050bc7
parent6cb082d60e539311f244ad0c7e6a3b5f039f287c
parent35d6fe4e9527f17e4fe3b2808e10f3f7558758cc
Merge tag 'vmwgfx-fixes-4.4-151208' of git://people.freedesktop.org/~thomash/linux into drm-fixes

Pull request of 2015-12-08

A couple of fixes for vmwgfx. A WARN() fix by Dan Carpenter,
a TTM read/write lock imbalance causing occasional hangs with Wayland and
an implementation of cursor_set2 to fix incorrectly offset Wayland cursors.

* tag 'vmwgfx-fixes-4.4-151208' of git://people.freedesktop.org/~thomash/linux:
  drm/vmwgfx: Implement the cursor_set2 callback v2
  drm/vmwgfx: fix a warning message
  drm/ttm: Fixed a read/write lock imbalance