1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/gpu/drm/i915/pxp/intel_pxp_huc.h
Tomas Winkler 887a193b4f drm/i915/pxp: add huc authentication and loading command
Add support for loading HuC via a pxp stream command.

V4:
1. Remove unnecessary include in intel_pxp_huc.h (Jani)
2. Adjust copyright year to 2022

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Vitaly Lubart <vitaly.lubart@intel.com>
Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Cc: Alan Previn <alan.previn.teres.alexis@intel.com>
Reviewed-by: Alan Previn <alan.previn.teres.alexis@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220928004145.745803-10-daniele.ceraolospurio@intel.com
2022-10-03 11:29:15 -07:00

13 lines
276 B
C

/* SPDX-License-Identifier: MIT */
/*
* Copyright(c) 2021-2022, Intel Corporation. All rights reserved.
*/
#ifndef __INTEL_PXP_HUC_H__
#define __INTEL_PXP_HUC_H__
struct intel_pxp;
int intel_pxp_huc_load_and_auth(struct intel_pxp *pxp);
#endif /* __INTEL_PXP_HUC_H__ */