|
@@ -49,6 +49,13 @@ bool dm_helpers_dp_mst_write_payload_allocation_table(
|
|
struct dp_mst_stream_allocation_table *proposed_table,
|
|
struct dp_mst_stream_allocation_table *proposed_table,
|
|
bool enable);
|
|
bool enable);
|
|
|
|
|
|
|
|
+/*
|
|
|
|
+ * Clear payload allocation table before enable MST DP link.
|
|
|
|
+ */
|
|
|
|
+void dm_helpers_dp_mst_clear_payload_allocation_table(
|
|
|
|
+ struct dc_context *ctx,
|
|
|
|
+ const struct dc_link *link);
|
|
|
|
+
|
|
/*
|
|
/*
|
|
* Polls for ACT (allocation change trigger) handled and
|
|
* Polls for ACT (allocation change trigger) handled and
|
|
*/
|
|
*/
|