Re: [PATCH] drm/bridge: it6505: Send DPCD SET_POWER to downstream

2022-05-02 Thread Robert Foss
On Mon, 25 Apr 2022 at 15:44, Pin-Yen Lin wrote: > > Send DPCD SET_POWER command to downstream in .atomic_disable to make the > downstream monitor enter the power down mode, so the device suspend won't > be affected. > > Fixes: b5c84a9edcd418 ("drm/bridge: add it6505 driver") > Signed-off-by: Pin-

[PATCH] drm/bridge: it6505: Send DPCD SET_POWER to downstream

2022-04-25 Thread Pin-Yen Lin
Send DPCD SET_POWER command to downstream in .atomic_disable to make the downstream monitor enter the power down mode, so the device suspend won't be affected. Fixes: b5c84a9edcd418 ("drm/bridge: add it6505 driver") Signed-off-by: Pin-Yen Lin --- drivers/gpu/drm/bridge/ite-it6505.c | 29 +++