X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=include%2Fdrm%2Fdrm_dp_mst_helper.h;h=338fc1053835e5896a9046741c1599a54a3d24b2;hb=f815e2b3c0126c26911cac72b837f03a31c0c2ed;hp=9b446ada253218fa81fe26b2beb2675dc99952c5;hpb=13ead805c5a14b0e7ecd34f61404a5bfba655895;p=cascardo%2Flinux.git 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 { int payload_state; int start_slot; int num_slots; + int vcpi; }; /** @@ -454,6 +455,7 @@ struct drm_dp_mst_topology_mgr { struct drm_dp_vcpi **proposed_vcpis; struct drm_dp_payload *payloads; unsigned long payload_mask; + unsigned long vcpi_mask; wait_queue_head_t tx_waitq; struct work_struct work;