From patchwork Wed Jan 8 18:18:00 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tvrtko Ursulin X-Patchwork-Id: 13931440 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 C060EE77199 for ; Wed, 8 Jan 2025 18:18:16 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 484D710EC50; Wed, 8 Jan 2025 18:18:16 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=igalia.com header.i=@igalia.com header.b="H2l0rVTc"; dkim-atps=neutral Received: from fanzine2.igalia.com (fanzine.igalia.com [178.60.130.6]) by gabe.freedesktop.org (Postfix) with ESMTPS id 64AE610EC50; Wed, 8 Jan 2025 18:18:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=igalia.com; s=20170329; h=Content-Type:MIME-Version:Message-ID:Subject:Cc:To:From:Date: Sender:Reply-To:Content-Transfer-Encoding:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=7bPFexfyl2E9vg03GhDgGsD/6hKiZPvlak9kT5kHh9E=; b=H2l0rVTcYn3DGxzkdtyGTbm8iA g/NXAMcSF/165WL5g6GlpjMQByT3e50JlWYQsnhOz48x49xqDBYOnq6/ts0uff/69gVzU/pg+IxQI Yy5GP7JDKGuOxwjQOxyk4rpeUfX48g+0MQ5J4ChM9U/Nf8o1iPwZphjIcAr2+A5VLj6kZXOU6MVk1 gA0UGNJBzOwF9QpAawQO4JDmLEuVujJnPK4S29qK+aiSAzWq/0T2OrBSXOC+EXuauydCrA9poZ4Pf JZFtT02FaVxu/0MfG+vQd5bl2Y57TbmfASJDb7MYNTki5BUTEhRmAXNHmdXpEOjgNhcQ3J7tkUNdG mm37QGtw==; Received: from [90.241.98.187] (helo=localhost) by fanzine2.igalia.com with esmtpsa (Cipher TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim) id 1tVacz-00DEud-56; Wed, 08 Jan 2025 19:18:01 +0100 Date: Wed, 8 Jan 2025 18:18:00 +0000 From: Tvrtko Ursulin To: Dave Airlie , Daniel Vetter Cc: Jani Nikula , Joonas Lahtinen , Tvrtko Ursulin , Rodrigo Vivi , Thomas Zimmermann , Maarten Lankhorst , Maxime Ripard , Thomas =?iso-8859-1?q?Hellstr=F6m?= , Oded Gabbay , Lucas De Marchi , dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org, dim-tools@lists.freedesktop.org Subject: [PULL] drm-intel-fixes Message-ID: MIME-Version: 1.0 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, Just one fix this week - a revert to unbreak HDCP compliance. Should be fine but with a disclaimer that no testing happened. It appears CI is on fire due rc6 being severely broken somewhere in the vmstat code. Which dumps a large warning on boot in the whole CI farm. Tvrtko drm-intel-fixes-2025-01-08: - Revert "drm/i915/hdcp: Don't enable HDCP1.4 directly from check_link" [hdcp] (Suraj Kandpal) The following changes since commit 9d89551994a430b50c4fffcb1e617a057fa76e20: Linux 6.13-rc6 (2025-01-05 14:13:40 -0800) are available in the Git repository at: https://gitlab.freedesktop.org/drm/i915/kernel.git tags/drm-intel-fixes-2025-01-08 for you to fetch changes up to 77bf21a03a2ad45cf66f73f13154b1669d9cf52a: Revert "drm/i915/hdcp: Don't enable HDCP1.4 directly from check_link" (2025-01-08 08:53:35 +0000) ---------------------------------------------------------------- - Revert "drm/i915/hdcp: Don't enable HDCP1.4 directly from check_link" [hdcp] (Suraj Kandpal) ---------------------------------------------------------------- Suraj Kandpal (1): Revert "drm/i915/hdcp: Don't enable HDCP1.4 directly from check_link" drivers/gpu/drm/i915/display/intel_hdcp.c | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-)