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 5108EC32792 for ; Tue, 23 Aug 2022 11:09:48 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id E857B10EC56; Tue, 23 Aug 2022 11:09:46 +0000 (UTC) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1D3BF10F344; Tue, 23 Aug 2022 11:09:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1661252976; x=1692788976; h=from:to:cc:subject:in-reply-to:references:date: message-id:mime-version; bh=RDXPW1FcYEVDFhnp5BVZ3m8YMvZs/+EeD7gFbEk+hhs=; b=laxr3NvlDNTNlz+6J8tsqYOlJgpmiryuC9hwTuF59hR0qUCHSza4ej7h xYPPQNCKNe3Q4z6hohh/iS7uoIO3ZP/+IJmzSz0jMhINrNEdcpA6OtXKV DJ4kNgB0gTsZD6JyxKQrSwyvV2bOAZGS6uhQSuTirRSaaQRdXQIKu+HE5 FfdpI2+3c/26H5zWIqvzYz/xB013fjw1mMUoyqC5oG6asYCx2c7tnB+dO wU3V/8FxDTs1tCSbAONHlYkjggx3iRCrJdFlxIoCdQ9us7hri98pyPLoR I+oXbZdvVej7yMHiAvYL7qCIYhr5A/nby7I3VDBinnR2s/lfHuAaovcto Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10447"; a="294942245" X-IronPort-AV: E=Sophos;i="5.93,257,1654585200"; d="scan'208";a="294942245" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Aug 2022 04:09:34 -0700 X-IronPort-AV: E=Sophos;i="5.93,257,1654585200"; d="scan'208";a="669984982" Received: from obeltran-mobl2.ger.corp.intel.com (HELO localhost) ([10.252.51.100]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Aug 2022 04:09:32 -0700 From: Jani Nikula To: Daniele Ceraolo Spurio , intel-gfx@lists.freedesktop.org In-Reply-To: <20220819225335.3947346-10-daniele.ceraolospurio@intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <20220819225335.3947346-1-daniele.ceraolospurio@intel.com> <20220819225335.3947346-10-daniele.ceraolospurio@intel.com> Date: Tue, 23 Aug 2022 14:09:30 +0300 Message-ID: <878rnfkyhh.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Intel-gfx] [PATCH v3 09/15] drm/i915/pxp: add huc authentication and loading command 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: , Cc: dri-devel@lists.freedesktop.org, Tomas Winkler , Vitaly Lubart , Alan Previn Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Fri, 19 Aug 2022, Daniele Ceraolo Spurio wrote: > diff --git a/drivers/gpu/drm/i915/pxp/intel_pxp_huc.h b/drivers/gpu/drm/i915/pxp/intel_pxp_huc.h > new file mode 100644 > index 000000000000..6cf2d00548c0 > --- /dev/null > +++ b/drivers/gpu/drm/i915/pxp/intel_pxp_huc.h > @@ -0,0 +1,15 @@ > +/* SPDX-License-Identifier: MIT */ > +/* > + * Copyright(c) 2021, Intel Corporation. All rights reserved. > + */ > + > +#ifndef __INTEL_PXP_HUC_H__ > +#define __INTEL_PXP_HUC_H__ > + > +#include Unnecessary. PSA: I'm going to keep nagging about unnecessary includes for as long as it takes to stop people from adding build dependencies for no actual reason. BR, Jani. -- Jani Nikula, Intel Open Source Graphics Center