From patchwork Fri May 7 08:00:16 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Looijmans X-Patchwork-Id: 12244123 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=-16.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable 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 7395CC433ED for ; Fri, 7 May 2021 08:41:03 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id D2739613CE for ; Fri, 7 May 2021 08:41:00 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D2739613CE Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=topic.nl Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6C1B76E81F; Fri, 7 May 2021 08:40:51 +0000 (UTC) Received: from atl4mhfb01.myregisteredsite.com (atl4mhfb01.myregisteredsite.com [209.17.115.55]) by gabe.freedesktop.org (Postfix) with ESMTPS id 611D36EDCE for ; Fri, 7 May 2021 08:06:09 +0000 (UTC) Received: from jax4mhob20.registeredsite.com (jax4mhob20.registeredsite.com [64.69.218.108]) by atl4mhfb01.myregisteredsite.com (8.14.4/8.14.4) with ESMTP id 14780YkL024650 for ; Fri, 7 May 2021 04:00:34 -0400 Received: from mailpod.hostingplatform.com ([10.30.71.206]) by jax4mhob20.registeredsite.com (8.14.4/8.14.4) with ESMTP id 14780UPI140182 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Fri, 7 May 2021 04:00:30 -0400 Received: (qmail 24178 invoked by uid 0); 7 May 2021 08:00:30 -0000 X-TCPREMOTEIP: 83.128.90.119 X-Authenticated-UID: mike@milosoftware.com Received: from unknown (HELO phenom.domain?not?set.invalid) (mike@milosoftware.com@83.128.90.119) by 0 with ESMTPA; 7 May 2021 08:00:30 -0000 From: Mike Looijmans To: dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org Subject: [PATCH 2/3] drm/panel: Add Innolux G104AGE-L02 to panel-simple Date: Fri, 7 May 2021 10:00:16 +0200 Message-Id: <20210507080017.2794-2-mike.looijmans@topic.nl> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210507080017.2794-1-mike.looijmans@topic.nl> References: <20210507080017.2794-1-mike.looijmans@topic.nl> X-Mailman-Approved-At: Fri, 07 May 2021 08:40:50 +0000 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: , Cc: airlied@linux.ie, linux-kernel@vger.kernel.org, Mike Looijmans , robh+dt@kernel.org, thierry.reding@gmail.com, sam@ravnborg.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Adds support for the Innolux G104AGE-L02 which is a 800x600 TFT display panel with LVDS interface. Signed-off-by: Mike Looijmans --- drivers/gpu/drm/panel/panel-simple.c | 34 ++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c index be312b5c04dd..8b7732249d13 100644 --- a/drivers/gpu/drm/panel/panel-simple.c +++ b/drivers/gpu/drm/panel/panel-simple.c @@ -2352,6 +2352,37 @@ static const struct panel_desc innolux_g101ice_l01 = { .connector_type = DRM_MODE_CONNECTOR_LVDS, }; +static const struct display_timing innolux_g104age_l02_timing = { + .pixelclock = { 30000000, 41666666, 50000000 }, + .hactive = { 800, 800, 800 }, + .hfront_porch = { 80, 128, 130 }, + .hback_porch = { 79, 127, 129 }, + .hsync_len = { 1, 1, 1 }, + .vactive = { 600, 600, 600 }, + .vfront_porch = { 4, 29, 212 }, + .vback_porch = { 3, 28, 211 }, + .vsync_len = { 1, 1, 1 }, + .flags = DISPLAY_FLAGS_DE_HIGH | + DISPLAY_FLAGS_HSYNC_HIGH | + DISPLAY_FLAGS_VSYNC_HIGH, +}; + +static const struct panel_desc innolux_g104age_l02 = { + .timings = &innolux_g104age_l02_timing, + .num_timings = 1, + .bpc = 8, + .size = { + .width = 211, /* 211.2 X 158.4(mm) */ + .height = 158, + }, + .delay = { + .enable = 200, + .disable = 200, + }, + .bus_format = MEDIA_BUS_FMT_RGB888_1X7X4_SPWG, + .connector_type = DRM_MODE_CONNECTOR_LVDS, +}; + static const struct display_timing innolux_g121i1_l01_timing = { .pixelclock = { 67450000, 71000000, 74550000 }, .hactive = { 1280, 1280, 1280 }, @@ -4347,6 +4378,9 @@ static const struct of_device_id platform_of_match[] = { }, { .compatible = "innolux,g101ice-l01", .data = &innolux_g101ice_l01 + }, { + .compatible = "innolux,g104age-l02", + .data = &innolux_g104age_l02 }, { .compatible = "innolux,g121i1-l01", .data = &innolux_g121i1_l01