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=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 4FE33C12002 for ; Wed, 14 Jul 2021 20:51:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 373CC613C9 for ; Wed, 14 Jul 2021 20:51:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234332AbhGNUyO convert rfc822-to-8bit (ORCPT ); Wed, 14 Jul 2021 16:54:14 -0400 Received: from aposti.net ([89.234.176.197]:43336 "EHLO aposti.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234374AbhGNUyM (ORCPT ); Wed, 14 Jul 2021 16:54:12 -0400 Date: Wed, 14 Jul 2021 21:51:10 +0100 From: Paul Cercueil Subject: Re: [PATCH 2/2] drm/panel: Add Innolux EJ030NA 3.0" 320x480 panel To: Sam Ravnborg Cc: Thierry Reding , Rob Herring , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, list@opendingux.net, Christophe Branchereau Message-Id: In-Reply-To: References: <20210625121045.81711-1-paul@crapouillou.net> <20210625121045.81711-2-paul@crapouillou.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Sam, Le sam., juil. 10 2021 at 08:18:44 +0200, Sam Ravnborg a écrit : > Hi Paul, Christophe, > > On Fri, Jun 25, 2021 at 01:10:45PM +0100, Paul Cercueil wrote: >> From: Christophe Branchereau >> >> Add support for the Innolux/Chimei EJ030NA 3.0" >> 320x480 TFT panel. >> >> This panel can be found in the LDKs, RS97 V2.1 and RG300 (non IPS) >> handheld gaming consoles. >> >> While being 320x480, it is actually a horizontal 4:3 >> panel with non-square pixels in delta arrangement. >> >> Signed-off-by: Christophe Branchereau >> Signed-off-by: Paul Cercueil > > The drivers looks good. > Reviewed-by: Sam Ravnborg Pushed to drm-misc-next. Thanks for the review! Cheers, -Paul 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=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, 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 849AFC1B08C for ; Wed, 14 Jul 2021 20:51:23 +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 4E888613CA for ; Wed, 14 Jul 2021 20:51:23 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4E888613CA Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=crapouillou.net 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 C85726E435; Wed, 14 Jul 2021 20:51:22 +0000 (UTC) Received: from aposti.net (aposti.net [89.234.176.197]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7F9C06E435 for ; Wed, 14 Jul 2021 20:51:21 +0000 (UTC) Date: Wed, 14 Jul 2021 21:51:10 +0100 From: Paul Cercueil Subject: Re: [PATCH 2/2] drm/panel: Add Innolux EJ030NA 3.0" 320x480 panel To: Sam Ravnborg Message-Id: In-Reply-To: References: <20210625121045.81711-1-paul@crapouillou.net> <20210625121045.81711-2-paul@crapouillou.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable 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: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Rob Herring , Thierry Reding , list@opendingux.net, Christophe Branchereau Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Sam, Le sam., juil. 10 2021 at 08:18:44 +0200, Sam Ravnborg=20 a =E9crit : > Hi Paul, Christophe, >=20 > On Fri, Jun 25, 2021 at 01:10:45PM +0100, Paul Cercueil wrote: >> From: Christophe Branchereau >>=20 >> Add support for the Innolux/Chimei EJ030NA 3.0" >> 320x480 TFT panel. >>=20 >> This panel can be found in the LDKs, RS97 V2.1 and RG300 (non IPS) >> handheld gaming consoles. >>=20 >> While being 320x480, it is actually a horizontal 4:3 >> panel with non-square pixels in delta arrangement. >>=20 >> Signed-off-by: Christophe Branchereau >> Signed-off-by: Paul Cercueil >=20 > The drivers looks good. > Reviewed-by: Sam Ravnborg Pushed to drm-misc-next. Thanks for the review! Cheers, -Paul