From nobody Thu Apr 9 08:12:45 2026 Received: from mail-244116.protonmail.ch (mail-244116.protonmail.ch [109.224.244.116]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3575A3B8947 for ; Tue, 10 Mar 2026 04:37:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=109.224.244.116 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773117421; cv=none; b=GJQvOB3HAtG8Toq83TGZqi7Ovck6nNxYQsauSWBkAWGSWLJ4kzQ60TFB30rml+LG8iRhDBBp7APmKjh9NnQk5QQyCww3rLfjFO/Jp9a1/BOM5WD6hEw28ffTMHQ26pzvE3lv/y5MOwMWZ0Ezm97d6bSmXkzuBoSvPJ5OeqZ6RDM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773117421; c=relaxed/simple; bh=3Mmv1R9qvWVEqJedc5CfyNu/IEx4SdhW7tRnZAt3z18=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=ku6T4ODs9MN+wyw6HEwavBtZxk3+Tyrmsu5B44+8rJTS+WZp4tjNRfoFPhYrnEyR6IswLfSMBkCjkO9pRaWqnPkqyBwpWYDrQGuWQlM8RIOarrGwfZ5E835mkQ/Bq/7eEhaeSf7awMfweUAf5zPfIZ1VK4oQanXl9laCX9lbm/k= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=pm.me; spf=pass smtp.mailfrom=pm.me; dkim=pass (2048-bit key) header.d=pm.me header.i=@pm.me header.b=rKNSq665; arc=none smtp.client-ip=109.224.244.116 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=pm.me Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=pm.me Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=pm.me header.i=@pm.me header.b="rKNSq665" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pm.me; s=protonmail3; t=1773117418; x=1773376618; bh=ylYirvG0pCdKrhFohTLSFDQQsmpzpzqTWZprJJA21os=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=rKNSq665qfuM/b0CjNFFIb8vDgKbN5WIItI6u3ZxvKvlkU9FbS/Jh1f4N+TgPUsyl 09BNG2W6iRxAppVQlvEDHW/tPyATwGLQdl31kVjP0tdcB1bmd2CJgz+cFLU76aNBuK /QKPc3Uq+uH+QujtX1aQVNC5E+6fovuWF0ZBhc+BF1BwUNARy4uHZguNJ/ocosQDbp mjy1Lvy1ddIUaJLkuBH2C/RUz1uEIT5Jd2UKi0SYNuEapnYCUi547DFqLlPOg8onGC Gfyp94lvPDZfLJjC6HoanR/cV3lu/xSGyntTAihy9K2YJPmkYcHduHz3gVKn0r8Eqc 4957gq6Gnn2+Q== Date: Tue, 10 Mar 2026 04:36:53 +0000 To: Neil Armstrong , Jessica Zhang , David Airlie , Simona Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Rob Herring , Krzysztof Kozlowski , Conor Dooley From: Alexander Koskovich Cc: dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Alexander Koskovich , Krzysztof Kozlowski Subject: [PATCH v3 1/2] dt-bindings: display: panel: Document Tianma TA066VVHM03 Message-ID: <20260310-tianma-ta066vvhm03-v3-1-fc2938971d79@pm.me> In-Reply-To: <20260310-tianma-ta066vvhm03-v3-0-fc2938971d79@pm.me> References: <20260310-tianma-ta066vvhm03-v3-0-fc2938971d79@pm.me> Feedback-ID: 37836894:user:proton X-Pm-Message-ID: 84b604d4ef74e0ac3cf1a4cc24946f1a82fcd1c6 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Add bindings for the Tianma TA066VVHM03 6.59" 1080x2340 AMOLED DSI panel with DSC compression, found in the ASUS ROG Phone 3. Reviewed-by: Krzysztof Kozlowski Signed-off-by: Alexander Koskovich --- .../bindings/display/panel/tianma,ta066vvhm03.yaml | 67 ++++++++++++++++++= ++++ 1 file changed, 67 insertions(+) diff --git a/Documentation/devicetree/bindings/display/panel/tianma,ta066vv= hm03.yaml b/Documentation/devicetree/bindings/display/panel/tianma,ta066vvh= m03.yaml new file mode 100644 index 000000000000..9bd80cd9662f --- /dev/null +++ b/Documentation/devicetree/bindings/display/panel/tianma,ta066vvhm03.ya= ml @@ -0,0 +1,67 @@ +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/display/panel/tianma,ta066vvhm03.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Tianma TA066VVHM03 AMOLED DSI Panel + +maintainers: + - Alexander Koskovich + +allOf: + - $ref: panel-common.yaml# + +properties: + compatible: + const: tianma,ta066vvhm03 + + reg: + maxItems: 1 + description: DSI virtual channel + + vddio-supply: true + vci-supply: true + vdd-supply: true + port: true + enable-gpios: true + reset-gpios: true + +required: + - compatible + - reg + - vddio-supply + - vci-supply + - vdd-supply + - reset-gpios + - port + +additionalProperties: false + +examples: + - | + #include + + dsi { + #address-cells =3D <1>; + #size-cells =3D <0>; + + panel@0 { + compatible =3D "tianma,ta066vvhm03"; + reg =3D <0>; + + enable-gpios =3D <&tlmm 12 GPIO_ACTIVE_HIGH>; + reset-gpios =3D <&tlmm 75 GPIO_ACTIVE_LOW>; + + vci-supply =3D <&vreg_l10a>; + vdd-supply =3D <&vreg_l3c>; + vddio-supply =3D <&vreg_l14a>; + + port { + panel_in: endpoint { + remote-endpoint =3D <&mdss_dsi0_out>; + }; + }; + }; + }; +... --=20 2.53.0 From nobody Thu Apr 9 08:12:45 2026 Received: from mail-4316.protonmail.ch (mail-4316.protonmail.ch [185.70.43.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CCA1C38553A; Tue, 10 Mar 2026 04:37:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.70.43.16 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773117425; cv=none; b=XXQuT8q9YNd+cEz4D6ZY8rbALNxBPLVi50Y5Qp+xc7XVlD2rhYZkVgoqKd7nS9V74GgExBm0gGmnLX94wdR7Ci7ZwvmXNjiT0p2pas20zh83RCePWciHJepX+t81q/OF5Q0jRSuGHoxRbFWRNynzfwzTbCZj7I6MnBZz4wIIiq0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773117425; c=relaxed/simple; bh=EtiRgidX7/fFIOJJdtsDbvSylXv2ImGYGX4HHlE8ErU=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=FbuLcxB+f8HVeixTYItPF38VyqNoQg4IySuzyyNtTM21r+ymRWanzLOcwyfNx94fWH2XWPsnKkhqO2NY6PkpaHHKgbk2fzwWZFWU3MbTTGpyCjoMZgsc+n3k6g+c0AimCvm/aKbyzc/mBRiWpLlYPKOGx5/v9xSSnbLiSNXLqO0= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=pm.me; spf=pass smtp.mailfrom=pm.me; dkim=pass (2048-bit key) header.d=pm.me header.i=@pm.me header.b=jvQMOt6d; arc=none smtp.client-ip=185.70.43.16 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=pm.me Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=pm.me Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=pm.me header.i=@pm.me header.b="jvQMOt6d" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pm.me; s=protonmail3; t=1773117421; x=1773376621; bh=fTX1BQJ2IJkngqlvUzbEWx6cPxxfE9nwPZ/CDymXpBk=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=jvQMOt6dHzuUMZGV6tLcSDe1asp84yIqu/PqnE4CB0QIFrxwx05orrNGi63rF/v4G lBQSjMUreS4LHEkahVbNyH14ntK7HeWJpwsbBctacDGC1GBh8hH97u/Lp9WVthgXBF XWoyZr9Hy4vo3IbvXT1w+z89R5PLovSDBjQWE3OAaq7SKzwGy6OMDilscAsCGDQQfo xqeBfc29Q99OC9h8Ph2la1Iw/WL3nuldS0sjkEa8yEjAxnk9PxZjX9Qq1hyMEQMLNA G91RNyk9wa79bdx2Jw30B9HlrsGtDhoPAuGMry8V8F5BaP8WJuHNJ17Vlznh4POhtR N6yNrzgePm6fQ== Date: Tue, 10 Mar 2026 04:36:58 +0000 To: Neil Armstrong , Jessica Zhang , David Airlie , Simona Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Rob Herring , Krzysztof Kozlowski , Conor Dooley From: Alexander Koskovich Cc: dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Alexander Koskovich Subject: [PATCH v3 2/2] drm/panel: Add support for Tianma TA066VVHM03 panel Message-ID: <20260310-tianma-ta066vvhm03-v3-2-fc2938971d79@pm.me> In-Reply-To: <20260310-tianma-ta066vvhm03-v3-0-fc2938971d79@pm.me> References: <20260310-tianma-ta066vvhm03-v3-0-fc2938971d79@pm.me> Feedback-ID: 37836894:user:proton X-Pm-Message-ID: 975ba2c97d8d7269ed8de3f8a7ef6265100a1975 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Add driver for the Tianma TA066VVHM03 6.59" 1080x2340 AMOLED DSI panel with DSC compression, found in the ASUS ROG Phone 3. Signed-off-by: Alexander Koskovich --- MAINTAINERS | 6 + drivers/gpu/drm/panel/Kconfig | 11 + drivers/gpu/drm/panel/Makefile | 1 + drivers/gpu/drm/panel/panel-tianma-ta066vvhm03.c | 387 +++++++++++++++++++= ++++ 4 files changed, 405 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 77fdfcb55f06..06149cd65f52 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8382,6 +8382,12 @@ F: Documentation/devicetree/bindings/display/rockchi= p/rockchip,dw-dp.yaml F: drivers/gpu/drm/bridge/synopsys/dw-dp.c F: include/drm/bridge/dw_dp.h =20 +DRM DRIVER FOR TIANMA TA066VVHM03 PANELS +M: Alexander Koskovich +S: Maintained +F: Documentation/devicetree/bindings/display/panel/tianma,ta066vvhm03.yaml +F: drivers/gpu/drm/panel/panel-tianma-ta066vvhm03.c + DRM DRIVER FOR TI DLPC3433 MIPI DSI TO DMD BRIDGE M: Jagan Teki S: Maintained diff --git a/drivers/gpu/drm/panel/Kconfig b/drivers/gpu/drm/panel/Kconfig index 307152ad7759..c818c701bdf6 100644 --- a/drivers/gpu/drm/panel/Kconfig +++ b/drivers/gpu/drm/panel/Kconfig @@ -1122,6 +1122,17 @@ config DRM_PANEL_TDO_TL070WSH30 24 bit RGB per pixel. It provides a MIPI DSI interface to the host, a built-in LED backlight and touch controller. =20 +config DRM_PANEL_TIANMA_TA066VVHM03 + tristate "Tianma TA066VVHM03 panel driver" + depends on OF + depends on DRM_MIPI_DSI + depends on BACKLIGHT_CLASS_DEVICE + help + Say Y if you want to enable support for the Tianma TA066VVHM03 panel + driver. The panel has a 1080x2340 resolution and uses 24 bit RGB per + pixel. It provides a MIPI DSI interface to the host and has a + built-in touch controller. + config DRM_PANEL_TPO_TD028TTEC1 tristate "Toppoly (TPO) TD028TTEC1 panel driver" depends on OF && SPI diff --git a/drivers/gpu/drm/panel/Makefile b/drivers/gpu/drm/panel/Makefile index aeffaa95666d..db257778b9f1 100644 --- a/drivers/gpu/drm/panel/Makefile +++ b/drivers/gpu/drm/panel/Makefile @@ -110,6 +110,7 @@ obj-$(CONFIG_DRM_PANEL_SONY_TD4353_JDI) +=3D panel-sony= -td4353-jdi.o obj-$(CONFIG_DRM_PANEL_SONY_TULIP_TRULY_NT35521) +=3D panel-sony-tulip-tru= ly-nt35521.o obj-$(CONFIG_DRM_PANEL_STARTEK_KD070FHFID015) +=3D panel-startek-kd070fhfi= d015.o obj-$(CONFIG_DRM_PANEL_TDO_TL070WSH30) +=3D panel-tdo-tl070wsh30.o +obj-$(CONFIG_DRM_PANEL_TIANMA_TA066VVHM03) +=3D panel-tianma-ta066vvhm03.o obj-$(CONFIG_DRM_PANEL_TPO_TD028TTEC1) +=3D panel-tpo-td028ttec1.o obj-$(CONFIG_DRM_PANEL_TPO_TD043MTEA1) +=3D panel-tpo-td043mtea1.o obj-$(CONFIG_DRM_PANEL_TPO_TPG110) +=3D panel-tpo-tpg110.o diff --git a/drivers/gpu/drm/panel/panel-tianma-ta066vvhm03.c b/drivers/gpu= /drm/panel/panel-tianma-ta066vvhm03.c new file mode 100644 index 000000000000..9bf0f4ab6792 --- /dev/null +++ b/drivers/gpu/drm/panel/panel-tianma-ta066vvhm03.c @@ -0,0 +1,387 @@ +// SPDX-License-Identifier: GPL-2.0-only +/* + * Generated with linux-mdss-dsi-panel-driver-generator from vendor device= tree. + * Copyright (c) 2026 Alexander Koskovich + */ + +#include +#include +#include +#include +#include +#include + +#include