Hi Dave & Sima, Here goes drm-intel-fixes PR towards v6.12 release. Just two fixes: One potential OOPS fix for TV outputs and skip GSC loading on ARL-H and ARL-U with old FW. Regards, Joonas *** drm-intel-fixes-2024-11-14: - Don't load GSC on ARL-H and ARL-U if too old FW - Avoid potential OOPS in enabling/disabling TV output The following changes since commit 2d5404caa8c7bb5c4e0435f94b28834ae5456623: Linux 6.12-rc7 (2024-11-10 14:19:35 -0800) are available in the Git repository at: https://gitlab.freedesktop.org/drm/i915/kernel.git tags/drm-intel-fixes-2024-11-14 for you to fetch changes up to 67e023b93d69e5a21b16f9602656a803d314e825: drm/i915: Grab intel_display from the encoder to avoid potential oopsies (2024-11-12 11:08:06 +0200) ---------------------------------------------------------------- - Don't load GSC on ARL-H and ARL-U if too old FW - Avoid potential OOPS in enabling/disabling TV output ---------------------------------------------------------------- Daniele Ceraolo Spurio (1): drm/i915/gsc: ARL-H and ARL-U need a newer GSC FW. Ville Syrjälä (1): drm/i915: Grab intel_display from the encoder to avoid potential oopsies drivers/gpu/drm/i915/display/intel_tv.c | 4 +-- drivers/gpu/drm/i915/gt/uc/intel_gsc_fw.c | 50 ++++++++++++++++++++----------- drivers/gpu/drm/i915/i915_drv.h | 8 +++-- drivers/gpu/drm/i915/intel_device_info.c | 24 +++++++++++---- drivers/gpu/drm/i915/intel_device_info.h | 4 ++- include/drm/intel/i915_pciids.h | 19 +++++++++--- 6 files changed, 77 insertions(+), 32 deletions(-)