xref: /linux/drivers/gpu/drm/amd/amdgpu/psp_v15_0.h (revision c17ee635fd3a482b2ad2bf5e269755c2eae5f25e)
1*9b24f63dSPratik Vishwakarma /*
2*9b24f63dSPratik Vishwakarma  * Copyright 2025 Advanced Micro Devices, Inc.
3*9b24f63dSPratik Vishwakarma  *
4*9b24f63dSPratik Vishwakarma  * Permission is hereby granted, free of charge, to any person obtaining a
5*9b24f63dSPratik Vishwakarma  * copy of this software and associated documentation files (the "Software"),
6*9b24f63dSPratik Vishwakarma  * to deal in the Software without restriction, including without limitation
7*9b24f63dSPratik Vishwakarma  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8*9b24f63dSPratik Vishwakarma  * and/or sell copies of the Software, and to permit persons to whom the
9*9b24f63dSPratik Vishwakarma  * Software is furnished to do so, subject to the following conditions:
10*9b24f63dSPratik Vishwakarma  *
11*9b24f63dSPratik Vishwakarma  * The above copyright notice and this permission notice shall be included in
12*9b24f63dSPratik Vishwakarma  * all copies or substantial portions of the Software.
13*9b24f63dSPratik Vishwakarma  *
14*9b24f63dSPratik Vishwakarma  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15*9b24f63dSPratik Vishwakarma  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16*9b24f63dSPratik Vishwakarma  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
17*9b24f63dSPratik Vishwakarma  * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
18*9b24f63dSPratik Vishwakarma  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
19*9b24f63dSPratik Vishwakarma  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20*9b24f63dSPratik Vishwakarma  * OTHER DEALINGS IN THE SOFTWARE.
21*9b24f63dSPratik Vishwakarma  *
22*9b24f63dSPratik Vishwakarma  */
23*9b24f63dSPratik Vishwakarma #ifndef __PSP_V15_0_0_H__
24*9b24f63dSPratik Vishwakarma #define __PSP_V15_0_0_H__
25*9b24f63dSPratik Vishwakarma 
26*9b24f63dSPratik Vishwakarma #include "amdgpu_psp.h"
27*9b24f63dSPratik Vishwakarma 
28*9b24f63dSPratik Vishwakarma void psp_v15_0_0_set_psp_funcs(struct psp_context *psp);
29*9b24f63dSPratik Vishwakarma 
30*9b24f63dSPratik Vishwakarma #endif
31