Hi Dave, Daniel, Here's this week drm-misc-fixes PR Maxime drm-misc-fixes-2023-02-23: A fix for nouveau preventing the system shutdown and one for a build warning, and NULL pointer dereference fix for cirrus. The following changes since commit a950b989ea29ab3b38ea7f6e3d2540700a3c54e8: drm/vmwgfx: Do not drop the reference to the handle too soon (2023-02-14 23:00:09 -0500) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2023-02-23 for you to fetch changes up to 1b9b4f922f96108da3bb5d87b2d603f5dfbc5650: drm/nouveau/fb/gp102-: cache scrubber binary on first load (2023-02-21 02:07:24 +0100) ---------------------------------------------------------------- A fix for nouveau preventing the system shutdown and one for a build warning, and NULL pointer dereference fix for cirrus. ---------------------------------------------------------------- Alexandr Sapozhnikov (1): drm/cirrus: NULL-check pipe->plane.state->fb in cirrus_pipe_update() Ben Skeggs (1): drm/nouveau/fb/gp102-: cache scrubber binary on first load Jiri Slaby (SUSE) (1): drm/nouveau/kms/nv50: fix nv50_wndw_new_ prototype drivers/gpu/drm/nouveau/dispnv50/wndw.h | 5 +-- drivers/gpu/drm/nouveau/include/nvkm/subdev/fb.h | 3 +- drivers/gpu/drm/nouveau/nvkm/subdev/fb/base.c | 8 +++-- drivers/gpu/drm/nouveau/nvkm/subdev/fb/ga100.c | 2 +- drivers/gpu/drm/nouveau/nvkm/subdev/fb/ga102.c | 21 +++++------- drivers/gpu/drm/nouveau/nvkm/subdev/fb/gp102.c | 41 ++++++++---------------- drivers/gpu/drm/nouveau/nvkm/subdev/fb/gv100.c | 4 +-- drivers/gpu/drm/nouveau/nvkm/subdev/fb/priv.h | 3 +- drivers/gpu/drm/nouveau/nvkm/subdev/fb/tu102.c | 4 +-- drivers/gpu/drm/tiny/cirrus.c | 2 +- 10 files changed, 40 insertions(+), 53 deletions(-)