xref: /linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_pmo/dml2_pmo_factory.h (revision 3a39d672e7f48b8d6b91a09afa4b55352773b4b5)
1 // SPDX-License-Identifier: MIT
2 //
3 // Copyright 2024 Advanced Micro Devices, Inc.
4 
5 #ifndef __DML2_PMO_FACTORY_H__
6 #define __DML2_PMO_FACTORY_H__
7 
8 #include "dml2_internal_shared_types.h"
9 #include "dml_top_types.h"
10 
11 bool dml2_pmo_create(enum dml2_project_id project_id, struct dml2_pmo_instance *out);
12 
13 #endif
14