Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp804021ybi; Fri, 14 Jun 2019 03:41:56 -0700 (PDT) X-Google-Smtp-Source: APXvYqyz71OVV5mLppK41dGyHYpM/rREsy1eDw+mC5EBGiyUNTCJEe5RftGMCT/hDAYHeYYHUHRG X-Received: by 2002:a63:c44f:: with SMTP id m15mr12046630pgg.34.1560508915956; Fri, 14 Jun 2019 03:41:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560508915; cv=none; d=google.com; s=arc-20160816; b=iMoTP6rl0lf1Ql6IsHYQezJzBqA6FcoYnL8dcvAfCPby/bdHftip8pkO2lXa0MHhly 1fA0PfUZCTeLf3I6E6rfKbgY8sxhtOG/SaDY+kGL/jRgEvmNDC/7AwLrPQHn/pGrUb7h Iw9ganNgRKyr6TPLvCPYTnKYcVXhoh8+/lpn4zDjc0wKr/u7k+G2qxW+lxJFThojjG7J 8bx7EbbWmHJr6BdCbLVoZV/Z2awymWXNBY9d8b+ISUKCTo6MlPPwAm85dWf6VmlK2nsQ 0fgNjJ5/4fsUMuPTWcMUMYHqoNsTsN8dj2zFpSjb9cm0z2K1DtgBQv/YoR4DKdV+hVbH KYPA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=OEyOkDqb16clnx3rn/tisR2BUHUyikoqSVKTUiaG/X0=; b=q0Uqt7ruNb5Z6wX01bv2VyQMZ1iM+iky966rDNAWPDmjW/kAMZwjFOxEh6Z7Byxrkw ++spRkwZLPWpJZQMiuDB0qozQWA91AbmlgrU4XPeFZAWcAZE/JLgM0Nnz8WaUzyvjhKd JdlRzn6SqWyj2B9QpffITCf/f1Fu54ja87S7b3VS3D1t83gP1rsqgOK3E5ZNaBhWhvBL b0h4Hkbme7Nt8SNMRvRndMMuYyeLhiu3AAyc2O5AwsddG2IlMVWH58Hm/F1CmNIHHnvC yYBX5KmhD9xy0Saqt7MxhaowFg1WhC4Fwv818aeNu2MMcA2YTtYrlUhCYWfTGP+l6NTi sP2w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b144si2094704pfb.136.2019.06.14.03.41.39; Fri, 14 Jun 2019 03:41:55 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727545AbfFNKjm (ORCPT + 99 others); Fri, 14 Jun 2019 06:39:42 -0400 Received: from gloria.sntech.de ([185.11.138.130]:39200 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727315AbfFNKjl (ORCPT ); Fri, 14 Jun 2019 06:39:41 -0400 Received: from we0305.dip.tu-dresden.de ([141.76.177.49] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hbjcK-0004XL-Mp; Fri, 14 Jun 2019 12:39:32 +0200 From: Heiko Stuebner To: Douglas Anderson , Thierry Reding Cc: Sean Paul , linux-rockchip@lists.infradead.org, Laurent Pinchart , dri-devel@lists.freedesktop.org, Boris Brezillon , Ezequiel Garcia , Enric =?ISO-8859-1?Q?Balletb=F2?= , Rob Herring , mka@chromium.org, devicetree@vger.kernel.org, Brian Norris , Klaus Goger , linux-kernel@vger.kernel.org, David Airlie , Dmitry Torokhov , Mark Rutland , Viresh Kumar , linux-arm-kernel@lists.infradead.org, Daniel Vetter Subject: Re: [PATCH v5 0/7] drm/panel: simple: Add mode support to devicetree Date: Fri, 14 Jun 2019 12:39:31 +0200 Message-ID: <1584725.WvTV0KElQL@phil> In-Reply-To: <20190401171724.215780-1-dianders@chromium.org> References: <20190401171724.215780-1-dianders@chromium.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Montag, 1. April 2019, 19:17:17 CEST schrieb Douglas Anderson: > I'm reviving Sean Paul's old patchset to get mode support in device > tree. The cover letter for his v3 is at: > https://lists.freedesktop.org/archives/dri-devel/2018-February/165162.html > > No code is different between v4 and v5, just commit messages and text > in the bindings. > > I've pulled together the patches that didn't land in v3, addressed > outstanding feedback, and reposted. Atop them I've added patches for > rk3288-veyron-chromebook (used for jaq, jerry, mighty, speedy) and > rk3288-veryon-minnie. > > Please let me know how they look. > > In general I have added people to the whole series who I think would > like the whole series and then let get_maintainer pick extra people it > thinks are relevant to each individual patch. If I see you respond to > any of the patches in the series, though, I'll add you to the whole > series Cc list next time. sadly it looks like the panel-simple parts haven't made it into drm-misc yet and the conversation on patch 1/7 seems to have stalled after Doug's replies. Thierry, do you have an opinion on these? Thanks Heiko > Changes in v5: > - Removed bit about OS may ignore (Rob/Ezequiel) > - Added Heiko's Tested-by > - It's not just jerry, it's most rk3288 Chromebooks (Heiko) > > Changes in v4: > - Simplify desc. for when override should be used (Thierry/Laurent) > - Removed Rob H review since it's been a year and wording changed > - Don't add mode from timing if override was specified (Thierry) > - Add warning if timing and fixed mode was specified (Thierry) > - Don't add fixed mode if timing was specified (Thierry) > - Refactor/rename a bit to avoid extra indentation from "if" tests > - i should be unsigned (Thierry) > - Add annoying WARN_ONs for some cases (Thierry) > - Simplify 'No display_timing found' handling (Thierry) > - Rename to panel_simple_parse_override_mode() (Thierry) > - Rebase to top of Heiko's tree > - Converted changelog to after-the-cut for non-DRM change. > - display_timing for Innolux n116bge new for v4. > - display_timing for AUO b101ean01 new for v4. > - rk3288-veyron-jerry patch new for v4. > - rk3288-veyron-minnie patch new for v4. > > Changes in v3: > - Go back to using the timing subnode directly, but rename to > panel-timing (Rob) > - No longer parse display-timings subnode, use panel-timing (Rob) > - Unwrap the timing from display-timings and rename panel-timing (Rob) > > Changes in v2: > - Split out the binding into a new patch (Rob) > - display-timings is a new section (Rob) > - Use the full display-timings subnode instead of picking the timing > out (Rob/Thierry) > - Parse the full display-timings node (using the native-mode) (Rob) > - Wrap the timing in display-timings node to match binding (Rob/Thierry) > > Douglas Anderson (4): > drm/panel: simple: Use display_timing for Innolux n116bge > drm/panel: simple: Use display_timing for AUO b101ean01 > ARM: dts: rockchip: Specify rk3288-veyron-chromebook's display timings > ARM: dts: rockchip: Specify rk3288-veyron-minnie's display timings > > Sean Paul (3): > dt-bindings: Add panel-timing subnode to simple-panel > drm/panel: simple: Add ability to override typical timing > arm64: dts: rockchip: Specify override mode for kevin panel > > .../bindings/display/panel/simple-panel.txt | 22 +++ > .../boot/dts/rk3288-veyron-chromebook.dtsi | 14 ++ > arch/arm/boot/dts/rk3288-veyron-minnie.dts | 14 ++ > .../boot/dts/rockchip/rk3399-gru-kevin.dts | 14 ++ > drivers/gpu/drm/panel/panel-simple.c | 171 ++++++++++++++---- > 5 files changed, 203 insertions(+), 32 deletions(-) > >