From e8148dcac8cdb34bdb1bfc18fa240abc9473f188 Mon Sep 17 00:00:00 2001 From: Alexey Minnekhanov Date: Sat, 3 May 2025 03:06:14 +0300 Subject: [PATCH] fixup! drivers/gpu: panel: Add support for Truly TD4322 panel (for Sony Xperia XA2) --- drivers/gpu/drm/panel/panel-truly-td4322.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/panel/panel-truly-td4322.c b/drivers/gpu/drm/panel/panel-truly-td4322.c index 6c1b9dc07b560f..57ab621ad5f151 100644 --- a/drivers/gpu/drm/panel/panel-truly-td4322.c +++ b/drivers/gpu/drm/panel/panel-truly-td4322.c @@ -43,6 +43,7 @@ static int truly_td4322_on(struct truly_td4322 *ctx) mipi_dsi_generic_write_seq(dsi, 0xb0, 0x00); mipi_dsi_generic_write_seq(dsi, 0xd5, 0x03, 0x00, 0x00, 0x02, 0x23, 0x02, 0x23); + mipi_dsi_dcs_set_tear_on(dsi, MIPI_DSI_DCS_TEAR_MODE_VBLANK); ret = mipi_dsi_dcs_set_display_on(dsi); if (ret < 0) {