All of lore.kernel.org
 help / color / mirror / Atom feed
* nouveau-fixes 5.8
@ 2020-06-04  5:00 Ben Skeggs
  0 siblings, 0 replies; only message in thread
From: Ben Skeggs @ 2020-06-04  5:00 UTC (permalink / raw)
  To: ML dri-devel, Dave Airlie

Hey Dave, Daniel,

Another -fixes pull for nouveau, mostly more HDA fixes, but also a fix
for display hangs on Volta/Turing, and a GK20A regression fix.

Thanks,
Ben.

The following changes since commit 0ad679d157aa69ddf0ee46b564c9fbb646cf6d4e:

  drm/nouveau/kms/gt215-: fix race with audio driver runpm (2020-06-01
17:28:42 +1000)

are available in the Git repository at:

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

for you to fetch changes up to dd67cab5db7e940dad66653a04d780d53bd380d5:

  drm/nouveau/kms/nv50-: clear SW state of disabled windows harder
(2020-06-04 14:23:22 +1000)

----------------------------------------------------------------
Ben Skeggs (6):
      drm/nouveau/disp: provide hint to OR allocation about HDA requirements
      drm/nouveau/disp: split part of OR allocation logic into a function
      drm/nouveau/disp: modify OR allocation policy to account for HDA
requirements
      drm/nouveau/disp/gp100: split SOR implementation from gm200
      drm/nouveau/disp/gm200-: detect and potentially disable HDA
support on some SORs
      drm/nouveau/kms/nv50-: clear SW state of disabled windows harder

Thierry Reding (1):
      drm/nouveau: gr/gk20a: Use firmware version 0

 drivers/gpu/drm/nouveau/dispnv50/disp.c            | 17 ++--
 drivers/gpu/drm/nouveau/dispnv50/wndw.c            |  5 +-
 drivers/gpu/drm/nouveau/include/nvif/cl5070.h      |  3 +-
 drivers/gpu/drm/nouveau/nvkm/engine/disp/Kbuild    |  1 +
 drivers/gpu/drm/nouveau/nvkm/engine/disp/gp100.c   |  2 +-
 drivers/gpu/drm/nouveau/nvkm/engine/disp/gp102.c   |  2 +-
 drivers/gpu/drm/nouveau/nvkm/engine/disp/ior.h     |  1 +
 drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.c    | 73 ++++++++++++-----
 drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.h    |  2 +-
 .../gpu/drm/nouveau/nvkm/engine/disp/rootnv50.c    |  4 +-
 .../gpu/drm/nouveau/nvkm/engine/disp/sorgm200.c    | 36 ++++++++-
 .../gpu/drm/nouveau/nvkm/engine/disp/sorgp100.c    | 93 ++++++++++++++++++++++
 .../gpu/drm/nouveau/nvkm/engine/disp/sorgv100.c    | 35 +++++++-
 .../gpu/drm/nouveau/nvkm/engine/disp/sortu102.c    | 32 +++++++-
 drivers/gpu/drm/nouveau/nvkm/engine/gr/gk20a.c     |  2 +-
 15 files changed, 270 insertions(+), 38 deletions(-)
 create mode 100644 drivers/gpu/drm/nouveau/nvkm/engine/disp/sorgp100.c
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-06-04  5:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-04  5:00 nouveau-fixes 5.8 Ben Skeggs

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.