Hi Dave, Daniel,
Pull request for v6.7-rc5.
Cheers,
~Maarten
drm-misc-fixes-2023-12-07:
drm-misc-fixes for v6.7-rc5:
- Document nouveau's GSP-RM.
- Flush vmm harder on nouveau tu102.
- Panfrost fix for imported dma-buf objects, and device frequency.
- Kconfig Build fix for tc358768.
- Call end_fb_access after atomic commit.
The following changes since commit fb18fe0fdf22a2f4512a8b644bb5ea1473829cda:
drm/panel: nt36523: fix return value check in nt36523_probe()
(2023-11-29 16:54:23 +0100)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2023-12-07
for you to fetch changes up to e0f04e41e8eedd4e5a1275f2318df7e1841855f2:
drm/atomic-helpers: Invoke end_fb_access while owning plane state
(2023-12-06 10:51:27 +0100)
----------------------------------------------------------------
drm-misc-fixes for v6.7-rc5:
- Document nouveau's GSP-RM.
- Flush vmm harder on nouveau tu102.
- Panfrost fix for imported dma-buf objects, and device frequency.
- Kconfig Build fix for tc358768.
- Call end_fb_access after atomic commit.
----------------------------------------------------------------
Adrián Larumbe (2):
drm/panfrost: Consider dma-buf imported objects as resident
drm/panfrost: Fix incorrect updating of current device frequency
Arnd Bergmann (1):
drm/bridge: tc358768: select CONFIG_VIDEOMODE_HELPERS
Dave Airlie (1):
nouveau/tu102: flush all pdbs on vmm flush
Thomas Zimmermann (1):
drm/atomic-helpers: Invoke end_fb_access while owning plane state
Timur Tabi (1):
nouveau/gsp: document some aspects of GSP-RM
drivers/gpu/drm/bridge/Kconfig | 1 +
drivers/gpu/drm/drm_atomic_helper.c | 78
+++++++++++++-------
drivers/gpu/drm/i915/display/intel_display.c | 2 +-
drivers/gpu/drm/nouveau/dispnv50/disp.c | 2 +-
.../common/shared/msgq/inc/msgq/msgq_priv.h | 51 ++++++++++++++
drivers/gpu/drm/nouveau/nvkm/subdev/gsp/r535.c | 82
++++++++++++++++++++++
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmmtu102.c | 2 +-
drivers/gpu/drm/panfrost/panfrost_devfreq.c | 17 ++++-
drivers/gpu/drm/panfrost/panfrost_gem.c | 2 +-
include/drm/drm_atomic_helper.h | 2 +
10 files changed, 207 insertions(+), 32 deletions(-)