]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/panel: sw43408: Separate reset sequence into own function
authorDavid Heidelberg <david@ixit.cz>
Sun, 14 Dec 2025 14:51:20 +0000 (15:51 +0100)
committerNeil Armstrong <neil.armstrong@linaro.org>
Tue, 16 Dec 2025 10:21:33 +0000 (11:21 +0100)
commit5f0cc92fa0dab7cbb999dedc653f5857a62b2022
tree1de407cda7bafe71433a8031725b7c0c2083c5df
parentbe85d4124dbe6ed597c7a6a16e53d8b98684fab6
drm/panel: sw43408: Separate reset sequence into own function

Splitting reset() from prepare() follows clean coding practices and lets
us potentially make reset optional in the future for flicker-less
takeover from a bootloader or framebuffer driver where the panel is
already configured.

Signed-off-by: David Heidelberg <david@ixit.cz>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://patch.msgid.link/20251214-pixel-3-v7-4-b1c0cf6f224d@ixit.cz
drivers/gpu/drm/panel/panel-lg-sw43408.c