]> Gentwo Git Trees - linux/.git/commit
Merge tag 'drm-misc-next-2025-10-02' of https://gitlab.freedesktop.org/drm/misc/kerne...
authorSimona Vetter <simona.vetter@ffwll.ch>
Tue, 21 Oct 2025 08:16:34 +0000 (10:16 +0200)
committerSimona Vetter <simona.vetter@ffwll.ch>
Tue, 21 Oct 2025 08:16:34 +0000 (10:16 +0200)
commit6200442de089468ff283becb81382d6ac23c25e9
treeaf0366eaa3bcb7714fa0ec8ff3c73d2ba227747a
parent335482a53a5766d20d7a14f0532859a7e84cec0a
parentaa1c2b073ad23847dd2e7bdc7d30009f34ed7f59
Merge tag 'drm-misc-next-2025-10-02' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next

drm-misc-next for v6.19:

UAPI Changes:

Cross-subsystem Changes:
-  fbcon cleanups.
- Make drivers depend on FB_TILEBLITTING instead of selecting it,
  and hide FB_MODE_HELPERS.

Core Changes:
- More preparations for rust.
- Throttle dirty worker with vblank
- Use drm_for_each_bridge_in_chain_scoped in drm's bridge code and
  assorted fixes.
- Ensure drm_client_modeset tests are enabled in UML.
- Rename ttm_bo_put to ttm_bo_fini, as a further step in removing the
  TTM bo refcount.
- Add POST_LT_ADJ_REQ training sequence.
- Show list of removed but still allocated bridges.
- Add a simulated vblank interrupt for hardware without it,
  and add some helpers to use them in vkms and hypervdrm.

Driver Changes:
- Assorted small fixes, cleanups and updates to host1x, tegra,
  panthor,   amdxdna, gud, vc4, ssd130x, ivpu, panfrost, panthor,
  sysfb, bridge/sn65dsi86, solomon, ast, tidss.
- Convert drivers from using .round_rate() to .determine_rate()
- Add support for KD116N3730A07/A12, chromebook mt8189, JT101TM023,
  LQ079L1SX01, raspberrypi 5" panels.
- Improve reclocking on tegra186+ with nouveau.
- Improve runtime pm in amdxdna.
- Add support for HTX_PAI in imx.
- Use a helper to calculate dumb buffer sizes in most drivers.

Signed-off-by: Simona Vetter <simona.vetter@ffwll.ch>
From: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Link: https://lore.kernel.org/r/b412fb91-8545-466a-8102-d89c0f2758a7@linux.intel.com
15 files changed:
.clang-format
Documentation/devicetree/bindings/display/panel/panel-simple.yaml
Documentation/devicetree/bindings/vendor-prefixes.yaml
Documentation/gpu/todo.rst
drivers/gpu/drm/Makefile
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
drivers/gpu/drm/ast/ast_mode.c
drivers/gpu/drm/drm_gem.c
drivers/gpu/drm/msm/msm_gem.c
drivers/gpu/drm/panthor/panthor_sched.c
drivers/gpu/drm/xe/xe_bo.c
drivers/video/fbdev/Kconfig
drivers/video/fbdev/core/bitblit.c
drivers/video/fbdev/core/fbcon.c
drivers/video/fbdev/simplefb.c