| .. | .. |
|---|
| 27 | 27 | #define __DC_HWSS_DCE100_H__ |
|---|
| 28 | 28 | |
|---|
| 29 | 29 | #include "core_types.h" |
|---|
| 30 | +#include "hw_sequencer_private.h" |
|---|
| 30 | 31 | |
|---|
| 31 | 32 | struct dc; |
|---|
| 32 | 33 | struct dc_state; |
|---|
| 33 | 34 | |
|---|
| 34 | 35 | void dce100_hw_sequencer_construct(struct dc *dc); |
|---|
| 35 | 36 | |
|---|
| 36 | | -void dce100_set_bandwidth( |
|---|
| 37 | +void dce100_prepare_bandwidth( |
|---|
| 37 | 38 | 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); |
|---|
| 40 | 44 | |
|---|
| 41 | 45 | bool dce100_enable_display_power_gating(struct dc *dc, uint8_t controller_id, |
|---|
| 42 | 46 | struct dc_bios *dcb, |
|---|