/* * Copyright 2016 Advanced Micro Devices, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, distribute, sublicense, * and/or sell copies of the Software, and to permit persons to whom the * Software is furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR * OTHER DEALINGS IN THE SOFTWARE. * */ #ifndef _DM_PP_INTERFACE_ #define _DM_PP_INTERFACE_ #include "dm_services_types.h" #define PP_MAX_CLOCK_LEVELS … enum amd_pp_display_config_type { … }; struct single_display_configuration { … }; #define MAX_NUM_DISPLAY … struct amd_pp_display_configuration { … }; struct amd_pp_simple_clock_info { … }; enum PP_DAL_POWERLEVEL { … }; struct amd_pp_clock_info { … }; enum amd_pp_clock_type { … }; #define MAX_NUM_CLOCKS … struct amd_pp_clocks { … }; struct pp_clock_with_latency { … }; struct pp_clock_levels_with_latency { … }; struct pp_clock_with_voltage { … }; struct pp_clock_levels_with_voltage { … }; struct pp_display_clock_request { … }; #endif /* _DM_PP_INTERFACE_ */