This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from aa7243aaf194 Merge tag 'dma-mapping-6.18-2025-11-27' of git://git.kerne [...] new 7c373b3bd03c drm/i915/psr: Reject async flips when selective fetch is enabled new b31e2e3bb744 Merge tag 'drm-intel-fixes-2025-11-26' of https://gitlab.f [...] new 971fb57429df drm/amd/amdgpu: reserve vm invalidation engine for uni_mes new 3126c9ccb437 Revert "drm/amd/display: Move setup_stream_attribute" new 3ce62c189693 drm/amd/display: Check NULL before accessing new 81f4d4ba5095 drm/amd/display: Don't change brightness for disabled connectors new 8ea902361734 drm/amd/display: Increase EDID read retries new b4a7f4e7ad2b drm/amdgpu: attach tlb fence to the PTs update new 7fa666ab07ba drm/amdgpu: fix cyan_skillfish2 gpu info fw handling new 4fc3ad63dd31 Merge tag 'amd-drm-fixes-6.18-2025-11-26' of https://gitla [...] new d6732ef4ab25 drm/bridge: sii902x: Fix HDMI detection with DRM_BRIDGE_AT [...] new 83c53f1a2d6c drm/imagination: Document pvr_device.power member new 620a8f131154 drm: sti: fix device leaks at component probe new eb76d0f55535 drm, fbcon, vga_switcheroo: Avoid race condition in fbcon setup new 26c7a181fdb8 Merge tag 'drm-misc-fixes-2025-11-27' of https://gitlab.fr [...] new 76555b1eb278 drm/xe/guc: Fix resource leak in xe_guc_ct_init_noalloc() new 0e234632e39b drm/xe/guc: Fix stack_depot usage new 7276878b069c drm/xe: Fix conversion from clock ticks to milliseconds new 6dbcb801e1eb Merge tag 'drm-xe-fixes-2025-11-27' of https://gitlab.free [...] new e538109ac71d Merge tag 'drm-fixes-2025-11-28' of https://gitlab.freedes [...]
The 20 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_device.c | 2 ++ drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c | 3 +++ drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 2 +- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 15 +++++++++++++++ .../drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 8 ++++---- drivers/gpu/drm/amd/display/dc/core/dc_stream.c | 11 ++++++++--- .../drm/amd/display/dc/hwss/dce110/dce110_hwseq.c | 1 - .../gpu/drm/amd/display/dc/hwss/dcn20/dcn20_hwseq.c | 2 -- .../drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c | 2 -- drivers/gpu/drm/amd/display/dc/link/link_dpms.c | 3 +++ .../amd/display/dc/virtual/virtual_stream_encoder.c | 7 ------- drivers/gpu/drm/bridge/sii902x.c | 20 ++++++++------------ drivers/gpu/drm/drm_fb_helper.c | 14 -------------- drivers/gpu/drm/i915/display/intel_display.c | 8 ++++++++ drivers/gpu/drm/i915/display/intel_psr.c | 6 ------ drivers/gpu/drm/imagination/pvr_device.h | 8 ++++++++ drivers/gpu/drm/sti/sti_vtg.c | 7 ++++++- drivers/gpu/drm/xe/xe_gt_clock.c | 7 +------ drivers/gpu/drm/xe/xe_guc_ct.c | 15 +++++++++------ drivers/video/fbdev/core/fbcon.c | 9 +++++++++ 20 files changed, 85 insertions(+), 65 deletions(-)