Re: [PATCH v2] drm/dp_mst: Correct the bug in drm_dp_update_payload_part1()

2019-12-04 Thread Lyude Paul
Just pushed to drm-misc-next-fixes as e5a6ca27eb72c67533ddfc11c06df84beaa167fa, thanks! On Tue, 2019-12-03 at 12:24 +0800, Wayne Lin wrote: > [Why] > If the payload_state is DP_PAYLOAD_DELETE_LOCAL in series, current > code doesn't delete the payload at current index and just move the > index to

[PATCH v2] drm/dp_mst: Correct the bug in drm_dp_update_payload_part1()

2019-12-02 Thread Wayne Lin
[Why] If the payload_state is DP_PAYLOAD_DELETE_LOCAL in series, current code doesn't delete the payload at current index and just move the index to next one after shuffling payloads. [How] Drop the i++ increasing part in for loop head and decide whether to increase the index or not according to