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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 68367C3DA7D for ; Tue, 3 Jan 2023 08:13:42 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 9AC0610E3A4; Tue, 3 Jan 2023 08:13:40 +0000 (UTC) Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id A073510E3A2 for ; Tue, 3 Jan 2023 08:13:37 +0000 (UTC) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 22F87611DD; Tue, 3 Jan 2023 08:13:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8B67EC433D2; Tue, 3 Jan 2023 08:13:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1672733616; bh=sLn9Vawha9eeWYWakB4rqMAL1SntsgdKCm3hJXFVaYk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=t0vlRB6oMyuI9i58WGrpDb1D7p4UfDmmuYeCqyalKmLeuqtQeIuWLrPUiX8XFa9UZ Bqhxe1KM7cg0TT4FGjwbg0kZuqJ3kUGIVBZutS+1Mgw7jOhkS03vNkziaBpXvOHfJa GnLOTPrmfjlfgc1FpN40X0TGKb/fhDXpwWR90B0aaG4xWtgmNy8FeTe3QdE81V4nNT jhKtZdmVUYsG1FoA+LhZZO02bCnBKH4PE/QUvaGTTCWi8CHiZYEb01Eax1VVhnjlDk cYQcaaA6OTkcbcJxrvZWU9car6HG5ShjM0i2kcJ1ASlZRFWDoxkVYJySNMzV9ICS3H eFsblgRuHrJcA== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1pCcQl-0005q4-QA; Tue, 03 Jan 2023 09:13:55 +0100 Date: Tue, 3 Jan 2023 09:13:55 +0100 From: Johan Hovold To: Abel Vesa Subject: Re: [PATCH 2/2] drm/panel-edp: add IVO M133NW4J panel entry Message-ID: References: <20221231142721.338643-1-abel.vesa@linaro.org> <20221231142721.338643-2-abel.vesa@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221231142721.338643-2-abel.vesa@linaro.org> 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: Sam Ravnborg , Douglas Anderson , Steev Klimaszewski , linux-kernel@vger.kernel.org, Thierry Reding , dri-devel@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Sat, Dec 31, 2022 at 04:27:21PM +0200, Abel Vesa wrote: > Add an eDP panel entry for IVO M133NW4J. > > Due to lack of documentation, use the delay_200_500_p2e100 timings like > some other IVO entries for now. > > Signed-off-by: Abel Vesa > --- Reviewed-by: Johan Hovold