Re: [PATCH v5 1/3] drm/dp_mst: Add self-tests for up requests

2021-05-27 Thread Lyude Paul
On Tue, 2021-05-25 at 10:59 +1000, Sam McNally wrote: > Up requests are decoded by drm_dp_sideband_parse_req(), which operates > on a drm_dp_sideband_msg_rx, unlike down requests. Expand the existing > self-test helper sideband_msg_req_encode_decode() to copy the message > contents and length from

[PATCH v5 1/3] drm/dp_mst: Add self-tests for up requests

2021-05-24 Thread Sam McNally
Up requests are decoded by drm_dp_sideband_parse_req(), which operates on a drm_dp_sideband_msg_rx, unlike down requests. Expand the existing self-test helper sideband_msg_req_encode_decode() to copy the message contents and length from a drm_dp_sideband_msg_tx to drm_dp_sideband_msg_rx and use the