Hey Dave,
A couple of fixes from Thierry fixing issues as a result of the reservation object rework in this cycle, as well as a fix from Lyude to allow the driver to load on Thinkpad P71.
Thanks, Ben.
The following changes since commit 9a60b2990d6c2b7ab935fe0a5cc274de67d98bed:
Merge branch 'etnaviv/next' of https://git.pengutronix.de/git/lst/linux into drm-next (2019-09-06 16:58:10 +1000)
are available in the Git repository at:
git://github.com/skeggsb/linux linux-5.4
for you to fetch changes up to b568db62c5c46c8d859f1b9538495ea0fcbe7000:
drm/nouveau/bar/gm20b: Avoid BAR1 teardown during init (2019-09-17 14:50:16 +1000)
---------------------------------------------------------------- Lyude Paul (1): drm/nouveau/kms/nv50-: Don't create MSTMs for eDP connectors
Thierry Reding (4): drm/nouveau: Fix fallout from reservation object rework drm/nouveau/prime: Extend DMA reservation object lock drm/nouveau: Fix ordering between TTM and GEM release drm/nouveau/bar/gm20b: Avoid BAR1 teardown during init
drivers/gpu/drm/nouveau/dispnv50/disp.c | 3 ++- drivers/gpu/drm/nouveau/nouveau_bo.c | 26 +++++++++++++++--------- drivers/gpu/drm/nouveau/nouveau_bo.h | 4 ++-- drivers/gpu/drm/nouveau/nouveau_gem.c | 7 ++----- drivers/gpu/drm/nouveau/nouveau_prime.c | 27 ++++++++++++++++--------- drivers/gpu/drm/nouveau/nvkm/subdev/bar/gm20b.c | 1 - 6 files changed, 41 insertions(+), 27 deletions(-)
dri-devel@lists.freedesktop.org