Re: [PATCH] drm/dp_mst: Lower down debug info level when receive NAK

2022-04-28 Thread Lin, Wayne
/dp_mst: Lower down debug info level when receive NAK Reviewed-by: Lyude Paul Will push to drm-misc-next in a bit On Thu, 2022-04-28 at 20:49 +0800, Wayne Lin wrote: > [Why] > It's reasonable that we receive NAK while doing DP_REMOTE_DPCD_READ. > Downstream device might reply NAK with

Re: [PATCH] drm/dp_mst: Lower down debug info level when receive NAK

2022-04-28 Thread Lyude Paul
Reviewed-by: Lyude Paul Will push to drm-misc-next in a bit On Thu, 2022-04-28 at 20:49 +0800, Wayne Lin wrote: > [Why] > It's reasonable that we receive NAK while doing DP_REMOTE_DPCD_READ. > Downstream device might reply NAK with the reason and source should > react accordingly. > > e.g. > 1.

[PATCH] drm/dp_mst: Lower down debug info level when receive NAK

2022-04-28 Thread Wayne Lin
[Why] It's reasonable that we receive NAK while doing DP_REMOTE_DPCD_READ. Downstream device might reply NAK with the reason and source should react accordingly. e.g. 1. When downstream device can't handle corresponding message in time, it then replies NAK as reason been set as DEFER. 2. When mult

Re: [PATCH] drm/dp_mst: Lower down debug info level when receive NAK

2022-03-29 Thread Harry Wentland
On 2022-03-29 04:05, Wayne Lin wrote: > [Why] > It's reasonable that we receive NAK while doing DP_REMOTE_DPCD_READ. > Downstream device might reply NAK with the reason and source should > react accordingly. > > e.g. > 1. When downstream device can't handle corresponding message in time, > it t

[PATCH] drm/dp_mst: Lower down debug info level when receive NAK

2022-03-29 Thread Wayne Lin
[Why] It's reasonable that we receive NAK while doing DP_REMOTE_DPCD_READ. Downstream device might reply NAK with the reason and source should react accordingly. e.g. 1. When downstream device can't handle corresponding message in time, it then replies NAK as reason been set as DEFER. 2. When mult