Hi Dave, Daniel,

This pull request is a bit confusing, as it first adds the panel fixes and a driver/core change, then immediately revert it.

Cheers,
~Maarten

drm-misc-fixes-2023-11-29:
Fixes for v6.7-rc4:
- Revert panel fixes as they require exporting device_is_dependent.
- Do not double add fences in dma_resv_add_fence.
- Fix GPUVM license identifier.
- Assorted nouveau fixes.
- Fix error check for nt36523.
The following changes since commit ab93edb2f94c3c0d5965be3815782472adbe3f52:

nouveau/gsp: allocate enough space for all channel ids. (2023-11-21 22:28:01 +0100)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2023-11-29

for you to fetch changes up to fb18fe0fdf22a2f4512a8b644bb5ea1473829cda:

drm/panel: nt36523: fix return value check in nt36523_probe() (2023-11-29 16:54:23 +0100)

----------------------------------------------------------------
Fixes for v6.7-rc4:
- Revert panel fixes as they require exporting device_is_dependent.
- Do not double add fences in dma_resv_add_fence.
- Fix GPUVM license identifier.
- Assorted nouveau fixes.
- Fix error check for nt36523.

----------------------------------------------------------------
Christian König (1):
      dma-buf: fix check in dma_resv_add_fence

Dan Carpenter (1):
      nouveau/gsp/r535: remove a stray unlock in r535_gsp_rpc_send()

Dave Airlie (1):
      nouveau: find the smallest page allocation to cover a buffer alloc.

Gustavo A. R. Silva (1):
nouveau/gsp: replace zero-length array with flex-array member and use __counted_by

Linus Walleij (3):
Revert "drm/bridge: panel: Check device dependency before managing device link"
      Revert "driver core: Export device_is_dependent() to modules"
Revert "drm/bridge: panel: Add a device link between drm device and panel device"

Liu Ying (2):
drm/bridge: panel: Check device dependency before managing device link
      driver core: Export device_is_dependent() to modules

Thomas Hellström (1):
      drm/gpuvm: Fix deprecated license identifier

Yang Yingliang (1):
      drm/panel: nt36523: fix return value check in nt36523_probe()

xiazhengqiao (1):
drm/panel: starry-2081101qfh032011-53g: Fine tune the panel power sequence

 drivers/dma-buf/dma-resv.c                              |  2 +-
drivers/gpu/drm/bridge/panel.c | 17 -----------------
 drivers/gpu/drm/drm_gpuvm.c                             |  2 +-
 .../nvrm/535.113.01/nvidia/generated/g_os_nvoc.h        |  2 +-
 drivers/gpu/drm/nouveau/nouveau_bo.c                    |  5 +++--
 drivers/gpu/drm/nouveau/nvkm/subdev/gsp/r535.c          |  6 ++----
 drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c          |  1 +
 drivers/gpu/drm/panel/panel-novatek-nt36523.c           |  4 ++--
 include/drm/drm_gpuvm.h                                 |  2 +-
include/linux/dma-fence.h | 15 +++++++++++++++
 10 files changed, 27 insertions(+), 29 deletions(-)

Reply via email to