Re: [PATCH v5 01/10] drm/msm/dp: fix HPD state status bit shift value

From: Konrad Dybcio

Date: Fri May 22 2026 - 07:32:33 EST


On 3/14/26 2:09 AM, Dmitry Baryshkov wrote:
> From: Jessica Zhang <jesszhan0024@xxxxxxxxx>
>
> The HPD state status is the 3 most significant bits, not 4 bits of the
> HPD_INT_STATUS register.
>
> Fix the bit shift macro so that the correct bits are returned in
> msm_dp_aux_is_link_connected().
>
> Fixes: 19e52bcb27c2 ("drm/msm/dp: return correct connection status after suspend")
> Signed-off-by: Jessica Zhang <jessica.zhang@xxxxxxxxxxxxxxxx>
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxxxxxxxx>
> ---

Carrying over from v3..

Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>

Konrad