The following changes since commit dcb7fd82c75ee2d6e6f9d8cc71c52519ed52e258:
Linux 5.8-rc4 (2020-07-05 16:20:22 -0700)
are available in the Git repository at:
git://github.com/skeggsb/linux linux-5.8
for you to fetch changes up to ed710a6ed797430026aa5116dd0ab22378798b69:
drm/nouveau/nouveau: fix page fault on device private memory (2020-07-08 13:30:42 +1000)
---------------------------------------------------------------- Ben Skeggs (2): drm/nouveau/kms/nv50-: bail from nv50_audio_disable() early if audio not enabled drm/nouveau/i2c/g94-: increase NV_PMGR_DP_AUXCTL_TRANSACTREQ timeout
Ralph Campbell (2): drm/nouveau/svm: fix migrate page regression drm/nouveau/nouveau: fix page fault on device private memory
drivers/gpu/drm/nouveau/dispnv50/disp.c | 3 +++ drivers/gpu/drm/nouveau/nouveau_dmem.c | 2 +- drivers/gpu/drm/nouveau/nouveau_svm.c | 1 + drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxg94.c | 4 ++-- drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxgm200.c | 4 ++-- 5 files changed, 9 insertions(+), 5 deletions(-)