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 X-Spam-Level: X-Spam-Status: No, score=-9.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2688AC41604 for ; Wed, 7 Oct 2020 17:20:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AD3032173E for ; Wed, 7 Oct 2020 17:20:14 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=connolly.tech header.i=@connolly.tech header.b="P77AwqaH" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728209AbgJGRUN (ORCPT ); Wed, 7 Oct 2020 13:20:13 -0400 Received: from mail-41103.protonmail.ch ([185.70.41.103]:41790 "EHLO mail-41103.protonmail.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726168AbgJGRUN (ORCPT ); Wed, 7 Oct 2020 13:20:13 -0400 Received: from mail-03.mail-europe.com (mail-03.mail-europe.com [91.134.188.129]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by mail-41103.protonmail.ch (Postfix) with ESMTPS id BBB9B20000A4 for ; Wed, 7 Oct 2020 17:19:50 +0000 (UTC) Authentication-Results: mail-41103.protonmail.ch; dkim=pass (1024-bit key) header.d=connolly.tech header.i=@connolly.tech header.b="P77AwqaH" Date: Wed, 07 Oct 2020 17:19:41 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=connolly.tech; s=protonmail; t=1602091187; bh=lr01I54W83dQfyPAXxNgr/K8XWBKrwkLjst7BnhvlRw=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=P77AwqaHfzSUfSdSPycIEWqs+dG/IhTlMsCjJTQMpsFg8wJP9H2wIQjxPG4ySI3te ctoDDJKzco1Sju7n++a1l6YeVilr4yXq2S/hGNa3IAHQxO/67K/VlxnGBTL1t7WeQF Wg84/nTVppFrWeP+V/OOADXwYJ744lRreG4OLfUw= To: Thierry Reding , Sam Ravnborg , David Airlie , Daniel Vetter From: Caleb Connolly Cc: ~postmarketos/upstreaming@lists.sr.ht, Caleb Connolly , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org Reply-To: Caleb Connolly Subject: [PATCH 1/5] drm/panel/oneplus6: Add panel-oneplus6 Message-ID: <20201007171807.285298-2-caleb@connolly.tech> In-Reply-To: <20201007171807.285298-1-caleb@connolly.tech> References: <20201007171807.285298-1-caleb@connolly.tech> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This commit adds support for the display panels used in the OnePlus 6 / T devices. The OnePlus 6/T devices use different panels however they are functionally identical with much of the commands being shared. The panels don't appear to be used by any other devices some combine them as one driver that is specific to the devices. The panels are: samsung,sofef00 and samsung,s6e3fc2x01 Signed-off-by: Caleb Connolly --- drivers/gpu/drm/panel/Kconfig | 12 + drivers/gpu/drm/panel/Makefile | 1 + drivers/gpu/drm/panel/panel-oneplus6.c | 418 +++++++++++++++++++++++++ 3 files changed, 431 insertions(+) create mode 100644 drivers/gpu/drm/panel/panel-oneplus6.c diff --git a/drivers/gpu/drm/panel/Kconfig b/drivers/gpu/drm/panel/Kconfig index de2f2a452be5..d72862265400 100644 --- a/drivers/gpu/drm/panel/Kconfig +++ b/drivers/gpu/drm/panel/Kconfig @@ -229,6 +229,18 @@ config DRM_PANEL_OLIMEX_LCD_OLINUXINO =09 Say Y here if you want to enable support for Olimex Ltd. =09 LCD-OLinuXino panel. =20 +config DRM_PANEL_ONEPLUS6 +=09tristate "OnePlus 6/6T Samsung AMOLED DSI command mode panels" +=09depends on OF +=09depends on DRM_MIPI_DSI +=09depends on BACKLIGHT_CLASS_DEVICE +=09select VIDEOMODE_HELPERS +=09help +=09 Say Y or M here if you want to enable support for the Samsung AMOLED +=09 command mode panels found in the OnePlus 6/6T smartphones. + +=09 The panels are 2280x1080@60Hz and 2340x1080@60Hz respectively + config DRM_PANEL_ORISETECH_OTM8009A =09tristate "Orise Technology otm8009a 480x800 dsi 2dl panel" =09depends on OF diff --git a/drivers/gpu/drm/panel/Makefile b/drivers/gpu/drm/panel/Makefil= e index e45ceac6286f..017539056f53 100644 --- a/drivers/gpu/drm/panel/Makefile +++ b/drivers/gpu/drm/panel/Makefile @@ -21,6 +21,7 @@ obj-$(CONFIG_DRM_PANEL_NEC_NL8048HL11) +=3D panel-nec-nl8= 048hl11.o obj-$(CONFIG_DRM_PANEL_NOVATEK_NT35510) +=3D panel-novatek-nt35510.o obj-$(CONFIG_DRM_PANEL_NOVATEK_NT39016) +=3D panel-novatek-nt39016.o obj-$(CONFIG_DRM_PANEL_OLIMEX_LCD_OLINUXINO) +=3D panel-olimex-lcd-olinuxi= no.o +obj-$(CONFIG_DRM_PANEL_ONEPLUS6) +=3D panel-oneplus6.o obj-$(CONFIG_DRM_PANEL_ORISETECH_OTM8009A) +=3D panel-orisetech-otm8009a.o obj-$(CONFIG_DRM_PANEL_OSD_OSD101T2587_53TS) +=3D panel-osd-osd101t2587-53= ts.o obj-$(CONFIG_DRM_PANEL_PANASONIC_VVX10F034N00) +=3D panel-panasonic-vvx10f= 034n00.o diff --git a/drivers/gpu/drm/panel/panel-oneplus6.c b/drivers/gpu/drm/panel= /panel-oneplus6.c new file mode 100644 index 000000000000..5e212774b1e0 --- /dev/null +++ b/drivers/gpu/drm/panel/panel-oneplus6.c @@ -0,0 +1,418 @@ +// SPDX-License-Identifier: GPL-2.0-only +/* Copyright (c) 2020 Caleb Connolly + * Generated with linux-mdss-dsi-panel-driver-generator from vendor device= tree: + * Copyright (c) 2020, The Linux Foundation. All rights reserved. + * + * Caleb Connolly + */ + +#include +#include +#include +#include +#include +#include + +#include