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 CD6A5CDB466 for ; Thu, 25 Jun 2026 06:19:57 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 206AD10F108; Thu, 25 Jun 2026 06:19:57 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="iQz4Y8zZ"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.11]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7A47A10F108; Thu, 25 Jun 2026 06:19:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1782368396; x=1813904396; h=date:from:to:cc:subject:message-id:mime-version: content-transfer-encoding; bh=AyM+aw5nNVjxOuNEXVRIO3mu4AwClj92WraJZX4Q9rA=; b=iQz4Y8zZTiy1IOPLcp72wRcXaNiiqlu8Fh4KGCocBPjK3qYcz7CAZNrm S8mVBXIknjbApqptPZcUyENMF+xXbUtetWB89loMtfhHXjeqUNKHaSA/T YX1dHtQNHB0QZVIc87QFKCk/SF3raCKIt139mzn/1rc/hJ7QsHchDwpdB ytsGkL4pUuHTVOewpSou1h5CeBtNEc0JX0Yb52yjR/ZvLTGRbk4kmFa8n yE/AWK2T+cUMTiOyDUFRiKtmBZJRsp5kIz0ZlssLUnMHhqoVFTdoOWCyZ We4Uwr2H5yJn/fJQf5u/0eeF6S9FNNBhaIh/O7ySt9ILDRTlUutuNHfqa w==; X-CSE-ConnectionGUID: UcxrcFvMSeaCp6R2oXGCOQ== X-CSE-MsgGUID: VQd3QReISHG+15zDHAzGJg== X-IronPort-AV: E=McAfee;i="6800,10657,11827"; a="93496693" X-IronPort-AV: E=Sophos;i="6.24,223,1774335600"; d="scan'208";a="93496693" Received: from fmviesa006.fm.intel.com ([10.60.135.146]) by orvoesa103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Jun 2026 23:19:56 -0700 X-CSE-ConnectionGUID: xEnSM9nuSCWF15fHn1U8Dw== X-CSE-MsgGUID: dt0NpfcqQ86NEx4+nD/jlg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.24,223,1774335600"; d="scan'208";a="246008921" Received: from mkosciow-mobl1.ger.corp.intel.com (HELO localhost) ([10.245.245.75]) by fmviesa006-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Jun 2026 23:19:51 -0700 Date: Thu, 25 Jun 2026 09:19:48 +0300 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=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Dave & Sima, Here goes drm-intel-next-fixes PR towards 7.2-rc1. Just one display corruption fix for GLK and one Spectre mitigation for parallel submit IOCTL. Regards, Joonas *** drm-intel-next-fixes-2026-06-25-1: - Fix corrupted display output on GLK, #16209 (Ville) - Add missing Spectre mitigation for parallel submit IOCTL (Joonas) The following changes since commit 062499cc4813b5a3cbed5dd4fbe0177265858450: drm/i915/mtl+: Enable PPS before PLL (2026-06-16 13:06:09 -0400) are available in the Git repository at: https://gitlab.freedesktop.org/drm/i915/kernel.git tags/drm-intel-next-fixes-2026-06-25-1 for you to fetch changes up to 2ee8dbd880b14fb0b5115bf2353c7900aa33b95b: drm/i915/cdclk: Fix up CDCLK_FREQ_DECIMAL without a full PLL re-enable (2026-06-24 13:53:32 +0300) ---------------------------------------------------------------- - Fix corrupted display output on GLK, #16209 (Ville) - Add missing Spectre mitigation for parallel submit IOCTL (Joonas) ---------------------------------------------------------------- Joonas Lahtinen (1): drm/i915/gem: Add missing nospec on parallel submit slot Ville Syrjälä (1): drm/i915/cdclk: Fix up CDCLK_FREQ_DECIMAL without a full PLL re-enable drivers/gpu/drm/i915/display/intel_cdclk.c | 41 ++++++++++++++++++++++++----- drivers/gpu/drm/i915/gem/i915_gem_context.c | 1 + 2 files changed, 35 insertions(+), 7 deletions(-)