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 07C98D116EA for ; Fri, 28 Nov 2025 09:28:00 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 9CB0510E04A; Fri, 28 Nov 2025 09:28:00 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="bROiYvLl"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.13]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5C28710E04A; Fri, 28 Nov 2025 09:27:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1764322080; x=1795858080; h=from:to:subject:in-reply-to:references:date:message-id: mime-version; bh=/r6RjDuNcXDKMMbDxjuEaoS7gB+TVKKlBItFUbAaEgU=; b=bROiYvLlPc6yUXPR1G8xDYjWfZYGZTb226ox6jmbtnzpVcipRZbH2FkN +eb9ecWWdkF4buEz6q4Kv0YvCZvOJESjK0tGwnZCRcJh/vOUo1DXu97zf HpOMQl4QeF1JDxwi2wD7tmgWmM892Y1kt6f+mpH/urzRVlIpaYWqOLtEf bHD8BmEUmb23U4dQRrSm3XdsSCL6ZnnAFzbtKPJpV5u4r+XGarabl3VdO prRDO1jMbmGBt9ED0IhVFvmH4LHq9O80FuTO3gyZvSTTeappObB/DF/oO rpL7KrOt9dhJYokwbhTh89HkK90bByFzP1e68Gojr39Kejdnwy3BXwSkE Q==; X-CSE-ConnectionGUID: bdPbBaKgRG+nwF7PXgBrXA== X-CSE-MsgGUID: f+9/BcbyTiuUHE7BexS8fA== X-IronPort-AV: E=McAfee;i="6800,10657,11626"; a="77460365" X-IronPort-AV: E=Sophos;i="6.20,232,1758610800"; d="scan'208";a="77460365" Received: from fmviesa009.fm.intel.com ([10.60.135.149]) by orvoesa105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Nov 2025 01:27:59 -0800 X-CSE-ConnectionGUID: EOXnuR1XTdWOdR3bDY7k2Q== X-CSE-MsgGUID: bPMI93eOS3+q/AqXd0gXQA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.20,232,1758610800"; d="scan'208";a="193862341" Received: from slindbla-desk.ger.corp.intel.com (HELO localhost) ([10.245.246.83]) by fmviesa009-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Nov 2025 01:27:57 -0800 From: Jani Nikula To: "Kandpal, Suraj" , "intel-gfx@lists.freedesktop.org" , "intel-xe@lists.freedesktop.org" Subject: RE: [PATCH 1/2] drm/i915/hdcp: move i915 specific HDCP GSC implementation to i915 In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: Date: Fri, 28 Nov 2025 11:27:54 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: intel-xe@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel Xe graphics driver List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" On Fri, 28 Nov 2025, "Kandpal, Suraj" wrote: >> Subject: [PATCH 1/2] drm/i915/hdcp: move i915 specific HDCP GSC >> implementation to i915 >> >> The HDCP GSC implementation is different for both i915 and xe. Move the >> i915 specific implementation from display to i915 core. >> >> Signed-off-by: Jani Nikula > > LGTM, > Reviewed-by: Suraj Kandpal Thanks, series pushed to din. BR, Jani. -- Jani Nikula, Intel