This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 24e0d2e527a3 Merge tag 'pinctrl-v6.7-4' of git://git.kernel.org/pub/scm [...] new a931c6816078 9p: prevent read overrun in protocol dump tracepoint new ff49bf186757 net: 9p: avoid freeing uninit memory in p9pdu_vreadf new 93a165cb9a4c Merge tag '9p-for-6.7-rc7' of https://github.com/martinetd/linux new 9dda0c07f00f drm/amd/display: Revert " drm/amd/display: Use channel_wid [...] new ebab8c3eb6a6 drm/amdkfd: svm range always mapped flag not working on APU new 3248211dd971 drm/amd/display: disable FPO and SubVP for older DMUB vers [...] new 989824589f79 drm/amd/display: Add case for dcn35 to support usb4 dmub h [...] new 51e7b6469077 drm/amd/display: get dprefclk ss info from integration info table new 81b9aeb7b995 drm/amd/display: dereference variable before checking for zero new 4a0057afa358 drm/amdgpu: re-create idle bo's PTE during VM state machine reset new b7ef7caff63a Merge tag 'amd-drm-fixes-6.7-2023-12-20' of https://gitlab [...] new 6bf354938403 drm/i915/display: Get bigjoiner config before dsc config d [...] new 768f17fd25e4 drm/i915/hwmon: Fix static analysis tool reported issues new 88a173e5dd05 drm/i915: Reject async flips with bigjoiner new dbcab554f777 drm/i915/mtl: Fix HDMI/DP PLL clock selection new 49e0a85ec344 drm/i915/dmc: Don't enable any pipe DMC events new d4b6e7f582e2 Merge tag 'drm-intel-fixes-2023-12-21' of git://anongit.fr [...] new 8afe6f0e0e25 Merge tag 'drm-fixes-2023-12-22' of git://anongit.freedesk [...]
The 18 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_vm.c | 1 + drivers/gpu/drm/amd/amdkfd/kfd_svm.c | 18 ++++++--- drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c | 27 ++++++++------ drivers/gpu/drm/amd/display/dc/core/dc.c | 26 +++++++++---- .../drm/amd/display/dc/dml2/display_mode_core.c | 2 +- .../drm/amd/display/dc/hwss/dcn32/dcn32_hwseq.c | 6 +++ .../amd/display/include/grph_object_ctrl_defs.h | 2 + drivers/gpu/drm/i915/display/intel_cx0_phy.c | 3 +- drivers/gpu/drm/i915/display/intel_display.c | 13 ++++++- drivers/gpu/drm/i915/display/intel_dmc.c | 43 +++++++++++++++++++++- drivers/gpu/drm/i915/i915_hwmon.c | 4 +- include/trace/events/9p.h | 11 ++++-- net/9p/protocol.c | 17 +++++++-- 13 files changed, 132 insertions(+), 41 deletions(-)