/* * Copyright 2012-15 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. * * Authors: AMD * */ #ifndef __DAL_DDC_SERVICE_TYPES_H__ #define __DAL_DDC_SERVICE_TYPES_H__ /* 0010FA dongles (ST Micro) external converter chip id */ #define DP_BRANCH_DEVICE_ID_0010FA … /* 0022B9 external converter chip id */ #define DP_BRANCH_DEVICE_ID_0022B9 … #define DP_BRANCH_DEVICE_ID_00001A … #define DP_BRANCH_DEVICE_ID_0080E1 … #define DP_BRANCH_DEVICE_ID_90CC24 … #define DP_BRANCH_DEVICE_ID_00E04C … #define DP_BRANCH_DEVICE_ID_006037 … #define DP_BRANCH_DEVICE_ID_001CF8 … #define DP_BRANCH_DEVICE_ID_0060AD … #define DP_BRANCH_HW_REV_10 … #define DP_BRANCH_HW_REV_20 … #define DP_DEVICE_ID_0022B9 … #define DP_DEVICE_ID_38EC11 … #define DP_DEVICE_ID_BA4159 … #define DP_FORCE_PSRSU_CAPABILITY … #define DP_SINK_PSR_ACTIVE_VTOTAL … #define DP_SINK_PSR_ACTIVE_VTOTAL_CONTROL_MODE … #define DP_SOURCE_PSR_ACTIVE_VTOTAL … enum ddc_result { … }; enum ddc_service_type { … }; /** * display sink capability */ struct display_sink_capability { … }; struct av_sync_data { … }; #endif /* __DAL_DDC_SERVICE_TYPES_H__ */