This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 1b5fe53681d9 Merge tag 'execve-v6.11-rc6' of git://git.kernel.org/pub/s [...] new 8f614469de24 drm/amdgpu: align pp_power_profile_mode with kernel docs new 948f279dc48a drm/amdgpu/smu13.0.7: print index for profiles new d420c857d857 drm/amdgpu/swsmu: always force a state reprogram on init new 37a45fb8db26 drm/amd/pm: update message interface for smu v14.0.2/3 new 959fc102ff4c drm/amdgpu/gfx12: set UNORD_DISPATCH in compute MQDs new 3b9a33235c77 drm/amd/display: avoid using null object of framebuffer new 6d5064c37955 drm/amdgpu: support for gc_info table v1.3 new badfdc6211f2 drm/amd/pm: Add support for new P2S table revision new 849f0d5880b7 drm/amd/pm: Drop unsupported features on smu v14_0_2 new bd3755c1cf2a Merge tag 'amd-drm-fixes-6.11-2024-08-28' of https://gitla [...] new 7d058e6bac9a drm/i915/dsi: Make Lenovo Yoga Tab 3 X90F DMI match less strict new 2955ae8186c8 drm/i915: ARL requires a newer GSC firmware new a2ccc33b88e2 drm/i915/dp_mst: Fix MST state after a sink reset new 9941b5bcfeb2 Merge tag 'drm-intel-fixes-2024-08-29' of https://gitlab.f [...] new 1eb52589a299 drm/xe: Invalidate media_gt TLBs new 59d237c8a241 drm/xe/hwmon: Fix WRITE_I1 param from u32 to u16 new dde72a5d4fdf Merge tag 'drm-xe-fixes-2024-08-29' of https://gitlab.free [...] new c358a809cb58 Revert "drm/ttm: increase ttm pre-fault value to PMD size" new aba07b9a0587 drm/vmwgfx: Prevent unmapping active read buffers new 50f119925091 drm/vmwgfx: Fix prime with external buffers new e9fd436bb8fb drm/vmwgfx: Disable coherent dumb buffers without 3d new b49420d6a1ae video/aperture: optionally match the device in sysfb_disable() new 9d824c7fce58 drm/v3d: Disable preemption while updating GPU stats new 27f5b729cb56 Merge tag 'drm-misc-fixes-2024-08-29' of https://gitlab.fr [...] new 20371ba12063 Merge tag 'drm-fixes-2024-08-30' 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/firmware/sysfb.c | 19 ++-- drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 11 ++ drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | 6 ++ drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c | 2 +- drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v12.c | 1 + .../drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c | 9 +- drivers/gpu/drm/amd/include/discovery.h | 42 ++++++++ drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 21 ++-- .../amd/pm/swsmu/inc/pmfw_if/smu_v14_0_2_ppsmc.h | 18 +++- .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c | 7 +- .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c | 4 +- .../gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c | 48 --------- drivers/gpu/drm/i915/display/intel_dp.c | 12 +++ drivers/gpu/drm/i915/display/intel_dp_mst.c | 40 ++++++++ drivers/gpu/drm/i915/display/intel_dp_mst.h | 1 + drivers/gpu/drm/i915/display/vlv_dsi.c | 1 - drivers/gpu/drm/i915/gt/uc/intel_gsc_fw.c | 31 ++++++ drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c | 10 +- drivers/gpu/drm/i915/i915_drv.h | 2 + drivers/gpu/drm/i915/intel_device_info.c | 7 ++ drivers/gpu/drm/i915/intel_device_info.h | 3 + drivers/gpu/drm/v3d/v3d_sched.c | 6 ++ drivers/gpu/drm/vmwgfx/vmwgfx_blit.c | 114 ++++++++++++++++++++- drivers/gpu/drm/vmwgfx/vmwgfx_bo.c | 13 ++- drivers/gpu/drm/vmwgfx/vmwgfx_bo.h | 3 + drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 4 +- drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c | 12 +-- drivers/gpu/drm/vmwgfx/vmwgfx_surface.c | 6 +- drivers/gpu/drm/xe/xe_hwmon.c | 2 +- drivers/gpu/drm/xe/xe_vm.c | 37 ++++--- drivers/of/platform.c | 2 +- drivers/video/aperture.c | 11 +- include/drm/intel/i915_pciids.h | 11 +- include/drm/ttm/ttm_bo.h | 4 - include/linux/sysfb.h | 4 +- 35 files changed, 398 insertions(+), 126 deletions(-)