diff options
author | Dave Airlie <airlied@redhat.com> | 2024-10-01 08:15:46 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2024-10-01 08:15:55 +1000 |
commit | 43102a2012c2e2f8424d7eef52aede8e73cf2fed (patch) | |
tree | 350ae1036041a1173987a776576f9d770048fc5a /MAINTAINERS | |
parent | 9852d85ec9d492ebef56dc5f229416c925758edc (diff) | |
parent | ad604f0a4c040dcb8faf44dc72db25e457c28076 (diff) |
Merge tag 'drm-misc-fixes-2024-09-26' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes
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
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20240926121045.GA561653@localhost.localdomain
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c27f3190737f..7bceeb6e0b00 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7832,6 +7832,8 @@ F: drivers/gpu/drm/xlnx/ DRM GPU SCHEDULER M: Luben Tuikov <ltuikov89@gmail.com> M: Matthew Brost <matthew.brost@intel.com> +M: Danilo Krummrich <dakr@kernel.org> +M: Philipp Stanner <pstanner@redhat.com> L: dri-devel@lists.freedesktop.org S: Maintained T: git https://gitlab.freedesktop.org/drm/misc/kernel.git |