|
@@ -132,6 +132,8 @@ static inline struct dc_link *dc_get_link_at_index(struct dc *dc, uint32_t link_
|
|
bool dc_link_set_backlight_level(const struct dc_link *dc_link, uint32_t level,
|
|
bool dc_link_set_backlight_level(const struct dc_link *dc_link, uint32_t level,
|
|
uint32_t frame_ramp, const struct dc_stream_state *stream);
|
|
uint32_t frame_ramp, const struct dc_stream_state *stream);
|
|
|
|
|
|
|
|
+bool dc_link_set_abm_disable(const struct dc_link *dc_link);
|
|
|
|
+
|
|
bool dc_link_set_psr_enable(const struct dc_link *dc_link, bool enable, bool wait);
|
|
bool dc_link_set_psr_enable(const struct dc_link *dc_link, bool enable, bool wait);
|
|
|
|
|
|
bool dc_link_get_psr_state(const struct dc_link *dc_link, uint32_t *psr_state);
|
|
bool dc_link_get_psr_state(const struct dc_link *dc_link, uint32_t *psr_state);
|