Re: [PATCH v2 06/27] drm/dp_mst: Combine redundant cases in drm_dp_encode_sideband_req()

From: Dave Airlie
Date: Tue Sep 03 2019 - 17:36:15 EST


On Wed, 4 Sep 2019 at 06:48, Lyude Paul <lyude@xxxxxxxxxx> wrote:
>
> Noticed this while working on adding a drm_dp_decode_sideband_req().
> DP_POWER_DOWN_PHY/DP_POWER_UP_PHY both use the same struct, so we can
> just combine their cases.

both use the same struct as enum path resources?

Since otherwise the patch doesn't make sense.

With that fixed:
Reviewed-by: Dave Airlie <airlied@xxxxxxxxxx>