mbox series

[PULL] drm-misc-fixes

Message ID 20240926121045.GA561653@localhost.localdomain (mailing list archive)
State New
Headers show
Series [PULL] drm-misc-fixes | expand

Pull-request

https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-fixes-2024-09-26

Message

Thomas Zimmermann Sept. 26, 2024, 12:10 p.m. UTC
Hi Dave, Sima,

this is the PR for drm-misc-fixes for this week. Mostly the usual small
changes. That fix in the atomic-modesetting code touches UAPI code, but
does not change the UAPI itself.

Best regards
Thomas

drm-misc-fixes-2024-09-26:
Short summary of fixes pull:

atomic:
- Use correct type when reading damage rectangles

display:
- Fix kernel docs

dp-mst:
- Fix DSC decompression detection

hdmi:
- Fix infoframe size

panthor:
- Fix locking

sched:
- Update maintainers
- Fix race condition whne queueing up jobs

sysfb:
- Disable sysfb if framebuffer parent device is unknown

vbox:
- Fix VLA handling
The following changes since commit 45c690aea8ee5b7d012cd593bd288540a4bfdbf0:

  drm/tegra: Use iommu_paging_domain_alloc() (2024-09-10 15:40:27 -0400)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-fixes-2024-09-26

for you to fetch changes up to ad604f0a4c040dcb8faf44dc72db25e457c28076:

  firmware/sysfb: Disable sysfb for firmware buffers with unknown parent (2024-09-26 08:22:20 +0200)

----------------------------------------------------------------
Short summary of fixes pull:

atomic:
- Use correct type when reading damage rectangles

display:
- Fix kernel docs

dp-mst:
- Fix DSC decompression detection

hdmi:
- Fix infoframe size

panthor:
- Fix locking

sched:
- Update maintainers
- Fix race condition whne queueing up jobs

sysfb:
- Disable sysfb if framebuffer parent device is unknown

vbox:
- Fix VLA handling

----------------------------------------------------------------
Derek Foreman (1):
      drm/connector: hdmi: Fix writing Dynamic Range Mastering infoframes

Dmitry Baryshkov (1):
      drm/display: fix kerneldocs references

Hans de Goede (1):
      drm/vboxvideo: Replace fake VLA at end of vbva_mouse_pointer_shape with real VLA

Imre Deak (1):
      drm/dp_mst: Fix DSC decompression detection in Synaptics branch devices

Philipp Stanner (1):
      MAINTAINERS: drm/sched: Add new maintainers

Rob Clark (1):
      drm/sched: Fix dynamic job-flow control race

Steven Price (1):
      drm/panthor: Fix race when converting group handle to group object

Thomas Zimmermann (2):
      drm: Consistently use struct drm_mode_rect for FB_DAMAGE_CLIPS
      firmware/sysfb: Disable sysfb for firmware buffers with unknown parent

 Documentation/gpu/drm-kms-helpers.rst           |  4 ++--
 MAINTAINERS                                     |  2 ++
 drivers/firmware/sysfb.c                        |  4 +++-
 drivers/gpu/drm/display/drm_dp_mst_topology.c   | 10 ++++++++--
 drivers/gpu/drm/display/drm_hdmi_state_helper.c |  4 +---
 drivers/gpu/drm/drm_atomic_uapi.c               |  2 +-
 drivers/gpu/drm/drm_debugfs.c                   |  4 +---
 drivers/gpu/drm/panthor/panthor_sched.c         | 16 ++++++++++++++--
 drivers/gpu/drm/scheduler/sched_entity.c        |  4 ++--
 drivers/gpu/drm/scheduler/sched_main.c          |  7 ++-----
 drivers/gpu/drm/vboxvideo/hgsmi_base.c          | 10 +++++++++-
 drivers/gpu/drm/vboxvideo/vboxvideo.h           |  4 +---
 include/drm/gpu_scheduler.h                     |  2 +-
 include/linux/hdmi.h                            |  9 +++++++++
 14 files changed, 56 insertions(+), 26 deletions(-)