This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 3013c33dcbd9 Merge tag 'riscv-for-linus-6.15-rc6' of git://git.kernel.o [...] new 363cd2b81cfd arm64: cpufeature: Move arm64_use_ng_mappings to the .data [...] new 50358c251eae Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] new c4eb2f88d279 accel/ivpu: Increase state dump msg timeout new f2ecc700d1ef accel/ivpu: Fix pm related deadlocks in cmdq ioctls new 75680b7cd461 accel/ivpu: Correct mutex unlock order in job submission new b662b162c3d0 drm: Fix potential overflow issue in event_string array new 35e4079bf1a2 drm/v3d: Add job to pending list if the reset was skipped new 2bb04ea9e5b7 drm/ttm: Fix ttm_backup kerneldoc new d4ad53adfe21 drm/ttm: Remove the struct ttm_backup abstraction new 7c6fa1797a72 drm/panel: simple: Update timings for AUO G101EVN010 new 20a4c8142e9e Merge tag 'drm-misc-fixes-2025-05-08' of https://gitlab.fr [...] new 9984db637420 drm/amd/display: Fix invalid context error in dml helper new f1c6be3999d2 drm/amd/display: more liberal vmin/vmax update for freesync new 2a24755774ef drm/amd/display: Remove unnecessary DC_FP_START/DC_FP_END new eba692ca3abc drm/amd/display: Call FP Protect Before Mode Programming/M [...] new 5a3846648c05 drm/amd/display: Shift DMUB AUX reply command if necessary new bc70e11b550d drm/amd/display: Fix the checking condition in dmub aux handling new 396dc51b3b7e drm/amd/display: Remove incorrect checking in dmub aux handler new 3924f45d4de7 drm/amd/display: Copy AUX read reply data whenever length > 0 new 65924ec69b29 drm/amd/display: Fix wrong handling for AUX_DEFER case new b7e84fb70839 drm/amdgpu/vcn: using separate VCN1_AON_SOC offset new d0ce1aaa8531 Revert "drm/amd: Stop evicting resources on APUs in suspend" new 4aaffc85751d drm/amdgpu: fix pm notifier handling new f690e3974755 drm/amdgpu/hdp4: use memcfg register to post the write for [...] new 0e33e0f339b9 drm/amdgpu/hdp5: use memcfg register to post the write for [...] new dbc988c68933 drm/amdgpu/hdp5.2: use memcfg register to post the write f [...] new ca28e80abe42 drm/amdgpu/hdp6: use memcfg register to post the write for [...] new 5a11a2767731 drm/amdgpu/hdp7: use memcfg register to post the write for [...] new 80e12f3e2a5a Merge tag 'amd-drm-fixes-6.15-2025-05-08' of https://gitla [...] new 391008f34e71 drm/xe: Add page queue multiplier new 51c0ee84e4dc drm/xe/tests/mocs: Hold XE_FORCEWAKE_ALL for LNCF regs new 03552d8ac0af drm/xe/gsc: do not flush the GSC worker from the reset path new 9d271a4f5ba5 drm/xe: Release force wake first then runtime power new 564467e9d06c drm/xe: Add config control for svm flush work new f7be784caf9f Merge tag 'drm-xe-fixes-2025-05-09' of https://gitlab.free [...] new 936b73feab5c drm/i915/slpc: Balance the inc/dec for num_waiters new 732b87a40966 drm/i915/dp: Fix determining SST/MST mode during MTP TU st [...] new c2c64ed09c7b Merge tag 'drm-intel-fixes-2025-05-09' of https://gitlab.f [...] new ea34704d6ad7 Merge tag 'drm-fixes-2025-05-10' of https://gitlab.freedes [...]
The 39 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: arch/arm64/kernel/cpufeature.c | 9 ++++- drivers/accel/ivpu/ivpu_hw.c | 2 +- drivers/accel/ivpu/ivpu_job.c | 35 ++++++++++++----- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 - drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c | 18 --------- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 29 ++++---------- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 10 +---- drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h | 1 - drivers/gpu/drm/amd/amdgpu/hdp_v4_0.c | 7 +++- drivers/gpu/drm/amd/amdgpu/hdp_v5_0.c | 7 +++- drivers/gpu/drm/amd/amdgpu/hdp_v5_2.c | 12 +++++- drivers/gpu/drm/amd/amdgpu/hdp_v6_0.c | 7 +++- drivers/gpu/drm/amd/amdgpu/hdp_v7_0.c | 7 +++- drivers/gpu/drm/amd/amdgpu/vcn_v2_0.c | 1 + drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c | 1 + drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c | 1 + drivers/gpu/drm/amd/amdgpu/vcn_v4_0.c | 4 +- drivers/gpu/drm/amd/amdgpu/vcn_v4_0_3.c | 1 + drivers/gpu/drm/amd/amdgpu/vcn_v4_0_5.c | 1 + drivers/gpu/drm/amd/amdgpu/vcn_v5_0_0.c | 3 +- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 36 +++++++++--------- .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 28 ++++++++++++-- .../drm/amd/display/dc/dml2/dml21/dml21_wrapper.c | 8 ++-- .../amd/display/dc/dml2/dml2_translation_helper.c | 14 +++---- .../amd/display/dc/resource/dcn32/dcn32_resource.c | 6 --- drivers/gpu/drm/drm_drv.c | 2 +- drivers/gpu/drm/i915/display/intel_dp_mst.c | 2 +- drivers/gpu/drm/i915/gt/intel_rps.c | 14 +++++-- drivers/gpu/drm/panel/panel-simple.c | 25 ++++++------ drivers/gpu/drm/ttm/ttm_backup.c | 44 ++++++---------------- drivers/gpu/drm/ttm/ttm_pool.c | 6 +-- drivers/gpu/drm/ttm/ttm_tt.c | 2 +- drivers/gpu/drm/v3d/v3d_sched.c | 28 ++++++++++---- drivers/gpu/drm/xe/tests/xe_mocs.c | 7 +++- drivers/gpu/drm/xe/xe_gsc.c | 22 +++++++++++ drivers/gpu/drm/xe/xe_gsc.h | 1 + drivers/gpu/drm/xe/xe_gsc_proxy.c | 11 ++++++ drivers/gpu/drm/xe/xe_gsc_proxy.h | 1 + drivers/gpu/drm/xe/xe_gt.c | 2 +- drivers/gpu/drm/xe/xe_gt_debugfs.c | 9 +++-- drivers/gpu/drm/xe/xe_gt_pagefault.c | 11 +++++- drivers/gpu/drm/xe/xe_svm.c | 12 ++++++ drivers/gpu/drm/xe/xe_svm.h | 8 ++++ drivers/gpu/drm/xe/xe_uc.c | 8 +++- drivers/gpu/drm/xe/xe_uc.h | 1 + drivers/gpu/drm/xe/xe_vm.c | 3 +- include/drm/ttm/ttm_backup.h | 18 ++++----- include/drm/ttm/ttm_tt.h | 2 +- 48 files changed, 293 insertions(+), 196 deletions(-)