Hi Dave & Daniel, Here's another drm-intel-next-fixes pull request. One Cc stable CSC plane index fix, then MST PLL fix and smaller null/oob/leak fixes. Regards, Joonas *** drm-intel-next-fixes-2023-04-20-1: Active port PLL MST fix for second stream, CSC plane index fix, null and oob array deref fixes and selftest memory leak fix. The following changes since commit 81900e3a37750d8c6ad705045310e002f6dd0356: drm/i915: disable sampler indirect state in bindless heap (2023-04-12 11:36:09 +0300) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-next-fixes-2023-04-20-1 for you to fetch changes up to 2c69679626d5daa680d71c77ad58af0088db537f: drm/i915/dp_mst: Fix active port PLL selection for secondary MST streams (2023-04-19 17:25:29 +0300) ---------------------------------------------------------------- Active port PLL MST fix for second stream, CSC plane index fix, null and oob array deref fixes and selftest memory leak fix. ---------------------------------------------------------------- Chaitanya Kumar Borah (1): drm/i915/color: Fix typo for Plane CSC indexes Cong Liu (1): drm/i915: Fix memory leaks in i915 selftests Imre Deak (1): drm/i915/dp_mst: Fix active port PLL selection for secondary MST streams Lucas De Marchi (1): drm/i915/gt: Avoid out-of-bounds access when loading HuC Ville Syrjälä (1): drm/i915: Make intel_get_crtc_new_encoder() less oopsy drivers/gpu/drm/i915/display/intel_ddi.c | 27 ++++++++++++++++++++------- drivers/gpu/drm/i915/display/intel_ddi.h | 3 +++ drivers/gpu/drm/i915/display/intel_display.c | 2 +- drivers/gpu/drm/i915/display/intel_dp_mst.c | 7 +++++++ drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c | 21 +++++++++++++++++---- drivers/gpu/drm/i915/i915_reg.h | 4 ++-- drivers/gpu/drm/i915/selftests/i915_gem_gtt.c | 4 +++- 7 files changed, 53 insertions(+), 15 deletions(-)