diff options
author | Heiko Stuebner <heiko@sntech.de> | 2025-07-07 18:48:55 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2025-08-22 23:00:03 +0200 |
commit | 5efa82492066fcb32308210fb3f0b752af74334f (patch) | |
tree | 45c1c921115cadfe4fd71a47cb6e50e9ff498368 /rust/helpers/task.c | |
parent | 6c66eba502709a78281333187c1add7b71f7201f (diff) |
drm/panel: ilitek-ili9881c: move display_on/_off dcs calls to (un-)prepare
At least for panel-bridges, the atomic_enable call is defined as being
called right after the preceding element in the display pipe is enabled.
It is also stated that "The bridge can assume that the display pipe (i.e.
clocks and timing signals) feeding it is running when this callback is
called"
This means the DSI controller driving this display would have already
switched over to video-mode from command mode and thus dcs functions
should not be called anymore at this point.
This caused a non-working display for me, when trying to enable
the rk3576 dsi controller using a display using this controller.
Therefore move the display_on/off calls the more appropriate
prepare/unprepare callbacks.
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://lore.kernel.org/r/20250707164906.1445288-3-heiko@sntech.de
Diffstat (limited to 'rust/helpers/task.c')
0 files changed, 0 insertions, 0 deletions