drm/bridge: it6505: Power on downstream device in .atomic_enable
authorPin-Yen Lin <treapking@chromium.org>
Thu, 14 Jul 2022 09:39:20 +0000 (17:39 +0800)
committerRobert Foss <robert.foss@linaro.org>
Mon, 18 Jul 2022 11:27:23 +0000 (13:27 +0200)
commitfbc1fdaa8338ec4ebd862d918a0ce3e12033e8a3
tree8577aedb89aaa9b6dd96b962cd881853ba40cd20
parent6fc20a8592f569395aadc9fd97336facdee84f0d
drm/bridge: it6505: Power on downstream device in .atomic_enable

Send DPCD DP_SET_POWER_D0 command to the monitor in .atomic_enable
callback. Without this command, some monitors won't show up again after
changing the resolution.

Fixes: 46ca7da7f1e8 ("drm/bridge: it6505: Send DPCD SET_POWER to downstream")

Signed-off-by: Pin-Yen Lin <treapking@chromium.org>
Reviewed-by: Allen Chen <allen.chen@ite.com.tw>
Fixes: 46ca7da7f1e8 ("drm/bridge: it6505: Send DPCD SET_POWER to downstream")
Signed-off-by: Robert Foss <robert.foss@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20220714173715.v2.1.I85af54e9ceda74ec69f661852825845f983fc343@changeid
drivers/gpu/drm/bridge/ite-it6505.c