1254219Scy/*
2254219Scy * Copyright 2020 Advanced Micro Devices, Inc.
3254219Scy *
4254219Scy * Permission is hereby granted, free of charge, to any person obtaining a
5254219Scy * copy of this software and associated documentation files (the "Software"),
6254219Scy * to deal in the Software without restriction, including without limitation
7254219Scy * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8254219Scy * and/or sell copies of the Software, and to permit persons to whom the
9254219Scy * Software is furnished to do so, subject to the following conditions:
10254219Scy *
11254219Scy * The above copyright notice and this permission notice shall be included in
12254219Scy * all copies or substantial portions of the Software.
13254219Scy *
14254219Scy * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15254219Scy * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16254219Scy * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
17 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
18 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20 * OTHER DEALINGS IN THE SOFTWARE.
21 *
22 * Authors: AMD
23 *
24 */
25
26#ifndef __DC_OPTC_DCN301_H__
27#define __DC_OPTC_DCN301_H__
28
29#include "dcn20/dcn20_optc.h"
30#include "dcn30/dcn30_optc.h"
31
32void dcn301_timing_generator_init(struct optc *optc1);
33void optc301_setup_manual_trigger(struct timing_generator *optc);
34void optc301_set_drr(struct timing_generator *optc, const struct drr_params *params);
35
36#endif /* __DC_OPTC_DCN301_H__ */
37