Just two fixes here, one for HDMI2 modesetting failures, another for a race with the audio driver.
Thanks, Ben.
The following changes since commit dc455f4c888365595c0a13da445e092422d55b8d:
drm/nouveau/dispnv50: fix runtime pm imbalance on error (2020-05-22 11:13:53 +1000)
are available in the Git repository at:
git://github.com/skeggsb/linux linux-5.8
for you to fetch changes up to 0ad679d157aa69ddf0ee46b564c9fbb646cf6d4e:
drm/nouveau/kms/gt215-: fix race with audio driver runpm (2020-06-01 17:28:42 +1000)
---------------------------------------------------------------- Ben Skeggs (2): drm/nouveau/disp/gm200-: fix NV_PDISP_SOR_HDMI2_CTRL(n) selection drm/nouveau/kms/gt215-: fix race with audio driver runpm
drivers/gpu/drm/nouveau/dispnv50/disp.c | 4 +++- drivers/gpu/drm/nouveau/nouveau_encoder.h | 1 + drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmigm200.c | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-)
dri-devel@lists.freedesktop.org