/* * Copyright 2017 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. * */ /* * stream_encoder.h * */ #ifndef STREAM_ENCODER_H_ #define STREAM_ENCODER_H_ #include "audio_types.h" #include "hw_shared.h" struct dc_bios; struct dc_context; struct dc_crtc_timing; enum dp_pixel_encoding_type { … }; enum dp_component_depth { … }; struct audio_clock_info { … }; enum dynamic_metadata_mode { … }; struct enc_sdp_line_num { … }; struct encoder_info_frame { … }; struct encoder_unblank_param { … }; struct encoder_set_dp_phy_pattern_param { … }; struct stream_encoder { … }; struct enc_state { … }; struct stream_encoder_funcs { … }; struct hpo_dp_stream_encoder_state { … }; struct hpo_dp_stream_encoder { … }; struct hpo_dp_stream_encoder_funcs { … }; #endif /* STREAM_ENCODER_H_ */