mbox series

[git,pull] vmwgfx-fixes-4.19

Message ID 20180920063935.35492-1-thellstrom@vmware.com (mailing list archive)
State New, archived
Headers show
Series [git,pull] vmwgfx-fixes-4.19 | expand

Pull-request

git://people.freedesktop.org/~thomash/linux vmwgfx-fixes-4.19

Message

Thomas Hellstrom Sept. 20, 2018, 6:39 a.m. UTC
Hi Dave,

A couple of modesetting fixes and a fix for a long-standing buffer-eviction
problem cc'd stable.

The following changes since commit 8ca4fff974ad5288d38298f15bf218f2eac2d5e7:

  Merge tag 'drm-intel-fixes-2018-09-19' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2018-09-20 10:01:53 +1000)

are available in the Git repository at:

  git://people.freedesktop.org/~thomash/linux vmwgfx-fixes-4.19

for you to fetch changes up to e71cf591876536f7dd5a54ef68d631278ca6faa1:

  drm/vmwgfx: Fix buffer object eviction (2018-09-20 08:05:14 +0200)

----------------------------------------------------------------
Deepak Rawat (4):
      drm/vmwgfx: don't check for old_crtc_state enable status
      drm/vmwgfx: limit screen size to stdu_max during check_modeset
      drm/vmwgfx: limit mode size for all display unit to texture_max
      drm/vmwgfx: Don't impose STDU limits on framebuffer size

Thomas Hellstrom (1):
      drm/vmwgfx: Fix buffer object eviction

 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c |  2 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c     | 42 +++++++++++++++++++++++----------
 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c    | 25 --------------------
 drivers/gpu/drm/vmwgfx/vmwgfx_surface.c | 24 +++++++++++--------
 4 files changed, 45 insertions(+), 48 deletions(-)