diff options
Diffstat (limited to 'include/drm/drm_dp_mst_helper.h')
-rw-r--r-- | include/drm/drm_dp_mst_helper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/drm/drm_dp_mst_helper.h b/include/drm/drm_dp_mst_helper.h index 9b446ada2532..338fc1053835 100644 --- a/include/drm/drm_dp_mst_helper.h +++ b/include/drm/drm_dp_mst_helper.h | |||
@@ -388,6 +388,7 @@ struct drm_dp_payload { | |||
388 | int payload_state; | 388 | int payload_state; |
389 | int start_slot; | 389 | int start_slot; |
390 | int num_slots; | 390 | int num_slots; |
391 | int vcpi; | ||
391 | }; | 392 | }; |
392 | 393 | ||
393 | /** | 394 | /** |
@@ -454,6 +455,7 @@ struct drm_dp_mst_topology_mgr { | |||
454 | struct drm_dp_vcpi **proposed_vcpis; | 455 | struct drm_dp_vcpi **proposed_vcpis; |
455 | struct drm_dp_payload *payloads; | 456 | struct drm_dp_payload *payloads; |
456 | unsigned long payload_mask; | 457 | unsigned long payload_mask; |
458 | unsigned long vcpi_mask; | ||
457 | 459 | ||
458 | wait_queue_head_t tx_waitq; | 460 | wait_queue_head_t tx_waitq; |
459 | struct work_struct work; | 461 | struct work_struct work; |