forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
kernel/drivers/gpu/drm/amd/display/dc/dce100/dce100_hw_sequencer.h
....@@ -27,16 +27,20 @@
2727 #define __DC_HWSS_DCE100_H__
2828
2929 #include "core_types.h"
30
+#include "hw_sequencer_private.h"
3031
3132 struct dc;
3233 struct dc_state;
3334
3435 void dce100_hw_sequencer_construct(struct dc *dc);
3536
36
-void dce100_set_bandwidth(
37
+void dce100_prepare_bandwidth(
3738 struct dc *dc,
38
- struct dc_state *context,
39
- bool decrease_allowed);
39
+ struct dc_state *context);
40
+
41
+void dce100_optimize_bandwidth(
42
+ struct dc *dc,
43
+ struct dc_state *context);
4044
4145 bool dce100_enable_display_power_gating(struct dc *dc, uint8_t controller_id,
4246 struct dc_bios *dcb,