Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: MIT
0002 /*
0003  * Copyright (C) 2021 Advanced Micro Devices, Inc.
0004  *
0005  * Authors: AMD
0006  */
0007 
0008 #ifndef __DC_HWSS_DCN303_H__
0009 #define __DC_HWSS_DCN303_H__
0010 
0011 #include "hw_sequencer_private.h"
0012 
0013 void dcn303_dpp_pg_control(struct dce_hwseq *hws, unsigned int dpp_inst, bool power_on);
0014 void dcn303_hubp_pg_control(struct dce_hwseq *hws, unsigned int hubp_inst, bool power_on);
0015 void dcn303_dsc_pg_control(struct dce_hwseq *hws, unsigned int dsc_inst, bool power_on);
0016 void dcn303_enable_power_gating_plane(struct dce_hwseq *hws, bool enable);
0017 
0018 #endif /* __DC_HWSS_DCN303_H__ */