]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/panel: sitronix-st7789v: fix sync flags for t28cp45tn89
authorSebastian Reichel <sebastian.reichel@collabora.com>
Tue, 30 Sep 2025 23:59:42 +0000 (01:59 +0200)
committerNeil Armstrong <neil.armstrong@linaro.org>
Wed, 29 Oct 2025 20:57:42 +0000 (21:57 +0100)
commit056d76f7cb9fa68c8bbf85b4055aeb84af6139d5
tree86ce45c63032c21cb7b99a09f9e655d97cfa509f
parent9e8b3201c7302d5b522ba3535630bed21cc03c27
drm/panel: sitronix-st7789v: fix sync flags for t28cp45tn89

I planned to set the polarity of horizontal and vertical sync, but
accidentally described vertical sync twice with different polarity
instead.

Note, that there is no functional change, because the driver only
makes use of DRM_MODE_FLAG_P[HV]SYNC to divert from the default
active-low polarity.

Reported-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Closes: https://lore.kernel.org/all/20250923132616.GH20765@pendragon.ideasonboard.com/
Fixes: a411558cc143 ("drm/panel: sitronix-st7789v: add Inanbo T28CP45TN89 support")
Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20251001-t28cp45tn89-fix-v2-1-67fe8e3046ca@collabora.com
drivers/gpu/drm/panel/panel-sitronix-st7789v.c