17c15fd86SMauro Rossi /*
27c15fd86SMauro Rossi  * Copyright 2020 Mauro Rossi <issor.oruam@gmail.com>
37c15fd86SMauro Rossi  *
47c15fd86SMauro Rossi  * Permission is hereby granted, free of charge, to any person obtaining a
57c15fd86SMauro Rossi  * copy of this software and associated documentation files (the "Software"),
67c15fd86SMauro Rossi  * to deal in the Software without restriction, including without limitation
77c15fd86SMauro Rossi  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
87c15fd86SMauro Rossi  *  and/or sell copies of the Software, and to permit persons to whom the
97c15fd86SMauro Rossi  * Software is furnished to do so, subject to the following conditions:
107c15fd86SMauro Rossi  *
117c15fd86SMauro Rossi  * The above copyright notice and this permission notice shall be included in
127c15fd86SMauro Rossi  * all copies or substantial portions of the Software.
137c15fd86SMauro Rossi  *
147c15fd86SMauro Rossi  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
157c15fd86SMauro Rossi  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
167c15fd86SMauro Rossi  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
177c15fd86SMauro Rossi  * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
187c15fd86SMauro Rossi  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
197c15fd86SMauro Rossi  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
207c15fd86SMauro Rossi  * OTHER DEALINGS IN THE SOFTWARE.
217c15fd86SMauro Rossi  *
227c15fd86SMauro Rossi  * Authors: AMD
237c15fd86SMauro Rossi  *
247c15fd86SMauro Rossi  */
257c15fd86SMauro Rossi 
267c15fd86SMauro Rossi #ifndef __DC_TIMING_GENERATOR_DCE60_H__
277c15fd86SMauro Rossi #define __DC_TIMING_GENERATOR_DCE60_H__
287c15fd86SMauro Rossi 
297c15fd86SMauro Rossi #include "timing_generator.h"
307c15fd86SMauro Rossi #include "../include/grph_object_id.h"
317c15fd86SMauro Rossi 
327c15fd86SMauro Rossi /* DCE6.0 implementation inherits from DCE11.0 */
337c15fd86SMauro Rossi void dce60_timing_generator_construct(
347c15fd86SMauro Rossi 	struct dce110_timing_generator *tg,
357c15fd86SMauro Rossi 	struct dc_context *ctx,
367c15fd86SMauro Rossi 	uint32_t instance,
377c15fd86SMauro Rossi 	const struct dce110_timing_generator_offsets *offsets);
387c15fd86SMauro Rossi 
397c15fd86SMauro Rossi #endif /* __DC_TIMING_GENERATOR_DCE60_H__ */
40