Hi Linus, Pretty quiet for this week, just i915 and amdgpu fixes, I think the misc tree got lost this week, but didn't seem to have too much in it, so it can wait. I've also got a bunch of nouveau GSP fixes sailing around that'll probably land next time as well. Dave. drm-fixes-2023-12-22: drm fixes for 6.7-rc7 amdgpu: - DCN 3.5 fixes - DCN 3.2 SubVP fix - GPUVM fix amdkfd: - SVM fix for APUs i915: - Fix state readout and check for DSC and bigjoiner combo - Fix a potential integer overflow - Reject async flips with bigjoiner - Fix MTL HDMI/DP PLL clock selection - Fix various issues by disabling pipe DMC events The following changes since commit ceb6a6f023fd3e8b07761ed900352ef574010bcb: Linux 6.7-rc6 (2023-12-17 15:19:28 -0800) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2023-12-22 for you to fetch changes up to d4b6e7f582e29acac17bcaf7f7771138d72f89d2: Merge tag 'drm-intel-fixes-2023-12-21' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2023-12-22 13:11:09 +1000) ---------------------------------------------------------------- drm fixes for 6.7-rc7 amdgpu: - DCN 3.5 fixes - DCN 3.2 SubVP fix - GPUVM fix amdkfd: - SVM fix for APUs i915: - Fix state readout and check for DSC and bigjoiner combo - Fix a potential integer overflow - Reject async flips with bigjoiner - Fix MTL HDMI/DP PLL clock selection - Fix various issues by disabling pipe DMC events ---------------------------------------------------------------- Alvin Lee (1): drm/amd/display: Revert " drm/amd/display: Use channel_width = 2 for vram table 3.0" Ankit Nautiyal (1): drm/i915/display: Get bigjoiner config before dsc config during readout Charlene Liu (1): drm/amd/display: get dprefclk ss info from integration info table Dave Airlie (2): Merge tag 'amd-drm-fixes-6.7-2023-12-20' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes Merge tag 'drm-intel-fixes-2023-12-21' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes Hamza Mahfooz (1): drm/amd/display: disable FPO and SubVP for older DMUB versions on DCN32x Imre Deak (1): drm/i915/mtl: Fix HDMI/DP PLL clock selection Josip Pavic (1): drm/amd/display: dereference variable before checking for zero Karthik Poosa (1): drm/i915/hwmon: Fix static analysis tool reported issues Philip Yang (1): drm/amdkfd: svm range always mapped flag not working on APU Ville Syrjälä (2): drm/i915: Reject async flips with bigjoiner drm/i915/dmc: Don't enable any pipe DMC events Wayne Lin (1): drm/amd/display: Add case for dcn35 to support usb4 dmub hpd event ZhenGuo Yin (1): drm/amdgpu: re-create idle bo's PTE during VM state machine reset 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 +- 11 files changed, 112 insertions(+), 33 deletions(-)