Re: [PATCH v2] drm/bridge: it6505: Fix the order of DP_SET_POWER commands

2022-08-30 Thread Robert Foss
On Tue, 30 Aug 2022 at 06:58, Pin-yen Lin wrote: > > Send DP_SET_POWER_D3 command to the downstream before stopping DP, so the > suspend process will not be interrupted by the HPD interrupt. Also modify > the order in .atomic_enable callback to make the callbacks symmetric. > > Fixes: 46ca7da7f1e8

[PATCH v2] drm/bridge: it6505: Fix the order of DP_SET_POWER commands

2022-08-29 Thread Pin-yen Lin
Send DP_SET_POWER_D3 command to the downstream before stopping DP, so the suspend process will not be interrupted by the HPD interrupt. Also modify the order in .atomic_enable callback to make the callbacks symmetric. Fixes: 46ca7da7f1e8 ("drm/bridge: it6505: Send DPCD SET_POWER to downstream") Si