This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from d0efc9e4276c Merge tag 'xfs-fixes-6.17-rc2' of git://git.kernel.org/pub [...] new be71ce9796c3 drm/bridge: fix OF node leak new 220994d61ceb Merge remote-tracking branch 'drm/drm-next' into drm-misc- [...] new 584460393efb drm/bridge: Describe the newly introduced drm_connector pa [...] new eec8e8c048ca drm/bridge: document HDMI CEC callbacks new f8f6e72fe285 drm/omap: Pass along the format info from .fb_create() to [...] new d2b524c90643 drm/nouveau: Pass along the format info from .fb_create() [...] new c0a8e4443d76 drm/radeon: Pass along the format info from .fb_create() t [...] new 54d4f445517f drm/panfrost: Print RSS for tiler heap BO's in debugfs GEMS file new f858f63e1df6 Merge tag 'drm-misc-next-fixes-2025-08-12' of https://gitl [...] new e67b8afcb6d8 drm/amdgpu: Add PSP fw version check for fw reserve GFX command new 10ef476aad1c drm/amdgpu: fix vram reservation issue new 040bc6d0e0e9 drm/amdgpu: fix incorrect vm flags to map bo new aa5fc4362fac drm/amdgpu: fix task hang from failed job submission durin [...] new 68ad07df92fa Merge tag 'amd-drm-fixes-6.17-2025-08-13' of https://gitla [...] new fd56b9c9507f drm/i915/fbc: fix the implementation of wa_18038517565 new 184889dfe056 drm/i915/psr: Do not trigger Frame Change events from fron [...] new 4699c04b68ed Merge tag 'drm-intel-fixes-2025-08-13' of https://gitlab.f [...] new 9d7a1cbebbb6 drm/xe/migrate: prevent infinite recursion new 4126cb327a2e drm/xe/migrate: don't overflow max copy size new 145832fbdd17 drm/xe/migrate: prevent potential UAF new 2dd7a47669ae drm/xe: Defer buffer object shrinker write-backs and GPU waits new 55d49f06162e drm/xe/hwmon: Add SW clamp for power limits writes new 94eae6ee4c2d drm/xe/pf: Set VF LMEM BAR size new 00062ea01d35 Merge tag 'drm-xe-fixes-2025-08-14' of https://gitlab.free [...] new dfd4b508c8c6 Merge tag 'drm-fixes-2025-08-16' of https://gitlab.freedes [...]
The 25 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 3 ++ drivers/gpu/drm/amd/amdgpu/amdgpu_csa.c | 4 +-- drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 19 +++++++++-- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 15 +++++--- drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c | 3 +- drivers/gpu/drm/bridge/aux-bridge.c | 2 ++ drivers/gpu/drm/drm_bridge.c | 1 + drivers/gpu/drm/i915/display/intel_fbc.c | 8 ++--- drivers/gpu/drm/i915/display/intel_psr.c | 14 +++++--- 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 ++ drivers/gpu/drm/xe/regs/xe_bars.h | 1 + drivers/gpu/drm/xe/xe_hwmon.c | 29 ++++++++++++++++ drivers/gpu/drm/xe/xe_migrate.c | 42 +++++++++++++++-------- drivers/gpu/drm/xe/xe_pci_sriov.c | 22 ++++++++++++ drivers/gpu/drm/xe/xe_shrinker.c | 51 +++++++++++++++++++++++++--- include/drm/drm_bridge.h | 48 ++++++++++++++++++++++++++ 24 files changed, 257 insertions(+), 67 deletions(-)