[PULL] drm-misc-fixes
Maarten Lankhorst
maarten.lankhorst at linux.intel.com
Thu Nov 16 13:48:52 UTC 2023
Hi Dave, Daniel,
Small pull request, mostly nouveau fixes.
Cheers,
~Maarten
Mostly drm-misc-fixes-2023-11-16:
Assorted fixes for v6.7-rc2:
- Nouveau GSP fixes.
- Fix nouveau driver load without display.
- Use rwlock for nouveau's event lock to break a lockdep splat.
- Add orientation quirk for Lenovo Legion Go.
- Fix build failure in IVPU.
The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:
Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2023-11-16
for you to fetch changes up to ae1aadb1eb8d3cbc52e42bee71d67bd4a71f9f07:
nouveau: don't fail driver load if no display hw present. (2023-11-15
18:23:31 +0100)
----------------------------------------------------------------
Assorted fixes for v6.7-rc2:
- Nouveau GSP fixes.
- Fix nouveau driver load without display.
- Use rwlock for nouveau's event lock to break a lockdep splat.
- Add orientation quirk for Lenovo Legion Go.
- Fix build failure in IVPU.
----------------------------------------------------------------
Arnd Bergmann (1):
accel/ivpu: avoid build failure with CONFIG_PM=n
Brenton Simpson (1):
drm: panel-orientation-quirks: Add quirk for Lenovo Legion Go
Dan Carpenter (2):
nouveau/gsp/r535: uninitialized variable in r535_gsp_acpi_mux_id()
nouveau/gsp/r535: Fix a NULL vs error pointer bug
Dave Airlie (2):
nouveau: use an rwlock for the event lock.
nouveau: don't fail driver load if no display hw present.
drivers/accel/ivpu/ivpu_pm.c | 3 ---
drivers/gpu/drm/drm_panel_orientation_quirks.c | 6 ++++++
drivers/gpu/drm/nouveau/include/nvkm/core/event.h | 4 ++--
drivers/gpu/drm/nouveau/nouveau_display.c | 5 +++++
drivers/gpu/drm/nouveau/nvkm/core/event.c | 12 ++++++------
drivers/gpu/drm/nouveau/nvkm/subdev/gsp/r535.c | 6 +++---
6 files changed, 22 insertions(+), 14 deletions(-)
More information about the dri-devel
mailing list