]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/panel: innolux-p079zca: Stop tracking prepared/enabled
authorDouglas Anderson <dianders@chromium.org>
Fri, 3 May 2024 21:32:49 +0000 (14:32 -0700)
committerDouglas Anderson <dianders@chromium.org>
Tue, 28 May 2024 20:09:10 +0000 (13:09 -0700)
commitf9055051292442d52092f17e191cf0a58d23d4ed
treed99fae73bf45d3b900835fbcdde53a336854b35a
parentec7629859331fb67dbfb6bcd47f887a402e390ff
drm/panel: innolux-p079zca: 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.

Cc: Chris Zhong <zyw@rock-chips.com>
Cc: Lin Huang <hl@rock-chips.com>
Cc: Brian Norris <briannorris@chromium.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Maxime Ripard <mripard@kernel.org>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240503143327.RFT.v2.8.I99c73621fe3fba067a5e7ee6a1f6293c23371e1e@changeid
drivers/gpu/drm/panel/panel-innolux-p079zca.c