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