summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/dcn303/dcn303_init.h
blob: 66b1e3604f074f14dcf8aae2ba9cc0a0bf01aae6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// SPDX-License-Identifier: MIT
/*
 * Copyright (C) 2021 Advanced Micro Devices, Inc.
 *
 * Authors: AMD
 */

#ifndef __DC_DCN303_INIT_H__
#define __DC_DCN303_INIT_H__

struct dc;

void dcn303_hw_sequencer_construct(struct dc *dc);

#endif /* __DC_DCN303_INIT_H__ */