drm/amd/display: Edit license info for beige goby DC files
[linux-2.6-microblaze.git] / drivers / gpu / drm / amd / display / dc / dcn303 / dcn303_hwseq.h
1 // SPDX-License-Identifier: MIT
2 /*
3  * Copyright (C) 2021 Advanced Micro Devices, Inc.
4  *
5  * Authors: AMD
6  */
7
8 #ifndef __DC_HWSS_DCN303_H__
9 #define __DC_HWSS_DCN303_H__
10
11 #include "hw_sequencer_private.h"
12
13 void dcn303_dpp_pg_control(struct dce_hwseq *hws, unsigned int dpp_inst, bool power_on);
14 void dcn303_hubp_pg_control(struct dce_hwseq *hws, unsigned int hubp_inst, bool power_on);
15 void dcn303_dsc_pg_control(struct dce_hwseq *hws, unsigned int dsc_inst, bool power_on);
16
17 #endif /* __DC_HWSS_DCN303_H__ */