From patchwork Mon Jul 29 19:55:26 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Noralf_Tr=C3=B8nnes?= X-Patchwork-Id: 11064451 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id B665F174A for ; Mon, 29 Jul 2019 19:56:02 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A71C0209CE for ; Mon, 29 Jul 2019 19:56:02 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9B87E2818E; Mon, 29 Jul 2019 19:56:02 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id C986327FC0 for ; Mon, 29 Jul 2019 19:56:00 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id AA66B6E1DE; Mon, 29 Jul 2019 19:55:58 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from smtp.domeneshop.no (smtp.domeneshop.no [IPv6:2a01:5b40:0:3005::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id 930B889D44 for ; Mon, 29 Jul 2019 19:55:49 +0000 (UTC) Received: from 211.81-166-168.customer.lyse.net ([81.166.168.211]:57528 helo=localhost.localdomain) by smtp.domeneshop.no with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.84_2) (envelope-from ) id 1hsBkJ-0003F7-JT; Mon, 29 Jul 2019 21:55:47 +0200 From: =?utf-8?q?Noralf_Tr=C3=B8nnes?= To: dri-devel@lists.freedesktop.org Subject: [RFC 4/4] drm/panel/ili9341: Support mi0283qt Date: Mon, 29 Jul 2019 21:55:26 +0200 Message-Id: <20190729195526.13337-5-noralf@tronnes.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190729195526.13337-1-noralf@tronnes.org> References: <20190729195526.13337-1-noralf@tronnes.org> MIME-Version: 1.0 X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tronnes.org; s=ds201810; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From; bh=KNGCt61vX2I/DRcW15xPpSLupMQXpJaAG8McKoIyPHE=; b=ngT487CJhZZOWEsCqGdINpkc0DucKcKgpAvE/ctxF8td2BuPRNjq6A2JEKB8Y+/QxAKMagO/uRz1mX7Rb5ear+6vJ2cOzm1CQ4c3N8E0Jyc72hjaLE1+SWD2K60h8Zzmry2Hq1tCYWqN+aI3aHSXqWFxfXDd0TNQoiXpx20cMlZSEEw4rAtls7GotuFv2uIw5rMmckElqUkOL6XTjgDXQR2HL7Bu8hKz9ImtpL2U+o+kZ3qzO9TMiVUWL050jHWa/0GLCiRG5l/iL1PiQ12l5Io/U/4jUJUrwEz6o06Di0PvVwiVIU2j5PmgjrSj+rPbH1FYpjHFS3L7k5YbH9VZXQ==; X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: daniel.vetter@ffwll.ch, josef@lusticky.cz, thierry.reding@gmail.com, laurent.pinchart@ideasonboard.com, sam@ravnborg.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Noralf Trønnes --- drivers/gpu/drm/panel/panel-ilitek-ili9341.c | 179 ++++++++++++++++++- 1 file changed, 170 insertions(+), 9 deletions(-) diff --git a/drivers/gpu/drm/panel/panel-ilitek-ili9341.c b/drivers/gpu/drm/panel/panel-ilitek-ili9341.c index a755f3e60111..dd333a642159 100644 --- a/drivers/gpu/drm/panel/panel-ilitek-ili9341.c +++ b/drivers/gpu/drm/panel/panel-ilitek-ili9341.c @@ -21,10 +21,13 @@ #include #include #include +#include #include #include