[{"id":3677183,"web_url":"http://patchwork.ozlabs.org/comment/3677183/","msgid":"<b4f4d47f-b995-4554-81ed-9b47727582e7@linaro.org>","list_archive_url":null,"date":"2026-04-14T12:57:22","subject":"Re: [PATCH v3 07/21] drm/panel: himax-hx83102: support Waveshare\n 12.3\" DSI panel","submitter":{"id":84903,"url":"http://patchwork.ozlabs.org/api/people/84903/","name":"Neil Armstrong","email":"neil.armstrong@linaro.org"},"content":"On 4/13/26 16:05, Dmitry Baryshkov wrote:\n> Add support for the Waveshare 12.3\" DSI TOUCH-A panel. According to the\n> vendor driver, it uses different mode_flags, so let the panel\n> descriptions override driver-wide defaults.\n> \n> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>\n> ---\n>   drivers/gpu/drm/panel/panel-himax-hx83102.c | 144 +++++++++++++++++++++++++++-\n>   1 file changed, 142 insertions(+), 2 deletions(-)\n> \n> diff --git a/drivers/gpu/drm/panel/panel-himax-hx83102.c b/drivers/gpu/drm/panel/panel-himax-hx83102.c\n> index 8b2a68ee851e..eab67893da86 100644\n> --- a/drivers/gpu/drm/panel/panel-himax-hx83102.c\n> +++ b/drivers/gpu/drm/panel/panel-himax-hx83102.c\n> @@ -29,11 +29,14 @@\n>   #define HX83102_UNKNOWN_B8\t0xb8\n>   #define HX83102_SETEXTC\t\t0xb9\n>   #define HX83102_SETMIPI\t\t0xba\n> +#define HX83102_UNKNOWN_BB\t0xbb\n>   #define HX83102_SETVDC\t\t0xbc\n>   #define HX83102_SETBANK\t\t0xbd\n>   #define HX83102_UNKNOWN_BE\t0xbe\n>   #define HX83102_SETPTBA\t\t0xbf\n>   #define HX83102_SETSTBA\t\t0xc0\n> +#define HX83102_UNKNOWN_C2\t0xc2\n> +#define HX83102_UNKNOWN_C6\t0xc6\n>   #define HX83102_SETTCON\t\t0xc7\n>   #define HX83102_SETRAMDMY\t0xc8\n>   #define HX83102_SETPWM\t\t0xc9\n> @@ -78,6 +81,7 @@ struct hx83102_panel_desc {\n>   \t} size;\n>   \n>   \tbool has_backlight;\n> +\tunsigned long mode_flags;\n>   \n>   \tint (*init)(struct hx83102 *ctx);\n>   };\n> @@ -765,6 +769,111 @@ static int holitech_htf065h045_init(struct hx83102 *ctx)\n>   \treturn dsi_ctx.accum_err;\n>   }\n>   \n> +/* This is HX83102-E, assuming commands are the same as the normal HX83102 */\n> +static int waveshare_12_3_a_init(struct hx83102 *ctx)\n> +{\n> +\tstruct mipi_dsi_multi_context dsi_ctx = { .dsi = ctx->dsi };\n> +\n> +\tmipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_SETEXTC, 0x83, 0x10, 0x2e);\n> +\n> +\tmipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_SETSPCCMD, 0xcd);\n> +\tmipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_UNKNOWN_BB, 0x01);\n> +\tmipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_SETSPCCMD, 0x00);\n> +\tmipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_SETPCTRL, 0x67, 0x2c, 0xff, 0x05);\n> +\tmipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_UNKNOWN_BE, 0x11, 0x96, 0x89);\n> +\tmipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_UNKNOWN_D9, 0x04, 0x03, 0x04);\n> +\tmipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_SETPOWER,\n> +\t\t\t\t     0x10, 0xfa, 0xaf, 0xaf, 0x33, 0x33, 0xb1, 0x4d, 0x2f, 0x36,\n> +\t\t\t\t     0x36, 0x36, 0x36, 0x22, 0x21, 0x15, 0x00);\n> +\tmipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_SETDISP,\n> +\t\t\t\t     0x00, 0xd0, 0x27, 0x80, 0x00, 0x14, 0x40, 0x2c, 0x32, 0x02,\n> +\t\t\t\t     0x00, 0x00, 0x15, 0x20, 0xd7, 0x00);\n> +\tmipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_SETCYC,\n> +\t\t\t\t     0x98, 0xa0, 0x01, 0x01, 0x98, 0xa0, 0x68, 0x50, 0x01, 0xc7,\n> +\t\t\t\t     0x01, 0x58, 0x00, 0xff, 0x00, 0xff);\n> +\tmipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_UNKNOWN_B6, 0x4d, 0x4d, 0xe3);\n> +\tmipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_SETPTBA, 0xfc, 0x85, 0x80);\n> +\tmipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_UNKNOWN_D2, 0x33, 0x33);\n> +\tmipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_SETGIP0,\n> +\t\t\t\t     0x00, 0x00, 0x00, 0x00, 0x64, 0x04, 0x00, 0x08, 0x08, 0x27,\n> +\t\t\t\t     0x27, 0x22, 0x2f, 0x15, 0x15, 0x04, 0x04, 0x32, 0x10, 0x13,\n> +\t\t\t\t     0x00, 0x13, 0x32, 0x10, 0x1f, 0x00,\n> +\t\t\t\t     0x02, 0x32, 0x17, 0xfd, 0x00, 0x10, 0x00, 0x00, 0x20,\n> +\t\t\t\t     0x30, 0x01, 0x55, 0x21, 0x38, 0x01, 0x55, 0x0f);\n> +\tmipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_SETGMA,\n> +\t\t\t\t     0x00, 0x0c, 0x1a, 0x23, 0x2b, 0x4f, 0x64, 0x69, 0x6c, 0x64,\n> +\t\t\t\t     0x77, 0x77, 0x76, 0x80, 0x79, 0x7e, 0x85, 0x9a, 0x97, 0x4d,\n> +\t\t\t\t     0x56, 0x64, 0x70, 0x00, 0x0c, 0x1a, 0x23, 0x2b, 0x4f, 0x64,\n> +\t\t\t\t     0x69, 0x6c, 0x64, 0x77, 0x77, 0x76, 0x80, 0x79, 0x7e, 0x85,\n> +\t\t\t\t     0x9a, 0x97, 0x4d, 0x56, 0x64, 0x76);\n> +\n> +\tmipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_SETBANK, 0x01);\n> +\tmipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_SETPOWER, 0x01, 0x9b, 0x01, 0x31);\n> +\tmipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_SETCLOCK,\n> +\t\t\t\t     0x80, 0x36, 0x12, 0x16, 0xc0, 0x28, 0x40, 0x84, 0x22);\n> +\tmipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_SETGIP0,\n> +\t\t\t\t     0x01, 0x00, 0xfc, 0x00, 0x00, 0x11, 0x10, 0x00, 0x0e, 0x00,\n> +\t\t\t\t     0x01);\n> +\n> +\tmipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_SETBANK, 0x02);\n> +\tmipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_SETCYC, 0x4e, 0x00, 0x33, 0x11, 0x33, 0x88);\n> +\tmipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_SETPTBA, 0xf2, 0x00, 0x02);\n> +\n> +\tmipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_SETBANK, 0x00);\n> +\tmipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_SETSTBA,\n> +\t\t\t\t     0x23, 0x23, 0x22, 0x11, 0xa2, 0x17, 0x00, 0x80, 0x00, 0x00,\n> +\t\t\t\t     0x08, 0x00, 0x63, 0x63);\n> +\tmipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_UNKNOWN_C6, 0xf9);\n> +\tmipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_SETTCON, 0x30);\n> +\tmipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_SETRAMDMY,\n> +\t\t\t\t     0x00, 0x04, 0x04, 0x00, 0x00, 0x82, 0x13, 0x01);\n> +\tmipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_SETCASCADE, 0x07, 0x04, 0x05);\n> +\tmipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_SETGIP1,\n> +\t\t\t\t     0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x21, 0x20, 0x21, 0x20,\n> +\t\t\t\t     0x01, 0x00, 0x03, 0x02, 0x05, 0x04, 0x07, 0x06, 0x1a, 0x1a,\n> +\t\t\t\t     0x1a, 0x1a, 0x9a, 0x9a, 0x9a, 0x9a, 0x18, 0x18, 0x18, 0x18,\n> +\t\t\t\t     0x21, 0x20, 0x21, 0x20, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18,\n> +\t\t\t\t     0x18, 0x18, 0x18, 0x18);\n> +\tmipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_SETGIP2,\n> +\t\t\t\t     0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x20, 0x21, 0x20, 0x21,\n> +\t\t\t\t     0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x1a, 0x1a,\n> +\t\t\t\t     0x1a, 0x1a, 0x1a, 0x1a, 0x1a, 0x1a, 0x18, 0x18, 0x18, 0x18,\n> +\t\t\t\t     0x20, 0x21, 0x20, 0x21, 0x98, 0x98, 0x98, 0x98, 0x98, 0x98,\n> +\t\t\t\t     0x98, 0x98, 0x98, 0x98);\n> +\n> +\tmipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_SETBANK, 0x01);\n> +\tmipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_SETTP1,\n> +\t\t\t\t     0x00, 0x34, 0x01, 0x88, 0x0e, 0xbe, 0x0f);\n> +\n> +\tmipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_SETBANK, 0x00);\n> +\tmipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_UNKNOWN_C2, 0x43, 0xff, 0x10);\n> +\tmipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_SETPANEL, 0x02);\n> +\n> +\tmipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_SETBANK, 0x03);\n> +\tmipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_SETDISP, 0x80);\n> +\n> +\tmipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_SETBANK, 0x00);\n> +\tmipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_SETGIP3,\n> +\t\t\t\t     0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa,\n> +\t\t\t\t     0xaa, 0xaa, 0xaa, 0x80, 0x2a, 0xaa, 0xaa, 0xaa, 0xaa, 0x80,\n> +\t\t\t\t     0x2a, 0xaa, 0xaa, 0xaa);\n> +\n> +\tmipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_SETBANK, 0x01);\n> +\tmipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_SETGIP3,\n> +\t\t\t\t     0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa,\n> +\t\t\t\t     0xaa, 0xaa);\n> +\n> +\tmipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_SETBANK, 0x02);\n> +\tmipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_SETGIP3,\n> +\t\t\t\t     0xff, 0xff, 0xff, 0xff,\n> +\t\t\t\t     0xff, 0xf0, 0xff, 0xff,\n> +\t\t\t\t     0xff, 0xff, 0xff, 0xf0);\n> +\n> +\tmipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_SETBANK, 0x00);\n> +\n> +\treturn dsi_ctx.accum_err;\n> +};\n> +\n>   static const struct drm_display_mode starry_mode = {\n>   \t.clock = 162680,\n>   \t.hdisplay = 1200,\n> @@ -920,6 +1029,30 @@ static const struct hx83102_panel_desc holitech_htf065h045_desc = {\n>   \t.init = holitech_htf065h045_init,\n>   };\n>   \n> +static const struct drm_display_mode waveshare_12_3_a_mode = {\n> +\t.clock = 95000,\n> +\t.hdisplay = 720,\n> +\t.hsync_start = 720 + 10,\n> +\t.hsync_end = 720 + 10 + 10,\n> +\t.htotal = 720 + 10 + 10 + 12,\n> +\t.vdisplay = 1920,\n> +\t.vsync_start = 1920 + 64,\n> +\t.vsync_end = 1920 + 64 + 18,\n> +\t.vtotal = 1920 + 64 + 18 + 4,\n> +\t.type = DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED,\n> +};\n> +\n> +static const struct hx83102_panel_desc waveshare_12_3_inch_a_desc = {\n> +\t.modes = &waveshare_12_3_a_mode,\n> +\t.size = {\n> +\t\t.width_mm = 109,\n> +\t\t.height_mm = 292,\n> +\t},\n> +\t.mode_flags = MIPI_DSI_MODE_VIDEO_HSE | MIPI_DSI_MODE_VIDEO |\n> +\t\t      MIPI_DSI_MODE_LPM | MIPI_DSI_CLOCK_NON_CONTINUOUS,\n> +\t.init = waveshare_12_3_a_init,\n> +};\n> +\n>   static int hx83102_enable(struct drm_panel *panel)\n>   {\n>   \tmsleep(130);\n> @@ -1168,8 +1301,12 @@ static int hx83102_probe(struct mipi_dsi_device *dsi)\n>   \tdesc = of_device_get_match_data(&dsi->dev);\n>   \tdsi->lanes = 4;\n>   \tdsi->format = MIPI_DSI_FMT_RGB888;\n> -\tdsi->mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_SYNC_PULSE |\n> -\t\t\t\t\t  MIPI_DSI_MODE_LPM;\n> +\tif (desc->mode_flags)\n> +\t\tdsi->mode_flags = desc->mode_flags;\n> +\telse\n> +\t\tdsi->mode_flags = MIPI_DSI_MODE_VIDEO |\n> +\t\t\tMIPI_DSI_MODE_VIDEO_SYNC_PULSE |\n> +\t\t\tMIPI_DSI_MODE_LPM;\n>   \tctx->desc = desc;\n>   \tctx->dsi = dsi;\n>   \tret = hx83102_panel_add(ctx);\n> @@ -1220,6 +1357,9 @@ static const struct of_device_id hx83102_of_match[] = {\n>   \t{ .compatible = \"holitech,htf065h045\",\n>   \t  .data = &holitech_htf065h045_desc\n>   \t},\n> +\t{ .compatible = \"waveshare,12.3-dsi-touch-a\",\n> +\t  .data = &waveshare_12_3_inch_a_desc\n> +\t},\n>   \t{ /* sentinel */ }\n>   };\n>   MODULE_DEVICE_TABLE(of, hx83102_of_match);\n> \n\nReviewed-by: Neil Armstrong <neil.armstrong@linaro.org>\n\nThanks,\nNeil","headers":{"Return-Path":"\n <linux-gpio+bounces-35145-incoming=patchwork.ozlabs.org@vger.kernel.org>","X-Original-To":["incoming@patchwork.ozlabs.org","linux-gpio@vger.kernel.org"],"Delivered-To":"patchwork-incoming@legolas.ozlabs.org","Authentication-Results":["legolas.ozlabs.org;\n\tdkim=pass (2048-bit key;\n unprotected) header.d=linaro.org header.i=@linaro.org header.a=rsa-sha256\n header.s=google header.b=oqhHOkfC;\n\tdkim-atps=neutral","legolas.ozlabs.org;\n spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org\n (client-ip=2600:3c09:e001:a7::12fc:5321; helo=sto.lore.kernel.org;\n envelope-from=linux-gpio+bounces-35145-incoming=patchwork.ozlabs.org@vger.kernel.org;\n receiver=patchwork.ozlabs.org)","smtp.subspace.kernel.org;\n\tdkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org\n header.b=\"oqhHOkfC\"","smtp.subspace.kernel.org;\n arc=none smtp.client-ip=209.85.128.53","smtp.subspace.kernel.org;\n dmarc=pass (p=none dis=none) header.from=linaro.org","smtp.subspace.kernel.org;\n spf=pass smtp.mailfrom=linaro.org"],"Received":["from sto.lore.kernel.org (sto.lore.kernel.org\n [IPv6:2600:3c09:e001:a7::12fc:5321])\n\t(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)\n\t key-exchange x25519 server-signature ECDSA (secp384r1) server-digest SHA384)\n\t(No client certificate requested)\n\tby legolas.ozlabs.org (Postfix) with ESMTPS id 4fw47M2y3Wz1xtJ\n\tfor <incoming@patchwork.ozlabs.org>; Tue, 14 Apr 2026 22:57:35 +1000 (AEST)","from smtp.subspace.kernel.org (conduit.subspace.kernel.org\n [100.90.174.1])\n\tby sto.lore.kernel.org (Postfix) with ESMTP id 803E53015D02\n\tfor <incoming@patchwork.ozlabs.org>; Tue, 14 Apr 2026 12:57:31 +0000 (UTC)","from localhost.localdomain (localhost.localdomain [127.0.0.1])\n\tby smtp.subspace.kernel.org (Postfix) with ESMTP id 4024B3E63B9;\n\tTue, 14 Apr 2026 12:57:28 +0000 (UTC)","from mail-wm1-f53.google.com (mail-wm1-f53.google.com\n [209.85.128.53])\n\t(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))\n\t(No client certificate requested)\n\tby smtp.subspace.kernel.org (Postfix) with ESMTPS id 4700B3E5596\n\tfor <linux-gpio@vger.kernel.org>; Tue, 14 Apr 2026 12:57:25 +0000 (UTC)","by mail-wm1-f53.google.com with SMTP id\n 5b1f17b1804b1-488a14c31eeso45804695e9.0\n        for <linux-gpio@vger.kernel.org>;\n Tue, 14 Apr 2026 05:57:25 -0700 (PDT)","from ?IPV6:2001:861:c12:13d0:5627:3bd0:f3ee:8a22?\n ([2001:861:c12:13d0:5627:3bd0:f3ee:8a22])\n        by smtp.gmail.com with ESMTPSA id\n 5b1f17b1804b1-488d67ced32sm168139455e9.7.2026.04.14.05.57.22\n        (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128);\n        Tue, 14 Apr 2026 05:57:23 -0700 (PDT)"],"ARC-Seal":"i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116;\n\tt=1776171448; cv=none;\n b=qxkcxOI37AhSjE8Q+YIM+YUjOYu1sVf4J+Qih5ALVCkCyViTM8VbGZ3BGa9D1nAXf1Bs8/qNx/QTLeWAmRhp94UeTHgEC+pBuooCFLBSNxsSjyj9uTHcLxEXEgl4VtSH+c59tpGy4burlfWzTgoIxVpqTCdKNMcsfP+9BL7OgRg=","ARC-Message-Signature":"i=1; a=rsa-sha256; d=subspace.kernel.org;\n\ts=arc-20240116; t=1776171448; c=relaxed/simple;\n\tbh=e/s4sHiPD188qy99lreTnt+v6QiRnMlL22G3zDTSYJs=;\n\th=Message-ID:Date:MIME-Version:From:Subject:To:Cc:References:\n\t In-Reply-To:Content-Type;\n b=s4bNx0Xysb1ewcyscpEUPfOs2a1uLXJhXrBhVJKH+V5aowEmdrdXJcQboaIWFoV1AT7UFORtSeDKpk2rqVmw3kUJVK/jrx4SnABKz8tzCaTNG4PNHADrVRyhtlsRsoBRO4HZHIwDXfSivzJuPOuSy3kzM/WgDdL/+tq9sFNAZ4Q=","ARC-Authentication-Results":"i=1; smtp.subspace.kernel.org;\n dmarc=pass (p=none dis=none) header.from=linaro.org;\n spf=pass smtp.mailfrom=linaro.org;\n dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org\n header.b=oqhHOkfC; arc=none smtp.client-ip=209.85.128.53","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n        d=linaro.org; s=google; t=1776171444; x=1776776244;\n darn=vger.kernel.org;\n        h=content-transfer-encoding:in-reply-to:organization:autocrypt\n         :content-language:references:cc:to:subject:reply-to:from:user-agent\n         :mime-version:date:message-id:from:to:cc:subject:date:message-id\n         :reply-to;\n        bh=HNKljDlGgBzgahYp2+OYLG0r/HqoCgAeLqufCE/G6VA=;\n        b=oqhHOkfC6WEX90BmNcFWXQ8g5zjiM2C7ZAzwPrhcJCEoQmxWu8RNyn0Uw37teNyFua\n         Zd7dUqsoit+WGeDc6bAXj3HuyU3C23SgTFFs9LmpU4H+UB22YMtm31ynOy2PXSOgTpxy\n         D5tsBtRqLY0Qvids3My7O++ExW+0zCSrImDIJzMs0unomWbSkssWxA743V+tfuEUlGVp\n         jN3nnW5F5W3WEdsVyN3gebMFL74+g8domFR7R7hbxLzdQYPez29Zud56Jnr0pc53ZthX\n         VSHxk/SfBTjGwC4ySIbo7k7534Ci6zI9NTQA5/nvje+9nhtAx2H2pSIcLMlzr9qm2V3J\n         lgKA==","X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n        d=1e100.net; s=20251104; t=1776171444; x=1776776244;\n        h=content-transfer-encoding:in-reply-to:organization:autocrypt\n         :content-language:references:cc:to:subject:reply-to:from:user-agent\n         :mime-version:date:message-id:x-gm-gg:x-gm-message-state:from:to:cc\n         :subject:date:message-id:reply-to;\n        bh=HNKljDlGgBzgahYp2+OYLG0r/HqoCgAeLqufCE/G6VA=;\n        b=RDipLvxTRSJvS4ej4ht5SJh4eht8sRzQRc72+TeFaElInDpgrUqJYycahzEp+nXFuR\n         u5FgYvlSmyuk00KR2aLH4rmy+f8hfvtPslPT2G9Jco2PwW6LgIlPftJJcPraeK1AdLXv\n         X92srJMhRTelcEJp0ZvVIQTEsn2yCQHoSICD8YGzgXasR64WyWccJbFGSeJLd0Cqz5Bh\n         EuOGEgJrXlyOXvyJPHwOAx/A6TVhi4NcW88Urd2b0jOe6RTq0fYtZMUZgyAK8DDwl8FD\n         1Fj4OFTipSdUIv6YET1CSGPOIQJEx2ZQa2b3+DLl52/mpU6CFYXxLEQ5KU/E5KXTsZOT\n         LniA==","X-Forwarded-Encrypted":"i=1;\n AFNElJ+DpwE5gM5OWh997X+u0jjz9WVcrU/Jw7opm8m+gwDUb02V0NOiMcI3PK3gcNmmDqZiyNYaVYQUJVvx@vger.kernel.org","X-Gm-Message-State":"AOJu0YyzqrTo/uaexARG3t/MrVQ7pNbYQO5tExXWl6fg3hzsjCADNkFf\n\twxiP+vjtkUBujpewN1SfalP+IerZG4R9rZm27qOAO81hXWsOWSsafw9Slnfb8UG3xj0=","X-Gm-Gg":"AeBDiesbXbSetDun0aXEMxY7A5wOGRY/UBhi5uIiHUpKa2kRXxS2QO7J0+Xd9usaVBq\n\tJMPHeXB0fLFXdJY2EsIMFK2U+iuqsFGj1LUZCquUzaB4XR9qidYtZQ4K4WSNtM+MuHfzpPzQ4mE\n\tI0jFJcaSGUQKWvFiCOZ3bJ+2EeY+ANasSUR9qKbNWnue2wrthpHOxsnVnse3yhM9Uah0RsXG4Sm\n\tmbkCGQdDy7zMRA1zrx2AhAX3zNquWABXCSDqs/NNI7rMTcDPBPgGGw+lqIh3FCHTdLzbDvn+E0k\n\tTSKHIU7QyG+S9tPVLxfJFsCGN1cfWPjpuueDfqIhcj5ruxxR+VG2P2VCW/U/d2TqJ0rHkt9qcvt\n\tonvK2nNM/V/dza9ls9/M5ujyopyWEsj8jlt/t9kVwG9YbvQENRLBOk3/l5NUYpwbFFG5PnIkT62\n\t6+yPwiEzuH+qBNvluWUUzM90u+2RqLMYKYGt37kBABc6NFoB2z6egAEln4h3IDHRVNFi9/Wj1kU\n\taa96nlyooYX44Y=","X-Received":"by 2002:a05:600c:8709:b0:488:945a:ed63 with SMTP id\n 5b1f17b1804b1-488d6655adfmr241167395e9.0.1776171443536;\n        Tue, 14 Apr 2026 05:57:23 -0700 (PDT)","Message-ID":"<b4f4d47f-b995-4554-81ed-9b47727582e7@linaro.org>","Date":"Tue, 14 Apr 2026 14:57:22 +0200","Precedence":"bulk","X-Mailing-List":"linux-gpio@vger.kernel.org","List-Id":"<linux-gpio.vger.kernel.org>","List-Subscribe":"<mailto:linux-gpio+subscribe@vger.kernel.org>","List-Unsubscribe":"<mailto:linux-gpio+unsubscribe@vger.kernel.org>","MIME-Version":"1.0","User-Agent":"Mozilla Thunderbird","From":"Neil Armstrong <neil.armstrong@linaro.org>","Reply-To":"Neil Armstrong <neil.armstrong@linaro.org>","Subject":"Re: [PATCH v3 07/21] drm/panel: himax-hx83102: support Waveshare\n 12.3\" DSI panel","To":"Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>,\n Jessica Zhang <jesszhan0024@gmail.com>, David Airlie <airlied@gmail.com>,\n Simona Vetter <simona@ffwll.ch>,\n Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,\n Maxime Ripard <mripard@kernel.org>, Thomas Zimmermann <tzimmermann@suse.de>,\n Rob Herring <robh@kernel.org>, Krzysztof Kozlowski <krzk+dt@kernel.org>,\n Conor Dooley <conor+dt@kernel.org>,\n Cong Yang <yangcong5@huaqin.corp-partner.google.com>,\n Ondrej Jirman <megi@xff.cz>, Javier Martinez Canillas <javierm@redhat.com>,\n Jagan Teki <jagan@edgeble.ai>, Liam Girdwood <lgirdwood@gmail.com>,\n Mark Brown <broonie@kernel.org>, Linus Walleij <linusw@kernel.org>,\n Bartosz Golaszewski <brgl@kernel.org>, Jie Gan <jie.gan@oss.qualcomm.com>","Cc":"dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,\n linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org","References":"<20260413-waveshare-dsi-touch-v3-0-3aeb53022c32@oss.qualcomm.com>\n <20260413-waveshare-dsi-touch-v3-7-3aeb53022c32@oss.qualcomm.com>","Content-Language":"en-US, fr","Autocrypt":"addr=neil.armstrong@linaro.org; keydata=\n xsBNBE1ZBs8BCAD78xVLsXPwV/2qQx2FaO/7mhWL0Qodw8UcQJnkrWmgTFRobtTWxuRx8WWP\n GTjuhvbleoQ5Cxjr+v+1ARGCH46MxFP5DwauzPekwJUD5QKZlaw/bURTLmS2id5wWi3lqVH4\n BVF2WzvGyyeV1o4RTCYDnZ9VLLylJ9bneEaIs/7cjCEbipGGFlfIML3sfqnIvMAxIMZrvcl9\n qPV2k+KQ7q+aXavU5W+yLNn7QtXUB530Zlk/d2ETgzQ5FLYYnUDAaRl+8JUTjc0CNOTpCeik\n 80TZcE6f8M76Xa6yU8VcNko94Ck7iB4vj70q76P/J7kt98hklrr85/3NU3oti3nrIHmHABEB\n AAHNKk5laWwgQXJtc3Ryb25nIDxuZWlsLmFybXN0cm9uZ0BsaW5hcm8ub3JnPsLAkQQTAQoA\n OwIbIwULCQgHAwUVCgkICwUWAgMBAAIeAQIXgBYhBInsPQWERiF0UPIoSBaat7Gkz/iuBQJk\n Q5wSAhkBAAoJEBaat7Gkz/iuyhMIANiD94qDtUTJRfEW6GwXmtKWwl/mvqQtaTtZID2dos04\n YqBbshiJbejgVJjy+HODcNUIKBB3PSLaln4ltdsV73SBcwUNdzebfKspAQunCM22Mn6FBIxQ\n GizsMLcP/0FX4en9NaKGfK6ZdKK6kN1GR9YffMJd2P08EO8mHowmSRe/ExAODhAs9W7XXExw\n UNCY4pVJyRPpEhv373vvff60bHxc1k/FF9WaPscMt7hlkbFLUs85kHtQAmr8pV5Hy9ezsSRa\n GzJmiVclkPc2BY592IGBXRDQ38urXeM4nfhhvqA50b/nAEXc6FzqgXqDkEIwR66/Gbp0t3+r\n yQzpKRyQif3OwE0ETVkGzwEIALyKDN/OGURaHBVzwjgYq+ZtifvekdrSNl8TIDH8g1xicBYp\n QTbPn6bbSZbdvfeQPNCcD4/EhXZuhQXMcoJsQQQnO4vwVULmPGgtGf8PVc7dxKOeta+qUh6+\n SRh3vIcAUFHDT3f/Zdspz+e2E0hPV2hiSvICLk11qO6cyJE13zeNFoeY3ggrKY+IzbFomIZY\n 4yG6xI99NIPEVE9lNBXBKIlewIyVlkOaYvJWSV+p5gdJXOvScNN1epm5YHmf9aE2ZjnqZGoM\n Mtsyw18YoX9BqMFInxqYQQ3j/HpVgTSvmo5ea5qQDDUaCsaTf8UeDcwYOtgI8iL4oHcsGtUX\n oUk33HEAEQEAAcLAXwQYAQIACQUCTVkGzwIbDAAKCRAWmrexpM/4rrXiB/sGbkQ6itMrAIfn\n M7IbRuiSZS1unlySUVYu3SD6YBYnNi3G5EpbwfBNuT3H8//rVvtOFK4OD8cRYkxXRQmTvqa3\n 3eDIHu/zr1HMKErm+2SD6PO9umRef8V82o2oaCLvf4WeIssFjwB0b6a12opuRP7yo3E3gTCS\n KmbUuLv1CtxKQF+fUV1cVaTPMyT25Od+RC1K+iOR0F54oUJvJeq7fUzbn/KdlhA8XPGzwGRy\n 4zcsPWvwnXgfe5tk680fEKZVwOZKIEuJC3v+/yZpQzDvGYJvbyix0lHnrCzq43WefRHI5XTT\n QbM0WUIBIcGmq38+OgUsMYu4NzLu7uZFAcmp6h8g","Organization":"Linaro","In-Reply-To":"<20260413-waveshare-dsi-touch-v3-7-3aeb53022c32@oss.qualcomm.com>","Content-Type":"text/plain; charset=UTF-8; format=flowed","Content-Transfer-Encoding":"7bit"}}]