From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E4D31C55163 for ; Fri, 20 Feb 2026 08:31:42 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6CE7710E79F; Fri, 20 Feb 2026 08:31:40 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="TRTzkVfe"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.19]) by gabe.freedesktop.org (Postfix) with ESMTPS id 59AB510E209; Fri, 20 Feb 2026 08:31:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1771576299; x=1803112299; h=date:from:to:cc:subject:message-id:mime-version; bh=CLd+jDq+JY8wl40+mKzVQ42ndGvdMUR60X6IjH9vRNc=; b=TRTzkVfe2rb5saTbdDlwgkIGeRFohcXE1NRtxLv96lBXE/Cc7wi34iFs xoDtlfpTY+/oe48hz+NvCPK8CLDceSK+/+l01nppGvY28rm/LPooumYWt AcI85L/92ddG+eMv7sLBgPJ9anRvwfueq7Q2mu6xoyVTKg9EGw+ktGW1N RacWeq53Ythrrn+p93WhmDGbJ6M+d8CcngcdSe7FLJuw1hPsEzgZvR54i nFWFJqeHPo79elfcKDfgAJ6m0CTIQxG10Q9kV7lMXJSv/e+M5cnzT0N/i axEqUSDw4T2Xy2ZhLOw7eSLRSuni8uU+jbHO1ORXfuhsZKQl1UkhpON84 Q==; X-CSE-ConnectionGUID: ROvk64FETxKwzadxx+5dxQ== X-CSE-MsgGUID: JIZhhX00TeyroPC+o3kG/A== X-IronPort-AV: E=McAfee;i="6800,10657,11706"; a="71693391" X-IronPort-AV: E=Sophos;i="6.21,301,1763452800"; d="scan'208";a="71693391" Received: from fmviesa005.fm.intel.com ([10.60.135.145]) by fmvoesa113.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Feb 2026 00:31:38 -0800 X-CSE-ConnectionGUID: dLsxdRtyRmSbRxyT7HJe/w== X-CSE-MsgGUID: ov8T7BZNSAC7UU586oczYg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.21,301,1763452800"; d="scan'208";a="219342577" Received: from pgcooper-mobl3.ger.corp.intel.com (HELO localhost) ([10.245.245.24]) by fmviesa005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Feb 2026 00:31:34 -0800 Date: Fri, 20 Feb 2026 10:31:31 +0200 From: Joonas Lahtinen To: Dave Airlie , Simona Vetter Cc: Jani Nikula , Joonas Lahtinen , Tvrtko Ursulin , Rodrigo Vivi , Thomas Zimmermann , Maarten Lankhorst , Maxime Ripard , Matthew Brost , Thomas =?iso-8859-1?Q?Hellstr=F6m?= , Oded Gabbay , dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org, dim-tools@lists.freedesktop.org Subject: [PULL] drm-intel-next-fixes Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Hi Dave & Sima, Here's drm-intel-next-fixes PR towards 7.0-rc1. Just one display fix to DP mode validation. Regards, Joonas *** drm-intel-next-fixes-2026-02-20: - Add missing slice count check during DP mode validation The following changes since commit 57b85fd53fccfdf14ce7b36d919c31aa752255f8: drm/i915/acpi: free _DSM package when no connectors (2026-02-12 08:03:11 +0200) are available in the Git repository at: https://gitlab.freedesktop.org/drm/i915/kernel.git tags/drm-intel-next-fixes-2026-02-20 for you to fetch changes up to 777a02812f739af9e349cd0f695400a1d84053f4: drm/i915/dp: Add missing slice count check during mode validation (2026-02-17 18:31:16 +0200) ---------------------------------------------------------------- - Add missing slice count check during DP mode validation ---------------------------------------------------------------- Imre Deak (1): drm/i915/dp: Add missing slice count check during mode validation drivers/gpu/drm/i915/display/intel_dp.c | 3 +++ 1 file changed, 3 insertions(+)