From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E50E4D3B7E5 for ; Sun, 28 Dec 2025 22:31:12 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C572D11B025; Sun, 28 Dec 2025 22:31:11 +0000 (UTC) Received: from relay01.th.seeweb.it (relay01.th.seeweb.it [5.144.164.162]) by gabe.freedesktop.org (Postfix) with ESMTPS id CA7C011B025 for ; Sun, 28 Dec 2025 22:31:09 +0000 (UTC) Received: from SoMainline.org (94-211-6-86.cable.dynamic.v4.ziggo.nl [94.211.6.86]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by m-r1.th.seeweb.it (Postfix) with ESMTPSA id A542A1FA79; Sun, 28 Dec 2025 23:31:06 +0100 (CET) Date: Sun, 28 Dec 2025 23:31:05 +0100 From: Marijn Suijten To: Krzysztof Kozlowski Cc: Neil Armstrong , Sam Ravnborg , David Airlie , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Andy Gross , Bjorn Andersson , Jessica Zhang , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Simona Vetter , Casey Connolly , Rob Herring , Krzysztof Kozlowski , Simona Vetter , ~postmarketos/upstreaming@lists.sr.ht, AngeloGioacchino Del Regno , Martin Botka , Jami Kettunen , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, Abhinav Kumar , Kuogee Hsieh , Jessica Zhang , AngeloGioacchino Del Regno , Konrad Dybcio , Konrad Dybcio , Dmitry Baryshkov Subject: Re: [PATCH v2 06/11] dt-bindings: display: panel: Describe Samsung SOFEF03-M DDIC Message-ID: References: <20251222-drm-panels-sony-v2-0-82a87465d163@somainline.org> <20251222-drm-panels-sony-v2-6-82a87465d163@somainline.org> <20251222-godlike-mongoose-of-valor-3eeee0@quoll> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20251222-godlike-mongoose-of-valor-3eeee0@quoll> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On 2025-12-22 09:33:04, Krzysztof Kozlowski wrote: > On Mon, Dec 22, 2025 at 12:32:12AM +0100, Marijn Suijten wrote: > > Document the Samsung SOFEF03-M Display-Driver-IC and 1080x2520@120Hz DSI > > command-mode panels found in the Sony Xperia 5 II and Sony Xperia 5 III. > > It requires Display Stream Compression 1.1 which allows the panels to be > > driven at 120Hz, even though a 60Hz mode is available too. > > > > Reviewed-by: Rob Herring > > Signed-off-by: Marijn Suijten > > Your patchset has multiple white space warnings. Apply and see... I am sorry for missing this. I've asked b4 upstream to include diff --check validation in their prep --check pass as I did not save + reapply my own series before sending with this workflow. - Marijn