This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 6d0dc8559c84 Merge tag 'soc-fixes-6.7-3a' of git://git.kernel.org/pub/s [...] new 9cdef4f72037 drm/amd/display: pbn_div need be updated for hotplug event new 0cc9e952e6ef drm/amd/pm: Use separate metric table for APU new ff5ab42b7926 drm/amd/pm: Update metric table for jpeg/vcn data new 7e725c20fea8 drm/amd/display: add nv12 bounding box new 21f6137c64c6 drm/amdgpu: skip gpu_info fw loading on navi12 new 202260f64519 drm/amd/display: Fix sending VSC (+ colorimetry) packets f [...] new 21ff3cc85156 drm/amd/pm: Add mem_busy_percent for GCv9.4.3 apu new 43d7e8b0127c drm/amd/pm: Add gpu_metrics_v1_5 new f71cee97a644 drm/amd/pm: Use gpu_metrics_v1_5 for SMUv13.0.6 new ed9895d8d45a Merge tag 'amd-drm-fixes-6.7-2024-01-04' of https://gitlab [...] new 24ab185d9804 nouveau/gsp: add three notifier callbacks that we see in n [...] new 34ce62a51e65 nouveau/gsp: drop some acpi related debug new 7854ea0e408d nouveau: fix disp disabling with GSP new a9b9b42b54b2 nouveau/gsp: free acpi object after use new 3108cc03236b nouveau/gsp: free userd allocation. new cf22fc2846ce drm/nouveau/gsp: Fix ACPI MXDM/MXDS method invocations new 59f6a3d8db25 nouveau/gsp: convert gsp errors to generic errors new 4ae3a20102b2 nouveau/gsp: don't free ctrl messages on errors new 9c9dd22ba5d7 nouveau/gsp: always free the alloc messages on r535 new eacabb546271 nouveau: push event block/allowing out of the fence context new eb284f4b3781 drm/nouveau/dp: Honor GSP link training retry timeouts new 2b5bd1498da5 Merge tag 'drm-fixes-2024-01-05' of git://anongit.freedesk [...] new 8c124d998ea0 mmc: meson-mx-sdhc: Fix initialization frozen issue new e7794c14fd73 mmc: rpmb: fixes pause retune on all RPMB partitions. new 1036f69e2513 mmc: core: Cancel delayed work before releasing host new 8abf77c88929 mmc: sdhci-sprd: Fix eMMC init failure after hw reset new 6c23529c08fc Merge tag 'mmc-v6.7-rc4' of git://git.kernel.org/pub/scm/l [...] new ac9184fbb847 firewire: ohci: suppress unexpected system reboot in AMD R [...] new a4ab2706bb12 Merge tag 'firewire-fixes-6.7-final' of git://git.kernel.o [...]
The 29 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/firewire/ohci.c | 51 ++++++ drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 11 +- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 11 +- .../gpu/drm/amd/display/dc/dml/dcn20/dcn20_fpu.c | 110 ++++++++++++- .../amd/display/modules/info_packet/info_packet.c | 13 +- drivers/gpu/drm/amd/include/kgd_pp_interface.h | 80 ++++++++++ drivers/gpu/drm/amd/pm/amdgpu_pm.c | 4 +- .../amd/pm/swsmu/inc/pmfw_if/smu_v13_0_6_pmfw.h | 100 +++++++++++- .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c | 153 ++++++++++-------- drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c | 3 + drivers/gpu/drm/nouveau/include/nvkm/subdev/gsp.h | 17 +- drivers/gpu/drm/nouveau/nouveau_fence.c | 28 +++- drivers/gpu/drm/nouveau/nouveau_fence.h | 5 +- drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c | 6 +- drivers/gpu/drm/nouveau/nvkm/engine/disp/r535.c | 171 +++++++++++++-------- drivers/gpu/drm/nouveau/nvkm/engine/fifo/r535.c | 1 + drivers/gpu/drm/nouveau/nvkm/subdev/gsp/r535.c | 86 +++++++---- drivers/mmc/core/block.c | 7 +- drivers/mmc/core/host.c | 1 + drivers/mmc/host/meson-mx-sdhc-mmc.c | 26 +--- drivers/mmc/host/sdhci-sprd.c | 10 +- 21 files changed, 671 insertions(+), 223 deletions(-)