* [PULL] drm-misc-next-fixes
@ 2024-02-29 8:53 Thomas Zimmermann
0 siblings, 0 replies; 27+ messages in thread
From: Thomas Zimmermann @ 2024-02-29 8:53 UTC (permalink / raw)
To: Dave Airlie, Daniel Vetter
Cc: Jani Nikula, Joonas Lahtinen, Tvrtko Ursulin, Rodrigo Vivi,
Thomas Zimmermann, Maarten Lankhorst, Maxime Ripard,
Thomas Hellström, Oded Gabbay, Lucas De Marchi, dri-devel,
intel-gfx, intel-xe, dim-tools
Hi Dave, Sima,
here's the release cycle's first PR for drm-misc-next-fixes.
Best regards
Thomas
drm-misc-next-fixes-2024-02-29:
Short summary of fixes pull:
i915:
- Fix NULL-pointer deref
imx:
- dcss: Fix resource-size calculation
firmware:
- sysfb: Fix returned error code
The following changes since commit f112b68f273fb0121cb64e0c3ac06adcb91e32b8:
Merge v6.8-rc6 into drm-next (2024-02-26 11:41:07 +0100)
are available in the Git repository at:
https://anongit.freedesktop.org/git/drm/drm-misc tags/drm-misc-next-fixes-2024-02-29
for you to fetch changes up to 9cb3542aeeac31b3dd6b5a7d58b9b7d6fe9fd2bc:
drm/imx/dcss: fix resource size calculation (2024-02-28 09:16:59 +0000)
----------------------------------------------------------------
Short summary of fixes pull:
i915:
- Fix NULL-pointer deref
imx:
- dcss: Fix resource-size calculation
firmware:
- sysfb: Fix returned error code
----------------------------------------------------------------
Dan Carpenter (2):
firmware/sysfb: fix an error code in sysfb_init()
drm/imx/dcss: fix resource size calculation
Thomas Zimmermann (1):
Merge drm/drm-next into drm-misc-next-fixes
Tvrtko Ursulin (1):
drm/i915: Fix possible null pointer dereference after drm_dbg_printer conversion
drivers/firmware/sysfb.c | 4 +++-
drivers/gpu/drm/i915/gt/intel_engine_heartbeat.c | 4 ++--
drivers/gpu/drm/imx/dcss/dcss-dev.c | 4 +---
3 files changed, 6 insertions(+), 6 deletions(-)
--
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Frankenstrasse 146, 90461 Nuernberg, Germany
GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman
HRB 36809 (AG Nuernberg)
^ permalink raw reply [flat|nested] 27+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2024-03-07 12:46 Thomas Zimmermann
0 siblings, 0 replies; 27+ messages in thread
From: Thomas Zimmermann @ 2024-03-07 12:46 UTC (permalink / raw)
To: Dave Airlie, Daniel Vetter
Cc: Jani Nikula, Joonas Lahtinen, Tvrtko Ursulin, Rodrigo Vivi,
Thomas Zimmermann, Maarten Lankhorst, Maxime Ripard,
Thomas Hellström, Oded Gabbay, Lucas De Marchi, dri-devel,
intel-gfx, intel-xe, dim-tools
Hi Dave, Sima,
this is the weekly PR for drm-misc-next-fixes.
Best regards
Thomas
drm-misc-next-fixes-2024-03-07:
Short summary of fixes pull:
- i915: Fix applying placement flags
- fbdev: Fix build on PowerMacs after header cleanup
The following changes since commit c6d6a82d8a9f8f9326b760accaa532b839b80140:
Merge tag 'drm-misc-next-fixes-2024-02-29' of https://anongit.freedesktop.org/git/drm/drm-misc into drm-next (2024-03-01 19:38:13 +1000)
are available in the Git repository at:
https://anongit.freedesktop.org/git/drm/drm-misc tags/drm-misc-next-fixes-2024-03-07
for you to fetch changes up to 838f865802b9f26135ea7df4e30f89ac2f50c23e:
arch/powerpc: Remove <linux/fb.h> from backlight code (2024-03-07 13:34:14 +0100)
----------------------------------------------------------------
Short summary of fixes pull:
- i915: Fix applying placement flags
- fbdev: Fix build on PowerMacs after header cleanup
----------------------------------------------------------------
Christian König (1):
drm/i915: fix applying placement flag
Thomas Zimmermann (4):
Merge drm/drm-next into drm-misc-next-fixes
fbdev/chipsfb: Include <linux/backlight.h>
macintosh/via-pmu-backlight: Include <linux/backlight.h>
arch/powerpc: Remove <linux/fb.h> from backlight code
arch/powerpc/include/asm/backlight.h | 5 ++---
arch/powerpc/platforms/powermac/backlight.c | 26 --------------------------
drivers/gpu/drm/i915/gem/i915_gem_ttm.c | 2 +-
drivers/macintosh/via-pmu-backlight.c | 1 +
drivers/video/fbdev/chipsfb.c | 1 +
5 files changed, 5 insertions(+), 30 deletions(-)
--
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Frankenstrasse 146, 90461 Nuernberg, Germany
GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman
HRB 36809 (AG Nuernberg)
^ permalink raw reply [flat|nested] 27+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2024-03-14 8:28 Thomas Zimmermann
0 siblings, 0 replies; 27+ messages in thread
From: Thomas Zimmermann @ 2024-03-14 8:28 UTC (permalink / raw)
To: Dave Airlie, Daniel Vetter
Cc: Jani Nikula, Joonas Lahtinen, Tvrtko Ursulin, Rodrigo Vivi,
Thomas Zimmermann, Maarten Lankhorst, Maxime Ripard,
Thomas Hellström, Oded Gabbay, Lucas De Marchi, dri-devel,
intel-gfx, intel-xe, dim-tools
Hi Dave, Sima,
here's the PR for drm-misc-next-fixes for this week. There's a fix
for nouveau BOs and quite a few fixes for get_modes() functions.
Best regards
Thomas
drm-misc-next-fixes-2024-03-14:
Short summary of fixes pull:
probe-helper:
- never return negative values from .get_modes() plus driver fixes
nouveau:
- clear bo resource bus after eviction
- documentation fixes
The following changes since commit 838f865802b9f26135ea7df4e30f89ac2f50c23e:
arch/powerpc: Remove <linux/fb.h> from backlight code (2024-03-07 13:34:14 +0100)
are available in the Git repository at:
https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-fixes-2024-03-14
for you to fetch changes up to 9dd81b2e1ec72a3759f8d6bb6e9cbef93aab6227:
drm/exynos: simplify the return value handling in exynos_dp_get_modes() (2024-03-13 10:44:14 +0200)
----------------------------------------------------------------
Short summary of fixes pull:
probe-helper:
- never return negative values from .get_modes() plus driver fixes
nouveau:
- clear bo resource bus after eviction
- documentation fixes
----------------------------------------------------------------
Dave Airlie (1):
nouveau: reset the bo resource bus info after an eviction
Jani Nikula (8):
drm/probe-helper: warn about negative .get_modes()
drm/panel: do not return negative error codes from drm_panel_get_modes()
drm/exynos: do not return negative values from .get_modes()
drm/bridge: lt8912b: do not return negative values from .get_modes()
drm/imx/ipuv3: do not return negative values from .get_modes()
drm/vc4: hdmi: do not return negative values from .get_modes()
drm/bridge: lt9611uxc: use int for holding number of modes
drm/exynos: simplify the return value handling in exynos_dp_get_modes()
Timur Tabi (1):
drm/nouveau: fix kerneldoc warnings
drivers/gpu/drm/bridge/lontium-lt8912b.c | 16 +++++++---------
drivers/gpu/drm/bridge/lontium-lt9611uxc.c | 2 +-
drivers/gpu/drm/drm_panel.c | 17 +++++++++++------
drivers/gpu/drm/drm_probe_helper.c | 7 +++++++
drivers/gpu/drm/exynos/exynos_dp.c | 7 +++----
drivers/gpu/drm/exynos/exynos_drm_vidi.c | 4 ++--
drivers/gpu/drm/exynos/exynos_hdmi.c | 4 ++--
drivers/gpu/drm/imx/ipuv3/parallel-display.c | 4 ++--
drivers/gpu/drm/nouveau/nouveau_bo.c | 2 ++
drivers/gpu/drm/nouveau/nvkm/subdev/gsp/r535.c | 9 +++++++++
drivers/gpu/drm/vc4/vc4_hdmi.c | 2 +-
include/drm/drm_modeset_helper_vtables.h | 3 ++-
12 files changed, 49 insertions(+), 28 deletions(-)
--
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Frankenstrasse 146, 90461 Nuernberg, Germany
GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman
HRB 36809 (AG Nuernberg)
^ permalink raw reply [flat|nested] 27+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2024-03-21 16:19 Thomas Zimmermann
0 siblings, 0 replies; 27+ messages in thread
From: Thomas Zimmermann @ 2024-03-21 16:19 UTC (permalink / raw)
To: Dave Airlie, Daniel Vetter
Cc: Jani Nikula, Joonas Lahtinen, Tvrtko Ursulin, Rodrigo Vivi,
Thomas Zimmermann, Maarten Lankhorst, Maxime Ripard,
Thomas Hellström, Oded Gabbay, Lucas De Marchi, dri-devel,
intel-gfx, intel-xe, dim-tools
Hi Dave, Sima,
here's the drm-misc-next-fixes PR for this week.
Best regards
Thomas
drm-misc-next-fixes-2024-03-21:
Short summary of fixes pull:
core:
- fix rounding in drm_fixp2int_round()
bridge:
- fix documentation for DRM_BRIDGE_OP_EDID
nouveau:
- don't check devinit disable on GSP
sun4i:
- fix 64-bit division on 32-bit architectures
tests:
- fix dependency on DRM_KMS_HELPER
The following changes since commit 9dd81b2e1ec72a3759f8d6bb6e9cbef93aab6227:
drm/exynos: simplify the return value handling in exynos_dp_get_modes() (2024-03-13 10:44:14 +0200)
are available in the Git repository at:
https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-fixes-2024-03-21
for you to fetch changes up to 5d4e8ae6e57b025802aadf55a4775c55cceb75f1:
nouveau/gsp: don't check devinit disable on GSP. (2024-03-19 14:34:55 +0100)
----------------------------------------------------------------
Short summary of fixes pull:
core:
- fix rounding in drm_fixp2int_round()
bridge:
- fix documentation for DRM_BRIDGE_OP_EDID
nouveau:
- don't check devinit disable on GSP
sun4i:
- fix 64-bit division on 32-bit architectures
tests:
- fix dependency on DRM_KMS_HELPER
----------------------------------------------------------------
Arthur Grillo (1):
drm: Fix drm_fixp2int_round() making it add 0.5
Dave Airlie (1):
nouveau/gsp: don't check devinit disable on GSP.
Dmitry Baryshkov (1):
drm/bridge: correct DRM_BRIDGE_OP_EDID documentation
Karolina Stolarek (1):
drm/tests: Build KMS helpers when DRM_KUNIT_TEST_HELPERS is enabled
Maxime Ripard (1):
drm/sun4i: hdmi: Fix u64 div on 32bit arch
drivers/gpu/drm/Kconfig | 2 +-
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/r535.c | 1 -
drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c | 2 +-
include/drm/drm_bridge.h | 4 ++--
include/drm/drm_fixed.h | 3 +--
5 files changed, 5 insertions(+), 7 deletions(-)
--
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Frankenstrasse 146, 90461 Nuernberg, Germany
GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman
HRB 36809 (AG Nuernberg)
^ permalink raw reply [flat|nested] 27+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2024-05-08 10:36 Maarten Lankhorst
0 siblings, 0 replies; 27+ messages in thread
From: Maarten Lankhorst @ 2024-05-08 10:36 UTC (permalink / raw)
To: Daniel Vetter, Dave Airlie
Cc: dim-tools, intel-xe, intel-gfx, dri-devel, Lucas De Marchi,
Oded Gabbay, Thomas Hellström, Maxime Ripard,
Maarten Lankhorst, Thomas Zimmermann, Rodrigo Vivi,
Tvrtko Ursulin, Joonas Lahtinen, Jani Nikula
Hi Dave, Sima,
drm-misc-next-fixes for v6.10-rc1.
There was some discussion on certain cherry picks I did,
specifically the one for hiding fbdev address. There is some potential
to cause regressions on ARM by hiding the physical address, but I think
it should be fine to move ahead. This is why a pull request didn't make
it in time last week.
Hope the extra time at least gave more chance of detection of potential
regressions.
Cheers,
Maarten
drm-misc-next-fixes-2024-05-08:
drm-misc-next-fixes for v6.10-rc1:
- panthor fixes.
- Reverting Kconfig changes, and moving drm options to submenu.
- Hide physical fb address in fb helper.
- zynqmp bridge fix.
- Revert broken ti-sn65dsi83 fix.
The following changes since commit 4a56c0ed5aa0bcbe1f5f7d755fb1fe1ebf48ae9c:
Merge tag 'amd-drm-next-6.10-2024-04-26' of
https://gitlab.freedesktop.org/agd5f/linux into drm-next (2024-04-30
14:43:00 +1000)
are available in the Git repository at:
https://gitlab.freedesktop.org/drm/misc/kernel.git
tags/drm-misc-next-fixes-2024-05-08
for you to fetch changes up to be3f3042391d061cfca2bd22630e0d101acea5fc:
drm: zynqmp_dpsub: Always register bridge (2024-05-02 23:40:56 +0200)
----------------------------------------------------------------
drm-misc-next-fixes for v6.10-rc1:
- panthor fixes.
- Reverting Kconfig changes, and moving drm options to submenu.
- Hide physical fb address in fb helper.
- zynqmp bridge fix.
- Revert broken ti-sn65dsi83 fix.
----------------------------------------------------------------
Boris Brezillon (3):
drm/panthor: Kill the faulty_slots variable in
panthor_sched_suspend()
drm/panthor: Make sure we handle 'unknown group state' case properly
drm/panthor: Fix the FW reset logic
Geert Uytterhoeven (11):
Revert "drm: fix DRM_DISPLAY_DP_HELPER dependencies, part 2"
Revert "drm/display: Select DRM_KMS_HELPER for DP helpers"
Revert "drm/bridge: dw-hdmi: Make DRM_DW_HDMI selectable"
Revert "drm: fix DRM_DISPLAY_DP_HELPER dependencies"
Revert "drm: Switch DRM_DISPLAY_HDMI_HELPER to depends on"
Revert "drm: Switch DRM_DISPLAY_HDCP_HELPER to depends on"
Revert "drm: Switch DRM_DISPLAY_DP_HELPER to depends on"
Revert "drm: Switch DRM_DISPLAY_DP_AUX_BUS to depends on"
Revert "drm: Switch DRM_DISPLAY_HELPER to depends on"
Revert "drm: Make drivers depends on DRM_DW_HDMI"
Revert "drm/display: Make all helpers visible and switch to
depends on"
Jocelyn Falempe (1):
drm/fb_dma: Add checks in drm_fb_dma_get_scanout_buffer()
Luca Ceresoli (1):
Revert "drm/bridge: ti-sn65dsi83: Fix enable error path"
Masahiro Yamada (1):
drm: move DRM-related CONFIG options into DRM submenu
Sean Anderson (1):
drm: zynqmp_dpsub: Always register bridge
Thomas Zimmermann (1):
drm/fbdev-generic: Do not set physical framebuffer address
drivers/gpu/drm/Kconfig | 20 +++++++-------
drivers/gpu/drm/amd/amdgpu/Kconfig | 12 ++++-----
drivers/gpu/drm/bridge/Kconfig | 28 ++++++++++----------
drivers/gpu/drm/bridge/analogix/Kconfig | 18 ++++++-------
drivers/gpu/drm/bridge/cadence/Kconfig | 8 +++---
drivers/gpu/drm/bridge/imx/Kconfig | 4 +--
drivers/gpu/drm/bridge/synopsys/Kconfig | 6 ++---
drivers/gpu/drm/bridge/ti-sn65dsi83.c | 1 -
drivers/gpu/drm/display/Kconfig | 32 +++++++++-------------
drivers/gpu/drm/drm_fb_dma_helper.c | 3 +++
drivers/gpu/drm/drm_fbdev_generic.c | 1 -
drivers/gpu/drm/exynos/Kconfig | 4 +--
drivers/gpu/drm/i915/Kconfig | 8 +++---
drivers/gpu/drm/imx/ipuv3/Kconfig | 5 ++--
drivers/gpu/drm/ingenic/Kconfig | 2 +-
drivers/gpu/drm/mediatek/Kconfig | 6 ++---
drivers/gpu/drm/meson/Kconfig | 2 +-
drivers/gpu/drm/msm/Kconfig | 8 +++---
drivers/gpu/drm/nouveau/Kconfig | 10 +++----
drivers/gpu/drm/panel/Kconfig | 32 +++++++++++-----------
drivers/gpu/drm/panthor/panthor_fw.c | 7 ++---
drivers/gpu/drm/panthor/panthor_sched.c | 47
++++++++++++++++++++++++++-------
drivers/gpu/drm/radeon/Kconfig | 8 +++---
drivers/gpu/drm/renesas/rcar-du/Kconfig | 2 +-
drivers/gpu/drm/rockchip/Kconfig | 10 +++----
drivers/gpu/drm/sun4i/Kconfig | 2 +-
drivers/gpu/drm/tegra/Kconfig | 8 +++---
drivers/gpu/drm/vc4/Kconfig | 10 +++----
drivers/gpu/drm/xe/Kconfig | 13 ++++-----
drivers/gpu/drm/xlnx/Kconfig | 8 +++---
drivers/gpu/drm/xlnx/zynqmp_dpsub.c | 7 +++--
31 files changed, 172 insertions(+), 160 deletions(-)
^ permalink raw reply [flat|nested] 27+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2024-05-16 15:00 Maarten Lankhorst
0 siblings, 0 replies; 27+ messages in thread
From: Maarten Lankhorst @ 2024-05-16 15:00 UTC (permalink / raw)
To: Daniel Vetter, Dave Airlie
Cc: dim-tools, intel-xe, intel-gfx, dri-devel, Lucas De Marchi,
Oded Gabbay, Thomas Hellström, Maxime Ripard,
Maarten Lankhorst, Thomas Zimmermann, Rodrigo Vivi,
Tvrtko Ursulin, Joonas Lahtinen, Jani Nikula
drm-misc-next-fixes-2024-05-16:
drm-misc-next-fixes for v6.10-rc1:
- VM_BIND fix for nouveau.
- Lots of panthor fixes:
* Fixes for panthor's heap logical block.
* Reset on unrecoverable fault
* Fix VM references.
* Reset fix.
- xlnx compile and doc fixes.
The following changes since commit be3f3042391d061cfca2bd22630e0d101acea5fc:
drm: zynqmp_dpsub: Always register bridge (2024-05-02 23:40:56 +0200)
are available in the Git repository at:
https://gitlab.freedesktop.org/drm/misc/kernel.git
tags/drm-misc-next-fixes-2024-05-16
for you to fetch changes up to 959314c438caf1b62d787f02d54a193efda38880:
drm/nouveau: use tile_mode and pte_kind for VM_BIND bo allocations
(2024-05-13 22:27:33 +0200)
----------------------------------------------------------------
drm-misc-next-fixes for v6.10-rc1:
- VM_BIND fix for nouveau.
- Lots of panthor fixes:
* Fixes for panthor's heap logical block.
* Reset on unrecoverable fault
* Fix VM references.
* Reset fix.
- xlnx compile and doc fixes.
----------------------------------------------------------------
Anatoliy Klymenko (2):
drm: xlnx: zynqmp_dpsub: Fix few function comments
drm: xlnx: zynqmp_dpsub: Fix compilation error
Antonino Maniscalco (1):
drm/panthor: Fix tiler OOM handling to allow incremental rendering
Boris Brezillon (8):
drm/panthor: Make sure the tiler initial/max chunks are consistent
drm/panthor: Relax the constraints on the tiler chunk size
drm/panthor: Fix an off-by-one in the heap context retrieval logic
drm/panthor: Document drm_panthor_tiler_heap_destroy::handle
validity constraints
drm/panthor: Force an immediate reset on unrecoverable faults
drm/panthor: Keep a ref to the VM at the panthor_kernel_bo level
drm/panthor: Reset the FW VM to NULL on unplug
drm/panthor: Call panthor_sched_post_reset() even if the reset failed
Mohamed Ahmed (1):
drm/nouveau: use tile_mode and pte_kind for VM_BIND bo allocations
drivers/gpu/drm/nouveau/nouveau_abi16.c | 3 ++
drivers/gpu/drm/nouveau/nouveau_bo.c | 44
+++++++++++++----------------
drivers/gpu/drm/panthor/panthor_device.c | 8 ++----
drivers/gpu/drm/panthor/panthor_device.h | 1 +
drivers/gpu/drm/panthor/panthor_fw.c | 5 ++--
drivers/gpu/drm/panthor/panthor_gem.c | 8 ++++--
drivers/gpu/drm/panthor/panthor_gem.h | 8 ++++--
drivers/gpu/drm/panthor/panthor_heap.c | 36 ++++++++++++++----------
drivers/gpu/drm/panthor/panthor_sched.c | 48
+++++++++++++++++++++++---------
drivers/gpu/drm/panthor/panthor_sched.h | 2 +-
drivers/gpu/drm/xlnx/zynqmp_disp.c | 6 ++--
include/uapi/drm/nouveau_drm.h | 7 +++++
include/uapi/drm/panthor_drm.h | 20 ++++++++++---
13 files changed, 123 insertions(+), 73 deletions(-)
^ permalink raw reply [flat|nested] 27+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2024-05-23 4:41 Maarten Lankhorst
0 siblings, 0 replies; 27+ messages in thread
From: Maarten Lankhorst @ 2024-05-23 4:41 UTC (permalink / raw)
To: Daniel Vetter, Dave Airlie
Cc: dim-tools, intel-xe, intel-gfx, dri-devel, Lucas De Marchi,
Oded Gabbay, Thomas Hellström, Maxime Ripard,
Maarten Lankhorst, Thomas Zimmermann, Rodrigo Vivi,
Tvrtko Ursulin, Joonas Lahtinen, Jani Nikula
drm-misc-next-fixes-2024-05-23:
drm-misc-next-fixes for v6.10-rc1:
- MST null deref fix.
- Don't let next bridge create connector in adv7511 to make probe work.
The following changes since commit 959314c438caf1b62d787f02d54a193efda38880:
drm/nouveau: use tile_mode and pte_kind for VM_BIND bo allocations
(2024-05-13 22:27:33 +0200)
are available in the Git repository at:
https://gitlab.freedesktop.org/drm/misc/kernel.git
tags/drm-misc-next-fixes-2024-05-23
for you to fetch changes up to 5a507b7d2be15fddb95bf8dee01110b723e2bcd9:
drm/mst: Fix NULL pointer dereference at drm_dp_add_payload_part2
(2024-05-21 16:36:59 -0400)
----------------------------------------------------------------
drm-misc-next-fixes for v6.10-rc1:
- MST null deref fix.
- Don't let next bridge create connector in adv7511 to make probe work.
----------------------------------------------------------------
Liu Ying (1):
drm/bridge: adv7511: Attach next bridge without creating connector
Wayne Lin (1):
drm/mst: Fix NULL pointer dereference at drm_dp_add_payload_part2
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 2 +-
drivers/gpu/drm/bridge/adv7511/adv7511_drv.c | 3 ++-
drivers/gpu/drm/display/drm_dp_mst_topology.c | 4 +---
drivers/gpu/drm/i915/display/intel_dp_mst.c | 2 +-
drivers/gpu/drm/nouveau/dispnv50/disp.c | 2 +-
include/drm/display/drm_dp_mst_helper.h | 1 -
6 files changed, 6 insertions(+), 8 deletions(-)
^ permalink raw reply [flat|nested] 27+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2024-06-06 22:12 Maarten Lankhorst
0 siblings, 0 replies; 27+ messages in thread
From: Maarten Lankhorst @ 2024-06-06 22:12 UTC (permalink / raw)
To: Daniel Vetter, Dave Airlie
Cc: dim-tools, intel-xe, intel-gfx, dri-devel, Lucas De Marchi,
Oded Gabbay, Thomas Hellström, Maxime Ripard,
Maarten Lankhorst, Thomas Zimmermann, Rodrigo Vivi,
Tvrtko Ursulin, Joonas Lahtinen, Jani Nikula
Hi Dave, Sima,
Pull request for a single patch lost in the wrong tree.
Cheers,
~Maarten
drm-misc-next-fixes-2024-06-07:
drm-misc-next-fixes for v6.10-rc3:
- Single unused struct removal that should have been in -fixes.
The following changes since commit 5a507b7d2be15fddb95bf8dee01110b723e2bcd9:
drm/mst: Fix NULL pointer dereference at drm_dp_add_payload_part2
(2024-05-21 16:36:59 -0400)
are available in the Git repository at:
https://gitlab.freedesktop.org/drm/misc/kernel.git
tags/drm-misc-next-fixes-2024-06-07
for you to fetch changes up to 539d33b5783804f22a62bd62ff463dfd1cef4265:
drm/komeda: remove unused struct 'gamma_curve_segment' (2024-05-31
12:09:51 +0100)
----------------------------------------------------------------
drm-misc-next-fixes for v6.10-rc3:
- Single unused struct removal that should have been in -fixes.
----------------------------------------------------------------
Dr. David Alan Gilbert (1):
drm/komeda: remove unused struct 'gamma_curve_segment'
drivers/gpu/drm/arm/display/komeda/komeda_color_mgmt.c | 5 -----
1 file changed, 5 deletions(-)
^ permalink raw reply [flat|nested] 27+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2024-07-11 11:43 Maxime Ripard
0 siblings, 0 replies; 27+ messages in thread
From: Maxime Ripard @ 2024-07-11 11:43 UTC (permalink / raw)
To: Dave Airlie, Daniel Vetter
Cc: Jani Nikula, Joonas Lahtinen, Tvrtko Ursulin, Rodrigo Vivi,
Thomas Zimmermann, Maarten Lankhorst, Maxime Ripard,
Thomas Hellström, Oded Gabbay, Lucas De Marchi, dri-devel,
intel-gfx, intel-xe, dim-tools
[-- Attachment #1: Type: text/plain, Size: 1806 bytes --]
Hi,
Here's this week drm-misc-next-fixes PR
Thanks!
Maxime
drm-misc-next-fixes-2024-07-11:
A fix for fbdev on big endian systems, a condition fix for a sharp panel
at removal, and a fix for qxl to prevent unpinned buffer access under
certain conditions.
The following changes since commit 896868eded124059023be0af92d68cdaf9b4de70:
drm/panthor: Record devfreq busy as soon as a job is started (2024-07-04 09:29:55 +0100)
are available in the Git repository at:
https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-fixes-2024-07-11
for you to fetch changes up to c537fb4e3d36e7cd1a0837dd577cd30d3d64f1bc:
drm/qxl: Pin buffer objects for internal mappings (2024-07-10 09:12:42 +0200)
----------------------------------------------------------------
A fix for fbdev on big endian systems, a condition fix for a sharp panel
at removal, and a fix for qxl to prevent unpinned buffer access under
certain conditions.
----------------------------------------------------------------
Douglas Anderson (1):
drm/panel: sharp-lq101r1sx01: Fixed reversed "if" in remove
Maxime Ripard (1):
Merge drm-misc-next-2024-07-04 into drm-misc-next-fixes
Thomas Huth (1):
drm/fbdev-dma: Fix framebuffer mode for big endian devices
Thomas Zimmermann (1):
drm/qxl: Pin buffer objects for internal mappings
drivers/gpu/drm/arm/display/komeda/komeda_color_mgmt.c | 5 -----
drivers/gpu/drm/drm_fbdev_dma.c | 3 ++-
drivers/gpu/drm/panel/panel-sharp-lq101r1sx01.c | 2 +-
drivers/gpu/drm/qxl/qxl_display.c | 14 +++++++-------
drivers/gpu/drm/qxl/qxl_object.c | 13 +++++++++++--
drivers/gpu/drm/qxl/qxl_object.h | 4 ++--
6 files changed, 23 insertions(+), 18 deletions(-)
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 273 bytes --]
^ permalink raw reply [flat|nested] 27+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2024-07-19 7:39 Maxime Ripard
0 siblings, 0 replies; 27+ messages in thread
From: Maxime Ripard @ 2024-07-19 7:39 UTC (permalink / raw)
To: Dave Airlie, Daniel Vetter
Cc: Jani Nikula, Joonas Lahtinen, Tvrtko Ursulin, Rodrigo Vivi,
Thomas Zimmermann, Maarten Lankhorst, Maxime Ripard,
Thomas Hellström, Oded Gabbay, Lucas De Marchi, dri-devel,
intel-gfx, intel-xe, dim-tools
[-- Attachment #1: Type: text/plain, Size: 1209 bytes --]
Hi,
Here's this week drm-misc-next-fixes PR
Thanks!
Maxime
drm-misc-next-fixes-2024-07-19:
Two fixes for v3d to fix an array indexing on newer V3D revisions.
The following changes since commit c537fb4e3d36e7cd1a0837dd577cd30d3d64f1bc:
drm/qxl: Pin buffer objects for internal mappings (2024-07-10 09:12:42 +0200)
are available in the Git repository at:
https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-fixes-2024-07-19
for you to fetch changes up to 1fe1c66274fb80cc1ac42e0d38917d53adc7d7a3:
drm/v3d: Fix Indirect Dispatch configuration for V3D 7.1.6 and later (2024-07-15 12:49:52 -0300)
----------------------------------------------------------------
Two fixes for v3d to fix an array indexing on newer V3D revisions.
----------------------------------------------------------------
Maíra Canal (2):
drm/v3d: Add V3D tech revision to the device information
drm/v3d: Fix Indirect Dispatch configuration for V3D 7.1.6 and later
drivers/gpu/drm/v3d/v3d_drv.c | 5 ++++-
drivers/gpu/drm/v3d/v3d_drv.h | 8 +++++---
drivers/gpu/drm/v3d/v3d_sched.c | 16 +++++++++++++---
3 files changed, 22 insertions(+), 7 deletions(-)
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 27+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2024-07-25 14:59 Maxime Ripard
0 siblings, 0 replies; 27+ messages in thread
From: Maxime Ripard @ 2024-07-25 14:59 UTC (permalink / raw)
To: Dave Airlie, Daniel Vetter
Cc: Jani Nikula, Joonas Lahtinen, Tvrtko Ursulin, Rodrigo Vivi,
Thomas Zimmermann, Maarten Lankhorst, Maxime Ripard,
Thomas Hellström, Oded Gabbay, Lucas De Marchi, dri-devel,
intel-gfx, intel-xe, dim-tools
[-- Attachment #1: Type: text/plain, Size: 997 bytes --]
Hi,
Here's this week drm-misc-next-fixes PR
Maxime
drm-misc-next-fixes-2024-07-25:
A single fix for a panel compatible
The following changes since commit 1fe1c66274fb80cc1ac42e0d38917d53adc7d7a3:
drm/v3d: Fix Indirect Dispatch configuration for V3D 7.1.6 and later (2024-07-15 12:49:52 -0300)
are available in the Git repository at:
https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-fixes-2024-07-25
for you to fetch changes up to b6f7d984ebf826069d3dc6fa187b4d1cfb90f965:
dt-bindings: display: panel: samsung,atna33xc20: Document ATNA45AF01 (2024-07-22 08:40:32 -0700)
----------------------------------------------------------------
A single fix for a panel compatible
----------------------------------------------------------------
Stephan Gerhold (1):
dt-bindings: display: panel: samsung,atna33xc20: Document ATNA45AF01
.../devicetree/bindings/display/panel/samsung,atna33xc20.yaml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 273 bytes --]
^ permalink raw reply [flat|nested] 27+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2024-09-05 11:38 Thomas Zimmermann
0 siblings, 0 replies; 27+ messages in thread
From: Thomas Zimmermann @ 2024-09-05 11:38 UTC (permalink / raw)
To: Dave Airlie, Simona Vetter
Cc: Jani Nikula, Joonas Lahtinen, Tvrtko Ursulin, Rodrigo Vivi,
Thomas Zimmermann, Maarten Lankhorst, Maxime Ripard,
Thomas Hellström, Oded Gabbay, Lucas De Marchi, dri-devel,
intel-gfx, intel-xe, dim-tools
Hi Dave, Sima,
here's the drm-misc-next-fixes PR for this week. I cherry-picked
the fix from drm-misc-next, as there will be no more PRs for the
latter branch in this release cycle.
Best regards
Thomas
drm-misc-next-fixes-2024-09-05:
Short summary of fixes pull:
tegra:
- Fix uninitialized variable in EDID code
The following changes since commit e066e9aa4d9c869c92d1d03647472e4ce96c0919:
MAINATINERS: update drm maintainer contacts (2024-09-03 20:07:57 +0200)
are available in the Git repository at:
https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-fixes-2024-09-05
for you to fetch changes up to ba2b9de0c1ac2abfbe663414a292c5881e64c361:
drm/tegra: fix potential uninitialized variable use (2024-09-05 12:40:18 +0200)
----------------------------------------------------------------
Short summary of fixes pull:
tegra:
- Fix uninitialized variable in EDID code
----------------------------------------------------------------
Jani Nikula (1):
drm/tegra: fix potential uninitialized variable use
drivers/gpu/drm/tegra/output.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Frankenstrasse 146, 90461 Nuernberg, Germany
GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman
HRB 36809 (AG Nuernberg)
^ permalink raw reply [flat|nested] 27+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2024-11-28 13:01 Maarten Lankhorst
0 siblings, 0 replies; 27+ messages in thread
From: Maarten Lankhorst @ 2024-11-28 13:01 UTC (permalink / raw)
To: Simona Vetter, Dave Airlie
Cc: dim-tools, intel-xe, intel-gfx, dri-devel, Lucas De Marchi,
Oded Gabbay, Thomas Hellström, Maxime Ripard,
Maarten Lankhorst, Thomas Zimmermann, Rodrigo Vivi,
Tvrtko Ursulin, Joonas Lahtinen, Jani Nikula
Hi Dave, Simona,
A pull request with a single obvious patch in it. Consequently it's very likely to break the world and everything in it. As famous last words I'll add: "the affected source file seems to compile on 32-bits and 64-bits x86".
Cheers,
~Maarten
drm-misc-next-fixes-2024-11-28:
A single buildfix for 32-bits rockchip compilation.
The following changes since commit a163b895077861598be48c1cf7f4a88413c28b22:
Merge tag 'drm-xe-next-fixes-2024-11-15' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-next (2024-11-18 13:38:46 +1000)
are available in the Git repository at:
https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-fixes-2024-11-28
for you to fetch changes up to 818956c76517e127fad8cf02cd29866e0a852072:
drm/rockchip: avoid 64-bit division (2024-11-22 10:11:39 +0100)
----------------------------------------------------------------
A single buildfix for 32-bits rockchip compilation.
----------------------------------------------------------------
Arnd Bergmann (1):
drm/rockchip: avoid 64-bit division
drivers/gpu/drm/rockchip/dw_hdmi_qp-rockchip.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
^ permalink raw reply [flat|nested] 27+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2025-01-16 8:45 Maxime Ripard
0 siblings, 0 replies; 27+ messages in thread
From: Maxime Ripard @ 2025-01-16 8:45 UTC (permalink / raw)
To: Dave Airlie, Simona Vetter
Cc: Jani Nikula, Joonas Lahtinen, Tvrtko Ursulin, Rodrigo Vivi,
Thomas Zimmermann, Maarten Lankhorst, Maxime Ripard,
Thomas Hellström, Oded Gabbay, Lucas De Marchi, dri-devel,
intel-gfx, intel-xe, dim-tools
[-- Attachment #1: Type: text/plain, Size: 2166 bytes --]
Hi,
Here's this week drm-misc-next-fixes PR.
Thanks!
Maxime
drm-misc-next-fixes-2025-01-16:
Several fixes for the new dmem cgroup controller and the HDMI framework
audio support
The following changes since commit 24c61d553302ee49e9c21dd251275ba8c36dcfe4:
Merge tag 'drm-msm-next-2025-01-07' of gitlab.freedesktop.org:drm/msm into drm-next (2025-01-13 11:14:07 +1000)
are available in the Git repository at:
https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-fixes-2025-01-16
for you to fetch changes up to f1359f46f1f1305340970b5073240126fe87254f:
drm/bridge: fix documentation for the hdmi_audio_prepare() callback (2025-01-15 12:32:47 +0200)
----------------------------------------------------------------
Several fixes for the new dmem cgroup controller and the HDMI framework
audio support
----------------------------------------------------------------
Cristian Ciocaltea (1):
drm/display: hdmi: Do not read EDID on disconnected connectors
Dmitry Baryshkov (2):
drm/display: hdmi-state-helper: add drm_display_mode declaration
drm/bridge: fix documentation for the hdmi_audio_prepare() callback
Jiapeng Chong (1):
kernel/cgroup: Remove the unused variable climit
Liu Ying (2):
drm/connector: hdmi: Do atomic check when necessary
drm/tests: hdmi: Add connector disablement test
Maxime Ripard (5):
Merge drm/drm-next into drm-misc-next-fixes
cgroup/dmem: Select PAGE_COUNTER
cgroup/dmem: Fix parameters documentation
drm/doc: Include new drm-compute documentation
doc/cgroup: Fix title underline length
Documentation/core-api/cgroup.rst | 2 +-
Documentation/gpu/index.rst | 1 +
drivers/gpu/drm/display/drm_hdmi_state_helper.c | 5 +++
drivers/gpu/drm/tests/drm_hdmi_state_helper_test.c | 52 ++++++++++++++++++++++
include/drm/display/drm_hdmi_state_helper.h | 1 +
include/drm/drm_bridge.h | 2 +-
init/Kconfig | 1 +
kernel/cgroup/dmem.c | 10 ++---
8 files changed, 65 insertions(+), 9 deletions(-)
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 273 bytes --]
^ permalink raw reply [flat|nested] 27+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2025-01-24 15:25 Maarten Lankhorst
2025-01-24 16:09 ` Simona Vetter
0 siblings, 1 reply; 27+ messages in thread
From: Maarten Lankhorst @ 2025-01-24 15:25 UTC (permalink / raw)
To: Simona Vetter, Dave Airlie
Cc: dim-tools, intel-xe, intel-gfx, dri-devel, Lucas De Marchi,
Oded Gabbay, Thomas Hellström, Maxime Ripard,
Maarten Lankhorst, Thomas Zimmermann, Rodrigo Vivi,
Tvrtko Ursulin, Joonas Lahtinen, Jani Nikula
Hi Dave, Simona,
Oops, I messsed up the pull request, didn't see the other commits in the
branch.
Additionally:
- Fix bogus Kconfig change in cgroup/rdma
- Kernel doc fixup for xlnx.
- virtio UAF in virtgpu
Cheers,
~Maarten
drm-misc-next-fixes-2025-01-24:
drm-misc-next-fixes for v6.14-rc1:
- Fix a serious regression from commit e4b5ccd392b9 ("drm/v3d: Ensure
job pointer is set to NULL after job completion")
The following changes since commit 07c5b277208cf9a9e9cf31bf0143977d7f030aa1:
Merge v6.13 into drm-next (2025-01-23 14:42:21 +0100)
are available in the Git repository at:
https://gitlab.freedesktop.org/drm/misc/kernel.git
tags/drm-misc-next-fixes-2025-01-24
for you to fetch changes up to 6e64d6b3a3c39655de56682ec83e894978d23412:
drm/v3d: Assign job pointer to NULL before signaling the fence
(2025-01-23 16:15:01 -0300)
----------------------------------------------------------------
drm-misc-next-fixes for v6.14-rc1:
- Fix a serious regression from commit e4b5ccd392b9 ("drm/v3d: Ensure
job pointer is set to NULL after job completion")
----------------------------------------------------------------
Geert Uytterhoeven (1):
cgroup/rdma: Drop bogus PAGE_COUNTER select
Maarten Lankhorst (1):
Merge remote-tracking branch 'drm/drm-next' into drm-misc-next-fixes
Maíra Canal (1):
drm/v3d: Assign job pointer to NULL before signaling the fence
Tomi Valkeinen (1):
drm: xlnx: zynqmp_dpsub: Fix kernel doc
Vivek Kasireddy (1):
drm/virtio: Fix UAF in virtgpu_dma_buf_free_obj()
Documentation/gpu/zynqmp.rst | 2 --
drivers/gpu/drm/v3d/v3d_irq.c | 16 ++++++++++++----
drivers/gpu/drm/virtio/virtgpu_prime.c | 11 ++++++-----
drivers/gpu/drm/xlnx/zynqmp_dpsub.h | 1 +
init/Kconfig | 1 -
5 files changed, 19 insertions(+), 12 deletions(-)
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [PULL] drm-misc-next-fixes
2025-01-24 15:25 Maarten Lankhorst
@ 2025-01-24 16:09 ` Simona Vetter
0 siblings, 0 replies; 27+ messages in thread
From: Simona Vetter @ 2025-01-24 16:09 UTC (permalink / raw)
To: Maarten Lankhorst
Cc: Simona Vetter, Dave Airlie, dim-tools, intel-xe, intel-gfx,
dri-devel, Lucas De Marchi, Oded Gabbay, Thomas Hellström,
Maxime Ripard, Thomas Zimmermann, Rodrigo Vivi, Tvrtko Ursulin,
Joonas Lahtinen, Jani Nikula
On Fri, Jan 24, 2025 at 04:25:32PM +0100, Maarten Lankhorst wrote:
> Hi Dave, Simona,
>
> Oops, I messsed up the pull request, didn't see the other commits in the
> branch.
>
> Additionally:
> - Fix bogus Kconfig change in cgroup/rdma
> - Kernel doc fixup for xlnx.
> - virtio UAF in virtgpu
Ah here it was, I only looked at the annotated tag and was wondering why
you didn't include these. Already typed up my own version.
btw dim allows you to redo a pr, it just adds a suffix to the tag name.
> Cheers,
> ~Maarten
>
> drm-misc-next-fixes-2025-01-24:
> drm-misc-next-fixes for v6.14-rc1:
> - Fix a serious regression from commit e4b5ccd392b9 ("drm/v3d: Ensure
> job pointer is set to NULL after job completion")
> The following changes since commit 07c5b277208cf9a9e9cf31bf0143977d7f030aa1:
>
> Merge v6.13 into drm-next (2025-01-23 14:42:21 +0100)
>
> are available in the Git repository at:
>
> https://gitlab.freedesktop.org/drm/misc/kernel.git
> tags/drm-misc-next-fixes-2025-01-24
>
> for you to fetch changes up to 6e64d6b3a3c39655de56682ec83e894978d23412:
Pulled, thanks a lot.
-Sima
>
> drm/v3d: Assign job pointer to NULL before signaling the fence (2025-01-23
> 16:15:01 -0300)
>
> ----------------------------------------------------------------
> drm-misc-next-fixes for v6.14-rc1:
> - Fix a serious regression from commit e4b5ccd392b9 ("drm/v3d: Ensure
> job pointer is set to NULL after job completion")
>
> ----------------------------------------------------------------
> Geert Uytterhoeven (1):
> cgroup/rdma: Drop bogus PAGE_COUNTER select
>
> Maarten Lankhorst (1):
> Merge remote-tracking branch 'drm/drm-next' into drm-misc-next-fixes
>
> Maíra Canal (1):
> drm/v3d: Assign job pointer to NULL before signaling the fence
>
> Tomi Valkeinen (1):
> drm: xlnx: zynqmp_dpsub: Fix kernel doc
>
> Vivek Kasireddy (1):
> drm/virtio: Fix UAF in virtgpu_dma_buf_free_obj()
>
> Documentation/gpu/zynqmp.rst | 2 --
> drivers/gpu/drm/v3d/v3d_irq.c | 16 ++++++++++++----
> drivers/gpu/drm/virtio/virtgpu_prime.c | 11 ++++++-----
> drivers/gpu/drm/xlnx/zynqmp_dpsub.h | 1 +
> init/Kconfig | 1 -
> 5 files changed, 19 insertions(+), 12 deletions(-)
--
Simona Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
^ permalink raw reply [flat|nested] 27+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2025-03-13 18:01 Thomas Zimmermann
0 siblings, 0 replies; 27+ messages in thread
From: Thomas Zimmermann @ 2025-03-13 18:01 UTC (permalink / raw)
To: Dave Airlie, Simona Vetter
Cc: Jani Nikula, Joonas Lahtinen, Tvrtko Ursulin, Rodrigo Vivi,
Thomas Zimmermann, Maarten Lankhorst, Maxime Ripard,
Thomas Hellström, Oded Gabbay, Lucas De Marchi, dri-devel,
intel-gfx, intel-xe, dim-tools
Hi Dave, Sima,
here's the first PR from drm-misc-next-fixes for this release cycle.
Just one patch this week.
Best regards
Thomas
drm-misc-next-fixes-2025-03-13:
Short summary of fixes pull:
appletbdrm:
- Fix device refcount
The following changes since commit d65a27f95f6ab236b1a788d9bc463d24a8b2aebe:
Merge tag 'drm-misc-next-2025-03-06' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next (2025-03-07 09:55:50 +1000)
are available in the Git repository at:
https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-fixes-2025-03-13
for you to fetch changes up to 914ee6e730e134410b77edc453b629767e84c32c:
drm/appletbdrm: Fix ref-counting on dmadev (2025-03-10 10:54:24 +0100)
----------------------------------------------------------------
Short summary of fixes pull:
appletbdrm:
- Fix device refcount
----------------------------------------------------------------
Thomas Zimmermann (1):
drm/appletbdrm: Fix ref-counting on dmadev
drivers/gpu/drm/tiny/appletbdrm.c | 1 -
1 file changed, 1 deletion(-)
--
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Frankenstrasse 146, 90461 Nuernberg, Germany
GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman
HRB 36809 (AG Nuernberg)
^ permalink raw reply [flat|nested] 27+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2025-03-27 14:18 Thomas Zimmermann
0 siblings, 0 replies; 27+ messages in thread
From: Thomas Zimmermann @ 2025-03-27 14:18 UTC (permalink / raw)
To: Dave Airlie, Simona Vetter
Cc: Jani Nikula, Joonas Lahtinen, Tvrtko Ursulin, Rodrigo Vivi,
Thomas Zimmermann, Maarten Lankhorst, Maxime Ripard,
Thomas Hellström, Oded Gabbay, Lucas De Marchi, dri-devel,
intel-gfx, intel-xe, dim-tools
Hi Dave, Sima,
here's the PR from drm-misc-next-fixes for this week. There's a single
trivial fix for the new adp driver.
Best regards
Thomas
drm-misc-next-fixes-2025-03-27:
Short summary of fixes pull:
adp:
- Fix error handling in plane setup
The following changes since commit 914ee6e730e134410b77edc453b629767e84c32c:
drm/appletbdrm: Fix ref-counting on dmadev (2025-03-10 10:54:24 +0100)
are available in the Git repository at:
https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-fixes-2025-03-27
for you to fetch changes up to ee20c69c789b6cb2179a535cf440d72b98f4a134:
drm: adp: Fix NULL vs IS_ERR() check in adp_plane_new() (2025-03-14 09:42:11 -0400)
----------------------------------------------------------------
Short summary of fixes pull:
adp:
- Fix error handling in plane setup
----------------------------------------------------------------
Dan Carpenter (1):
drm: adp: Fix NULL vs IS_ERR() check in adp_plane_new()
drivers/gpu/drm/adp/adp_drv.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Frankenstrasse 146, 90461 Nuernberg, Germany
GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman
HRB 36809 (AG Nuernberg)
^ permalink raw reply [flat|nested] 27+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2025-04-04 6:51 Thomas Zimmermann
0 siblings, 0 replies; 27+ messages in thread
From: Thomas Zimmermann @ 2025-04-04 6:51 UTC (permalink / raw)
To: Dave Airlie, Simona Vetter
Cc: Jani Nikula, Joonas Lahtinen, Tvrtko Ursulin, Rodrigo Vivi,
Thomas Zimmermann, Maarten Lankhorst, Maxime Ripard,
Thomas Hellström, Oded Gabbay, Lucas De Marchi, dri-devel,
intel-gfx, intel-xe, dim-tools
Hi Dave, Sima,
this is the final PR for this release cycle's drm-misc-next-fixes.
Best regards
Thomas
drm-misc-next-fixes-2025-04-04:
Short summary of fixes pull:
bridge:
- tda998x: Select CONFIG_DRM_KMS_HELPER
The following changes since commit ee20c69c789b6cb2179a535cf440d72b98f4a134:
drm: adp: Fix NULL vs IS_ERR() check in adp_plane_new() (2025-03-14 09:42:11 -0400)
are available in the Git repository at:
https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-fixes-2025-04-04
for you to fetch changes up to 85a063b8b281e144ed96463936fb4e6b3d4fe9e4:
drm/i2c: tda998x: select CONFIG_DRM_KMS_HELPER (2025-03-30 21:02:06 +0300)
----------------------------------------------------------------
Short summary of fixes pull:
bridge:
- tda998x: Select CONFIG_DRM_KMS_HELPER
----------------------------------------------------------------
Arnd Bergmann (1):
drm/i2c: tda998x: select CONFIG_DRM_KMS_HELPER
drivers/gpu/drm/bridge/Kconfig | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
--
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Frankenstrasse 146, 90461 Nuernberg, Germany
GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman
HRB 36809 (AG Nuernberg)
^ permalink raw reply [flat|nested] 27+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2025-06-05 17:02 Maarten Lankhorst
0 siblings, 0 replies; 27+ messages in thread
From: Maarten Lankhorst @ 2025-06-05 17:02 UTC (permalink / raw)
To: Simona Vetter, Dave Airlie
Cc: dim-tools, intel-xe, intel-gfx, dri-devel, Lucas De Marchi,
Oded Gabbay, Thomas Hellström, Maxime Ripard,
Maarten Lankhorst, Thomas Zimmermann, Rodrigo Vivi,
Tvrtko Ursulin, Joonas Lahtinen, Jani Nikula
Hi Dave, Simona,
Small list of fixes for v6.16-rc1!
Best regards!
~Maarten
drm-misc-next-fixes-2025-06-05:
drm-misc-fixes for v6.16-rc1:
- Fixes for nt37801 panel
- Fix null deref in HDMI audio helper.
- Fixes for analogix_dp.
The following changes since commit 7c1a9408ce5f34ded5a85db81cf80e0975901685:
Merge tag 'drm-msm-next-2025-05-16' of https://gitlab.freedesktop.org/drm/msm into drm-next (2025-05-19 11:05:58 +1000)
are available in the Git repository at:
https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-fixes-2025-06-05
for you to fetch changes up to fd03f82a026cc03cb8051a8c6487c99f96c9029f:
drm/bridge: analogix_dp: Fix clk-disable removal (2025-05-28 16:53:31 +0300)
----------------------------------------------------------------
drm-misc-fixes for v6.16-rc1:
- Fixes for nt37801 panel
- Fix null deref in HDMI audio helper.
- Fixes for analogix_dp.
----------------------------------------------------------------
Arnd Bergmann (1):
drm/panel: nt37801: select CONFIG_DRM_DISPLAY_DSC_HELPER
Damon Ding (1):
drm/bridge: analogix_dp: Remove the unnecessary calls to clk_disable_unprepare() during probing
Dan Carpenter (1):
drm/panel: nt37801: Fix IS_ERR() vs NULL check in probe()
Heiko Stuebner (1):
drm/bridge: analogix_dp: Fix clk-disable removal
Nicolas Frattaroli (1):
drm/connector: only call HDMI audio helper plugged cb if non-null
drivers/gpu/drm/bridge/analogix/analogix_dp_core.c | 20 ++++++--------------
drivers/gpu/drm/display/drm_hdmi_audio_helper.c | 3 ++-
drivers/gpu/drm/panel/Kconfig | 2 ++
drivers/gpu/drm/panel/panel-novatek-nt37801.c | 4 ++--
4 files changed, 12 insertions(+), 17 deletions(-)
^ permalink raw reply [flat|nested] 27+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2025-07-24 6:52 Maxime Ripard
0 siblings, 0 replies; 27+ messages in thread
From: Maxime Ripard @ 2025-07-24 6:52 UTC (permalink / raw)
To: Dave Airlie, Simona Vetter
Cc: Jani Nikula, Joonas Lahtinen, Tvrtko Ursulin, Rodrigo Vivi,
Thomas Zimmermann, Maarten Lankhorst, Maxime Ripard,
Thomas Hellström, Oded Gabbay, Lucas De Marchi, dri-devel,
intel-gfx, intel-xe, dim-tools
[-- Attachment #1: Type: text/plain, Size: 1242 bytes --]
Hi,
Here's this week drm-misc-next-fixes PR.
Maxime
drm-misc-next-fixes-2025-07-24:
Two more bridge conversions to devm_drm_bridge_alloc that address a
warning now reported by the bridge core code.
The following changes since commit fe69a391808404977b1f002a6e7447de3de7a88e:
drm/panthor: Fix UAF in panthor_gem_create_with_handle() debugfs code (2025-07-10 10:16:50 +0100)
are available in the Git repository at:
https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-fixes-2025-07-24
for you to fetch changes up to b213eb34f857c45bdd769c9e9191a386accc9e8f:
drm/tidss: oldi: convert to devm_drm_bridge_alloc() API (2025-07-18 14:55:57 +0300)
----------------------------------------------------------------
Two more bridge conversions to devm_drm_bridge_alloc that address a
warning now reported by the bridge core code.
----------------------------------------------------------------
Jayesh Choudhary (1):
drm/tidss: oldi: convert to devm_drm_bridge_alloc() API
Michael Walle (1):
drm/tidss: encoder: convert to devm_drm_bridge_alloc()
drivers/gpu/drm/tidss/tidss_encoder.c | 10 +++++++---
drivers/gpu/drm/tidss/tidss_oldi.c | 8 ++++----
2 files changed, 11 insertions(+), 7 deletions(-)
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 273 bytes --]
^ permalink raw reply [flat|nested] 27+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2025-08-12 6:47 Thomas Zimmermann
0 siblings, 0 replies; 27+ messages in thread
From: Thomas Zimmermann @ 2025-08-12 6:47 UTC (permalink / raw)
To: Dave Airlie, Simona Vetter
Cc: Jani Nikula, Joonas Lahtinen, Tvrtko Ursulin, Rodrigo Vivi,
Thomas Zimmermann, Maarten Lankhorst, Maxime Ripard,
Thomas Hellström, Oded Gabbay, Lucas De Marchi, dri-devel,
intel-gfx, intel-xe, dim-tools
Hi Dave, Sima,
this PR contains a number of left-over changes from drm-misc-next-fixes
for upstream. Most importantly, there's a fix for leaking OF nodes and
several fixes for format selection in fbdev emulation.
Best regards
Thomas
drm-misc-next-fixes-2025-08-12:
Short summary of fixes pull:
bridge:
- fix OF-node leak
- fix documentation
fbdev-emulation:
- pass correct format info to drm_helper_mode_fill_fb_struct()
panfrost:
- print correct RSS size
The following changes since commit 6531a2cf07ef156956840853692755cc7e1621b7:
Merge tag 'drm-xe-next-fixes-2025-07-31' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-next (2025-08-01 07:09:16 +1000)
are available in the Git repository at:
https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-fixes-2025-08-12
for you to fetch changes up to 54d4f445517fe8350d735624d7f4225e7511d9eb:
drm/panfrost: Print RSS for tiler heap BO's in debugfs GEMS file (2025-08-12 08:31:47 +0200)
----------------------------------------------------------------
Short summary of fixes pull:
bridge:
- fix OF-node leak
- fix documentation
fbdev-emulation:
- pass correct format info to drm_helper_mode_fill_fb_struct()
panfrost:
- print correct RSS size
----------------------------------------------------------------
Adrián Larumbe (1):
drm/panfrost: Print RSS for tiler heap BO's in debugfs GEMS file
Andy Yan (1):
drm/bridge: Describe the newly introduced drm_connector parameter for drm_bridge_detect
Dmitry Baryshkov (1):
drm/bridge: document HDMI CEC callbacks
Imre Deak (3):
drm/omap: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
drm/nouveau: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
drm/radeon: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
Johan Hovold (1):
drm/bridge: fix OF node leak
Maarten Lankhorst (1):
Merge remote-tracking branch 'drm/drm-next' into drm-misc-next-fixes
drivers/gpu/drm/bridge/aux-bridge.c | 2 ++
drivers/gpu/drm/drm_bridge.c | 1 +
drivers/gpu/drm/nouveau/nouveau_display.c | 9 ++----
drivers/gpu/drm/nouveau/nouveau_display.h | 3 ++
drivers/gpu/drm/omapdrm/omap_fb.c | 23 +++++++--------
drivers/gpu/drm/omapdrm/omap_fb.h | 2 ++
drivers/gpu/drm/omapdrm/omap_fbdev.c | 5 +++-
drivers/gpu/drm/panfrost/panfrost_gem.c | 2 +-
drivers/gpu/drm/radeon/radeon_display.c | 5 ++--
drivers/gpu/drm/radeon/radeon_fbdev.c | 11 +++----
drivers/gpu/drm/radeon/radeon_mode.h | 2 ++
include/drm/drm_bridge.h | 48 +++++++++++++++++++++++++++++++
12 files changed, 85 insertions(+), 28 deletions(-)
--
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Frankenstrasse 146, 90461 Nuernberg, Germany
GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman
HRB 36809 (AG Nuernberg)
^ permalink raw reply [flat|nested] 27+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2025-09-18 6:45 Thomas Zimmermann
0 siblings, 0 replies; 27+ messages in thread
From: Thomas Zimmermann @ 2025-09-18 6:45 UTC (permalink / raw)
To: Dave Airlie, Simona Vetter
Cc: Jani Nikula, Joonas Lahtinen, Tvrtko Ursulin, Rodrigo Vivi,
Thomas Zimmermann, Maarten Lankhorst, Maxime Ripard,
Thomas Hellström, Oded Gabbay, Lucas De Marchi, dri-devel,
intel-gfx, intel-xe, dim-tools
Hi Dave, Sima,
getting closer to the next merge window, here's the first PR from
drm-misc-next-fixes.
Best regards
Thomas
drm-misc-next-fixes-2025-09-18:
Short summary of fixes pull:
pixpaper:
- Fix mode_valid function signature
The following changes since commit 0d9f0083f7a5a31d91d501467b499bb8c4b25bdf:
Merge tag 'v6.17-rc6' into drm-next (2025-09-15 17:51:07 +1000)
are available in the Git repository at:
https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-fixes-2025-09-18
for you to fetch changes up to 0265d0ebb409a25d3bb3a19494e0173d06d9d132:
drm/pixpaper: Fix return type of pixpaper_mode_valid() (2025-09-15 12:29:37 +0200)
----------------------------------------------------------------
Short summary of fixes pull:
pixpaper:
- Fix mode_valid function signature
----------------------------------------------------------------
Nathan Chancellor (1):
drm/pixpaper: Fix return type of pixpaper_mode_valid()
Thomas Zimmermann (1):
Merge drm/drm-next into drm-misc-next-fixes
drivers/gpu/drm/tiny/pixpaper.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Frankenstrasse 146, 90461 Nuernberg, Germany
GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman
HRB 36809 (AG Nuernberg)
^ permalink raw reply [flat|nested] 27+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2025-09-25 6:42 Thomas Zimmermann
0 siblings, 0 replies; 27+ messages in thread
From: Thomas Zimmermann @ 2025-09-25 6:42 UTC (permalink / raw)
To: Dave Airlie, Simona Vetter
Cc: Jani Nikula, Joonas Lahtinen, Tvrtko Ursulin, Rodrigo Vivi,
Thomas Zimmermann, Maarten Lankhorst, Maxime Ripard,
Thomas Hellström, Oded Gabbay, Lucas De Marchi, dri-devel,
intel-gfx, intel-xe, dim-tools
Hi Dave, Sima,
here's the drm-misc-next-fixes PR.
Best regards
Thomas
drm-misc-next-fixes-2025-09-25:
Short summary of fixes pull:
bridge:
- waveshare-dsi: Fix error handling in probe function
pixpaper:
- select GEM SHMEM helpers
The following changes since commit 0265d0ebb409a25d3bb3a19494e0173d06d9d132:
drm/pixpaper: Fix return type of pixpaper_mode_valid() (2025-09-15 12:29:37 +0200)
are available in the Git repository at:
https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-fixes-2025-09-25
for you to fetch changes up to 0c4932f6ddf815618fa34f7403df682aed7862b5:
drm/tiny: pixpaper: Fix missing dependency on DRM_GEM_SHMEM_HELPER (2025-09-23 14:07:04 +0200)
----------------------------------------------------------------
Short summary of fixes pull:
bridge:
- waveshare-dsi: Fix error handling in probe function
pixpaper:
- select GEM SHMEM helpers
----------------------------------------------------------------
LiangCheng Wang (1):
drm/tiny: pixpaper: Fix missing dependency on DRM_GEM_SHMEM_HELPER
Liu Ying (1):
drm/bridge: waveshare-dsi: Fix bailout for devm_drm_bridge_alloc()
drivers/gpu/drm/bridge/waveshare-dsi.c | 4 ++--
drivers/gpu/drm/tiny/Kconfig | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
--
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Frankenstrasse 146, 90461 Nuernberg, Germany
GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman
HRB 36809 (AG Nuernberg)
^ permalink raw reply [flat|nested] 27+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2025-10-02 12:23 Thomas Zimmermann
0 siblings, 0 replies; 27+ messages in thread
From: Thomas Zimmermann @ 2025-10-02 12:23 UTC (permalink / raw)
To: Dave Airlie, Simona Vetter
Cc: Jani Nikula, Joonas Lahtinen, Tvrtko Ursulin, Rodrigo Vivi,
Thomas Zimmermann, Maarten Lankhorst, Maxime Ripard,
Thomas Hellström, Oded Gabbay, Lucas De Marchi, dri-devel,
intel-gfx, intel-xe, dim-tools
Hi Dave, Sima,
here's the PR for drm-misc-next-fixes. All further fixes for upstream
will now go through drm-misc-fixes again.
Best regards
Thomas
drm-misc-next-fixes-2025-10-02:
Short summary of fixes pull:
v3d:
- Fix fence locking
The following changes since commit 0c4932f6ddf815618fa34f7403df682aed7862b5:
drm/tiny: pixpaper: Fix missing dependency on DRM_GEM_SHMEM_HELPER (2025-09-23 14:07:04 +0200)
are available in the Git repository at:
https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-fixes-2025-10-02
for you to fetch changes up to adefb2ccea1e96b452cbbc39150bc0ccf1688b99:
drm/v3d: create a dedicated lock for dma fence (2025-09-30 14:28:14 -0100)
----------------------------------------------------------------
Short summary of fixes pull:
v3d:
- Fix fence locking
----------------------------------------------------------------
Melissa Wen (1):
drm/v3d: create a dedicated lock for dma fence
drivers/gpu/drm/v3d/v3d_drv.h | 2 ++
drivers/gpu/drm/v3d/v3d_fence.c | 2 +-
drivers/gpu/drm/v3d/v3d_gem.c | 1 +
3 files changed, 4 insertions(+), 1 deletion(-)
--
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Frankenstrasse 146, 90461 Nuernberg, Germany
GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman
HRB 36809 (AG Nuernberg)
^ permalink raw reply [flat|nested] 27+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2025-11-26 15:20 Maarten Lankhorst
0 siblings, 0 replies; 27+ messages in thread
From: Maarten Lankhorst @ 2025-11-26 15:20 UTC (permalink / raw)
To: Simona Vetter, Dave Airlie
Cc: dim-tools, intel-xe, intel-gfx, dri-devel, Lucas De Marchi,
Oded Gabbay, Thomas Hellström, Maxime Ripard,
Maarten Lankhorst, Thomas Zimmermann, Rodrigo Vivi,
Tvrtko Ursulin, Joonas Lahtinen, Jani Nikula
Hi Dave, Simona,
Only 2 small fixes to nouveau for next pull request!
Started signing pull requests again, the option is missing from the sample dimrc. :-)
Kind regards,
~Maarten Lankhorst
drm-misc-next-fixes-2025-11-26:
drm-misc-next-fixes for v6.19:
- Restrict the pointer size of flush pages to prevent a regression.
The following changes since commit f3a1d69f9b388271986f4efe1fd775df15b443c1:
Merge tag 'amd-drm-next-6.19-2025-11-14' of https://gitlab.freedesktop.org/agd5f/linux into drm-next (2025-11-18 07:01:26 +1000)
are available in the Git repository at:
https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-fixes-2025-11-26
for you to fetch changes up to 31d3354f42c0da34415164a1f621a195caa1f1bc:
drm/nouveau: verify that hardware supports the flush page address (2025-11-24 17:53:22 -0500)
----------------------------------------------------------------
drm-misc-next-fixes for v6.19:
- Restrict the pointer size of flush pages to prevent a regression.
----------------------------------------------------------------
Timur Tabi (2):
drm/nouveau: restrict the flush page to a 32-bit address
drm/nouveau: verify that hardware supports the flush page address
drivers/gpu/drm/nouveau/nvkm/subdev/fb/base.c | 2 +-
drivers/gpu/drm/nouveau/nvkm/subdev/fb/gb100.c | 3 +++
drivers/gpu/drm/nouveau/nvkm/subdev/fb/gb202.c | 3 +++
drivers/gpu/drm/nouveau/nvkm/subdev/fb/gf100.c | 3 +++
drivers/gpu/drm/nouveau/nvkm/subdev/fb/gh100.c | 3 +++
drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv50.c | 3 +++
6 files changed, 16 insertions(+), 1 deletion(-)
^ permalink raw reply [flat|nested] 27+ messages in thread
* [PULL] drm-misc-next-fixes
@ 2025-12-10 10:21 Maarten Lankhorst
0 siblings, 0 replies; 27+ messages in thread
From: Maarten Lankhorst @ 2025-12-10 10:21 UTC (permalink / raw)
To: Simona Vetter, Dave Airlie
Cc: dim-tools, intel-xe, intel-gfx, dri-devel, Lucas De Marchi,
Oded Gabbay, Thomas Hellström, Maxime Ripard,
Maarten Lankhorst, Thomas Zimmermann, Rodrigo Vivi,
Tvrtko Ursulin, Joonas Lahtinen, Jani Nikula
Hi Dave, Simona,
Here's the pull drm-misc-next-fixes pull request for v6.19
Kind regards,
~Maarten
drm-misc-next-fixes-2025-12-10:
drm-misc-next-fixes for v6.19-rc1:
- Fix uaf in panthor.
- Revert 8 byte alignment constraint for pitch in dumb bo's.
- Fix DRM_MODE_FLAG_N.SYNC and !DRM_MODE_FLAG_P.SYNC handling renasas.
The following changes since commit 31d3354f42c0da34415164a1f621a195caa1f1bc:
drm/nouveau: verify that hardware supports the flush page address (2025-11-24 17:53:22 -0500)
are available in the Git repository at:
https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-fixes-2025-12-10
for you to fetch changes up to 308eeb8ca3fdee54bcd3ec7272c05688e178299a:
drm/rcar-du: dsi: Handle both DRM_MODE_FLAG_N.SYNC and !DRM_MODE_FLAG_P.SYNC (2025-12-04 14:59:21 +0200)
----------------------------------------------------------------
drm-misc-next-fixes for v6.19-rc1:
- Fix uaf in panthor.
- Revert 8 byte alignment constraint for pitch in dumb bo's.
- Fix DRM_MODE_FLAG_N.SYNC and !DRM_MODE_FLAG_P.SYNC handling renasas.
----------------------------------------------------------------
Akash Goel (1):
drm/panthor: Prevent potential UAF in group creation
Ludovic Desroches (2):
drm/gem-dma: revert the 8-byte alignment constraint
drm/gem-shmem: revert the 8-byte alignment constraint
Marek Vasut (1):
drm/rcar-du: dsi: Handle both DRM_MODE_FLAG_N.SYNC and !DRM_MODE_FLAG_P.SYNC
drivers/gpu/drm/drm_gem_dma_helper.c | 2 +-
drivers/gpu/drm/drm_gem_shmem_helper.c | 2 +-
drivers/gpu/drm/panthor/panthor_sched.c | 19 +++++++++++++++----
drivers/gpu/drm/renesas/rcar-du/rcar_mipi_dsi.c | 4 ++--
4 files changed, 19 insertions(+), 8 deletions(-)
^ permalink raw reply [flat|nested] 27+ messages in thread
end of thread, other threads:[~2025-12-10 10:20 UTC | newest]
Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-25 6:42 [PULL] drm-misc-next-fixes Thomas Zimmermann
-- strict thread matches above, loose matches on Subject: below --
2025-12-10 10:21 Maarten Lankhorst
2025-11-26 15:20 Maarten Lankhorst
2025-10-02 12:23 Thomas Zimmermann
2025-09-18 6:45 Thomas Zimmermann
2025-08-12 6:47 Thomas Zimmermann
2025-07-24 6:52 Maxime Ripard
2025-06-05 17:02 Maarten Lankhorst
2025-04-04 6:51 Thomas Zimmermann
2025-03-27 14:18 Thomas Zimmermann
2025-03-13 18:01 Thomas Zimmermann
2025-01-24 15:25 Maarten Lankhorst
2025-01-24 16:09 ` Simona Vetter
2025-01-16 8:45 Maxime Ripard
2024-11-28 13:01 Maarten Lankhorst
2024-09-05 11:38 Thomas Zimmermann
2024-07-25 14:59 Maxime Ripard
2024-07-19 7:39 Maxime Ripard
2024-07-11 11:43 Maxime Ripard
2024-06-06 22:12 Maarten Lankhorst
2024-05-23 4:41 Maarten Lankhorst
2024-05-16 15:00 Maarten Lankhorst
2024-05-08 10:36 Maarten Lankhorst
2024-03-21 16:19 Thomas Zimmermann
2024-03-14 8:28 Thomas Zimmermann
2024-03-07 12:46 Thomas Zimmermann
2024-02-29 8:53 Thomas Zimmermann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).