mbox series

[pull] vmwgfx- drm-fixes-5.18

Message ID a1d32799e4c74b8540216376d7576bb783ca07ba.camel@vmware.com (mailing list archive)
State New, archived
Headers show
Series [pull] vmwgfx- drm-fixes-5.18 | expand

Pull-request

https://gitlab.freedesktop.org/zack/vmwgfx.git tags/vmwgfx-drm-fixes-5.18-2022-05-13

Message

Zack Rusin May 13, 2022, 2:58 p.m. UTC
Hi Dave, Daniel.

Sorry for the late email, I missed some important fixes for vmwgfx.

The following changes since commit 5005e9814698f47c5a3698fcc56c9f5e6f1d4644:

  Merge tag 'amd-drm-fixes-5.18-2022-05-11' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes (2022-05-13 10:40:56 +1000)

are available in the Git repository at:

  https://gitlab.freedesktop.org/zack/vmwgfx.git tags/vmwgfx-drm-fixes-5.18-2022-05-13

for you to fetch changes up to 21d1d192890ced87f2f04f8f4dea92406e0b162a:

  drm/vmwgfx: Disable command buffers on svga3 without gbobjects (2022-05-13 10:29:36 -0400)

----------------------------------------------------------------
vmwgfx fixes for:
- Black screen due to fences using FIFO checks on SVGA3
- Random black screens on boot due to uninitialized drm_mode_fb_cmd2
- Hangs on SVGA3 due to command buffers being used with gbobjects

----------------------------------------------------------------
Zack Rusin (3):
      drm/vmwgfx: Fix fencing on SVGAv3
      drm/vmwgfx: Initialize drm_mode_fb_cmd2
      drm/vmwgfx: Disable command buffers on svga3 without gbobjects

 drivers/gpu/drm/vmwgfx/vmwgfx_cmd.c   | 13 ++++++++-----
 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h   |  8 ++++++++
 drivers/gpu/drm/vmwgfx/vmwgfx_fb.c    |  2 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c | 28 +++++++++++++++++++++-------
 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c   | 26 ++++++++++++++++++--------
 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c   |  8 +++++---
 6 files changed, 61 insertions(+), 24 deletions(-)