]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/panel: samsung-atna33xc20: Stop tracking prepared/enabled
authorDouglas Anderson <dianders@chromium.org>
Fri, 3 May 2024 21:33:05 +0000 (14:33 -0700)
committerDouglas Anderson <dianders@chromium.org>
Tue, 28 May 2024 20:09:11 +0000 (13:09 -0700)
commit5a847750aac8454a1604070ab99d689c0a6e4290
tree119e984f446a3f6a9c242e7e57fdd249af9939e1
parent2a9487b5aa55753993fde80e4841128c8da4df71
drm/panel: samsung-atna33xc20: Stop tracking prepared/enabled

As talked about in commit d2aacaf07395 ("drm/panel: Check for already
prepared/enabled in drm_panel"), we want to remove needless code from
panel drivers that was storing and double-checking the
prepared/enabled state. Even if someone was relying on the
double-check before, that double-check is now in the core and not
needed in individual drivers.

Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Maxime Ripard <mripard@kernel.org>
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240503143327.RFT.v2.24.Ibb4f923363a27167c480a432e52884b117221974@changeid
drivers/gpu/drm/panel/panel-samsung-atna33xc20.c