mbox series

nouveau-fixes 5.6

Message ID CACAvsv7=eP+Ai1ouoMyYyo1xMF0pTQki=owYjJkS=NpvKQd1fg@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series nouveau-fixes 5.6 | expand

Pull-request

git://github.com/skeggsb/linux linux-5.6

Message

Ben Skeggs Feb. 3, 2020, 11:38 a.m. UTC
Hey,

Just a couple of fixes to Volta/Turing modesetting on some systems.

Thanks,
Ben.

The following changes since commit c3463aed05abf06bd5ebaac12f2c015db298b98f:

  drm/nouveau/fb/gp102-: allow module to load even when scrubber
binary is missing (2020-01-29 15:49:56 +1000)

are available in the Git repository at:

  git://github.com/skeggsb/linux linux-5.6

for you to fetch changes up to 137c4ba7163ad9d5696b9fde78b1c0898a9c115b:

  drm/nouveau/kms/gv100-: avoid sending a core update until the first
modeset (2020-02-03 21:36:54 +1000)

----------------------------------------------------------------
Ben Skeggs (3):
      drm/nouveau/disp/gv100-: halt
NV_PDISP_FE_RM_INTR_STAT_CTRL_DISP_ERROR storms
      drm/nouveau/kms/gv100-: move window ownership setup into modesetting path
      drm/nouveau/kms/gv100-: avoid sending a core update until the
first modeset

 drivers/gpu/drm/nouveau/dispnv50/core.h          |  6 ++++++
 drivers/gpu/drm/nouveau/dispnv50/corec37d.c      | 23 ++++++++++++++++++-----
 drivers/gpu/drm/nouveau/dispnv50/corec57d.c      |  9 ++++-----
 drivers/gpu/drm/nouveau/dispnv50/disp.c          | 16 ++++++++++++++++
 drivers/gpu/drm/nouveau/nvkm/engine/disp/gv100.c |  6 ++++++
 5 files changed, 50 insertions(+), 10 deletions(-)