Hi, Here's this week drm-misc-fixes PR Maxime drm-misc-fixes-2023-02-02: A fix for a non-unique CEC adapter name registration in vc4, a regression breaking the display in ssd130x, a signaling bit issue in dma-fence, a couple of fixes in nouveau for Turing and Ampere, and a disable fix for the boe-tv101wum-nl6 panel. The following changes since commit d6591da5f3ff284a376d56b5f7a48a34e9cb159d: drm/fb-helper: Use a per-driver FB deferred I/O handler (2023-01-24 11:13:08 +0100) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2023-02-02 for you to fetch changes up to a3ee9e0b57f8ecca02d1c16fad4941e09bfe2941: drm/panel: boe-tv101wum-nl6: Ensure DSI writes succeed during disable (2023-02-01 11:41:15 +0100) ---------------------------------------------------------------- A fix for a non-unique CEC adapter name registration in vc4, a regression breaking the display in ssd130x, a signaling bit issue in dma-fence, a couple of fixes in nouveau for Turing and Ampere, and a disable fix for the boe-tv101wum-nl6 panel. ---------------------------------------------------------------- Ben Skeggs (3): drm/nouveau/devinit/tu102-: wait for GFW_BOOT_PROGRESS == COMPLETED drm/nouveau/fb/tu102-: fix register used to determine scrub status drm/nouveau/acr/gm20b: regression fixes Danilo Krummrich (1): dma-buf: actually set signaling bit for private stub fences Hans Verkuil (1): drm/vc4: hdmi: make CEC adapter name unique Javier Martinez Canillas (1): drm/ssd130x: Init display before the SSD130X_DISPLAY_ON command Stephen Boyd (1): drm/panel: boe-tv101wum-nl6: Ensure DSI writes succeed during disable drivers/dma-buf/dma-fence.c | 2 +- drivers/gpu/drm/nouveau/include/nvkm/subdev/fb.h | 1 + drivers/gpu/drm/nouveau/nvkm/core/firmware.c | 3 ++ drivers/gpu/drm/nouveau/nvkm/engine/device/base.c | 10 ++-- drivers/gpu/drm/nouveau/nvkm/falcon/gm200.c | 14 +++++- .../gpu/drm/nouveau/nvkm/subdev/devinit/tu102.c | 23 +++++++++ drivers/gpu/drm/nouveau/nvkm/subdev/fb/Kbuild | 1 + drivers/gpu/drm/nouveau/nvkm/subdev/fb/ga102.c | 8 +--- drivers/gpu/drm/nouveau/nvkm/subdev/fb/gv100.c | 5 -- drivers/gpu/drm/nouveau/nvkm/subdev/fb/priv.h | 2 + drivers/gpu/drm/nouveau/nvkm/subdev/fb/tu102.c | 55 ++++++++++++++++++++++ drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gm20b.c | 2 +- drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c | 16 +++++-- drivers/gpu/drm/solomon/ssd130x.c | 18 +++---- drivers/gpu/drm/vc4/vc4_hdmi.c | 3 +- 15 files changed, 127 insertions(+), 36 deletions(-) create mode 100644 drivers/gpu/drm/nouveau/nvkm/subdev/fb/tu102.c