Re: [PATCH 03/10] dt-bindings: display: panel: Add Synaptics TD4328

2024-04-28 Thread Xilin Wu
On 2024/4/26 0:11, Rob Herring wrote: On Wed, Apr 24, 2024 at 11:29:08PM +0800, Xilin Wu wrote: Synaptics TD4328 is a display driver IC used to drive LCD DSI panels. Signed-off-by: Xilin Wu --- .../bindings/display/panel/synaptics,td4328.yaml | 69 ++ 1 file changed

Re: [PATCH 08/10] dt-bindings: vendor-prefixes: Add AYN Technologies

2024-04-28 Thread Xilin Wu
On 2024/4/26 0:13, Rob Herring wrote: On Wed, Apr 24, 2024 at 11:29:13PM +0800, Xilin Wu wrote: Add an entry for AYN Technologies (https://www.ayntec.com/) Signed-off-by: Xilin Wu --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [PATCH 10/10] arm64: dts: qcom: Add AYN Odin 2

2024-04-28 Thread Xilin Wu
On 2024/4/25 14:28, Krzysztof Kozlowski wrote: On 24/04/2024 17:29, Xilin Wu via B4 Relay wrote: From: Xilin Wu AYN Odin 2 is a gaming handheld based on QCS8550, which is derived from SM8550 but without modem RF system. + +/ { + model = "AYN Odin 2"; + compati

Re: [PATCH 07/10] arm64: dts: qcom: sm8550: Update EAS properties

2024-04-28 Thread Xilin Wu
On 2024/4/25 6:45, Bryan O'Donoghue wrote: On 24/04/2024 16:29, Xilin Wu via B4 Relay wrote: From: Xilin Wu The original values provided by Qualcomm appear to be quite inaccurate. Specifically, some heavy gaming tasks could be improperly assigned to the A510 cores by the scheduler, resu

Re: [PATCH 04/10] drm/panel: Add driver for Synaptics TD4328 LCD panel

2024-04-28 Thread Xilin Wu
On 2024/4/24 23:58, Bryan O'Donoghue wrote: On 24/04/2024 16:29, Xilin Wu via B4 Relay wrote: From: Xilin Wu Add support for the 1920x1080 LCD panel driven by the Synaptics TD4328 IC, as found on AYN Odin 2. Co-developed-by: Junhao Xie Signed-off-by: Junhao Xie Signed-off-by: Xil

Re: [PATCH v7] drm/msm/dp: reuse generic HDMI codec implementation

2025-05-29 Thread Xilin Wu
error -22 [0.370536] [drm] Initialized msm 1.12.0 for ae01000.display-controller on minor 0 Manually reverting this change solves the problem. -- Best regards, Xilin Wu

Re: [PATCH v7] drm/msm/dp: reuse generic HDMI codec implementation

2025-06-04 Thread Xilin Wu
On 2025/6/3 22:06:36, Dmitry Baryshkov wrote: On Thu, May 29, 2025 at 10:40:12AM +0800, Xilin Wu wrote: On 2025/4/24 01:52:45, Dmitry Baryshkov wrote: From: Dmitry Baryshkov The MSM DisplayPort driver implements several HDMI codec functions in the driver, e.g. it manually manages HDMI codec

Re: [PATCH RFT] drm/msm/dpu: enable virtual planes by default

2025-06-06 Thread Xilin Wu
/dpu_plane.c:932 -- Best regards, Xilin Wu

Re: [PATCH 6/9] drm/msm/dp: Work around bogus maximum link rate

2025-07-16 Thread Xilin Wu
p;msm_dp_panel->link_info; link_info->revision = dpcd[DP_DPCD_REV]; -- Best regards, Xilin Wu

[PATCH 04/10] drm/panel: Add driver for Synaptics TD4328 LCD panel

2024-04-24 Thread Xilin Wu via B4 Relay
From: Xilin Wu Add support for the 1920x1080 LCD panel driven by the Synaptics TD4328 IC, as found on AYN Odin 2. Co-developed-by: Junhao Xie Signed-off-by: Junhao Xie Signed-off-by: Xilin Wu --- drivers/gpu/drm/panel/Kconfig | 10 + drivers/gpu/drm/panel/Makefile

[PATCH 02/10] pwm: Add SI-EN SN3112 PWM support

2024-04-24 Thread Xilin Wu via B4 Relay
From: Junhao Xie Add a new driver for the SI-EN SN3112 12-channel 8-bit PWM LED controller. Signed-off-by: Junhao Xie --- drivers/pwm/Kconfig | 10 ++ drivers/pwm/Makefile | 1 + drivers/pwm/pwm-sn3112.c | 336 +++ 3 files changed, 347 in

[PATCH 08/10] dt-bindings: vendor-prefixes: Add AYN Technologies

2024-04-24 Thread Xilin Wu via B4 Relay
From: Xilin Wu Add an entry for AYN Technologies (https://www.ayntec.com/) Signed-off-by: Xilin Wu --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation

[PATCH 10/10] arm64: dts: qcom: Add AYN Odin 2

2024-04-24 Thread Xilin Wu via B4 Relay
From: Xilin Wu AYN Odin 2 is a gaming handheld based on QCS8550, which is derived from SM8550 but without modem RF system. This commit brings support for: * Remoteprocs * UFS storage * SD Card * Type-C with USB3 10Gbps and DisplayPort (4-lane requires a pending patch) * PCIe0 (Wi-Fi requires

[PATCH 00/10] AYN Odin 2 support

2024-04-24 Thread Xilin Wu via B4 Relay
/20240424024508.3857602-1-quic_teng...@quicinc.com/ Signed-off-by: Xilin Wu --- Junhao Xie (2): dt-bindings: pwm: Add SI-EN SN3112 PWM support pwm: Add SI-EN SN3112 PWM support Xilin Wu (8): dt-bindings: display: panel: Add Synaptics TD4328 drm/panel: Add driver for

[PATCH 07/10] arm64: dts: qcom: sm8550: Update EAS properties

2024-04-24 Thread Xilin Wu via B4 Relay
From: Xilin Wu The original values provided by Qualcomm appear to be quite inaccurate. Specifically, some heavy gaming tasks could be improperly assigned to the A510 cores by the scheduler, resulting in a CPU bottleneck. This update to the EAS properties aims to enhance the user experience

[PATCH 05/10] arm64: dts: qcom: pmk8550: Add PWM controller

2024-04-24 Thread Xilin Wu via B4 Relay
From: Xilin Wu Add the PWM function to the pmk8550 dtsi, which is usually used to control PWM backlight on platforms using this PMIC. Signed-off-by: Xilin Wu --- arch/arm64/boot/dts/qcom/pmk8550.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm64/boot/dts/qcom

[PATCH 03/10] dt-bindings: display: panel: Add Synaptics TD4328

2024-04-24 Thread Xilin Wu via B4 Relay
From: Xilin Wu Synaptics TD4328 is a display driver IC used to drive LCD DSI panels. Signed-off-by: Xilin Wu --- .../bindings/display/panel/synaptics,td4328.yaml | 69 ++ 1 file changed, 69 insertions(+) diff --git a/Documentation/devicetree/bindings/display/panel

[PATCH 09/10] dt-bindings: arm: qcom: Add AYN Odin 2

2024-04-24 Thread Xilin Wu via B4 Relay
From: Xilin Wu This documents AYN Odin 2 which is a gaming handheld by AYN based on the QCS8550 SoC. Signed-off-by: Xilin Wu --- Documentation/devicetree/bindings/arm/qcom.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation

[PATCH 06/10] arm64: dts: qcom: sm8550: Add UART15

2024-04-24 Thread Xilin Wu via B4 Relay
From: Xilin Wu Add uart15 node for UART bus present on sm8550 SoC. Signed-off-by: Molly Sophia Signed-off-by: Xilin Wu --- arch/arm64/boot/dts/qcom/sm8550.dtsi | 22 ++ 1 file changed, 22 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/sm8550.dtsi b/arch/arm64/boot

[PATCH 01/10] dt-bindings: pwm: Add SI-EN SN3112 PWM support

2024-04-24 Thread Xilin Wu via B4 Relay
From: Junhao Xie Add a new driver for the SI-EN SN3112 12-channel 8-bit PWM LED controller. Signed-off-by: Junhao Xie --- .../devicetree/bindings/pwm/si-en,sn3112-pwm.yaml | 55 ++ 1 file changed, 55 insertions(+) diff --git a/Documentation/devicetree/bindings/pwm/si-en,s