mbox series

[PULL] nouveau-next 5.6 fixes

Message ID CACAvsv51mZaRuT5R=VhbKSTPzd15L4FbDiPQ+wsF+C23c_fOAQ@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [PULL] nouveau-next 5.6 fixes | expand

Pull-request

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

Message

Ben Skeggs Jan. 22, 2020, 11 p.m. UTC
Hey Dave,

Just a couple of fixes to GP10x ACR support after the work, and a
(fairly severe if you're running piglit a lot) memory leak fix.

Ben.

The following changes since commit afa3b96b058d87c2c44d1c83dadb2ba6998d03ce:

  drm/nouveau/gr/tu10x: initial support (2020-01-15 10:50:30 +1000)

are available in the Git repository at:

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

for you to fetch changes up to ee8642162a9edd40daafd3fb894e3fd3f909e361:

  drm/nouveau: fix build error without CONFIG_IOMMU_API (2020-01-23
08:56:51 +1000)

----------------------------------------------------------------
Ben Skeggs (1):
      drm/nouveau/mmu: fix comptag memory leak

Chen Zhou (1):
      drm/nouveau: fix build error without CONFIG_IOMMU_API

Thierry Reding (2):
      drm/nouveau/pmu/gm20b,gp10b: Fix Falcon bootstrapping
      drm/nouveau/gr/gp10b: Use gp100_grctx and gp100_gr_zbc

YueHaibing (2):
      drm/nouveau/kms/nv50: remove set but not unused variable 'nv_connector'
      drm/nouveau/kms/nv04: remove set but not used variable 'width'

 drivers/gpu/drm/nouveau/Kconfig                 | 1 +
 drivers/gpu/drm/nouveau/dispnv04/arb.c          | 3 +--
 drivers/gpu/drm/nouveau/dispnv50/disp.c         | 2 --
 drivers/gpu/drm/nouveau/nvkm/core/memory.c      | 2 +-
 drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.h  | 1 +
 drivers/gpu/drm/nouveau/nvkm/engine/gr/gp100.c  | 2 +-
 drivers/gpu/drm/nouveau/nvkm/engine/gr/gp10b.c  | 4 ++--
 drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gm20b.c | 9 +++++++--
 drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gp10b.c | 9 +++++++--
 9 files changed, 21 insertions(+), 12 deletions(-)