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 684F4C433F5 for ; Mon, 17 Jan 2022 08:34:47 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7CC6389BAE; Mon, 17 Jan 2022 08:34:37 +0000 (UTC) Received: from mail-ed1-x52d.google.com (mail-ed1-x52d.google.com [IPv6:2a00:1450:4864:20::52d]) by gabe.freedesktop.org (Postfix) with ESMTPS id EAD2810F841 for ; Sun, 16 Jan 2022 16:29:02 +0000 (UTC) Received: by mail-ed1-x52d.google.com with SMTP id 30so55349604edv.3 for ; Sun, 16 Jan 2022 08:29:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=BcPCNdgGsarAOPIhv+DH/SRgqXOeYGiUXIB78zv1eaQ=; b=ZCpe5OGk6TJ9Gqk6evznoypIQpHpZAY9/N3Yc08tkEK3QnTVpE+wrHSxNCblRUJkjW ZYFuY2qtnOz98so9HanQsnNQXQsZ+AML0CUuTTnE6RA7TKZVUTHq95fE4lWUodARr+xx smCnOrm7nnErM2ZdfvDwUF+fTaN6om7v0q8nHeOQse02y0Jlu4Qwxo4P+u7fU4XN2hDv czdvqsL6Fodxug1ExAVj4DlJz/EleVDxpsYo90Ab9wbdtriyP8xaKxoSZvkcN0xtATpZ lER5nFrPSdHv9fibxyCRRWa4FuD2niOdqOHLnrqMCNPmTBxeP2AITDaFv6pQ+8gM+JED hhcA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=BcPCNdgGsarAOPIhv+DH/SRgqXOeYGiUXIB78zv1eaQ=; b=z0fU3JLlcYO65o66PaupWQGR8HrYl+YfxsIIFEM/8zmRWiVLp55q/lPUYYq264KYQ7 0pTrx6S+pEGChnEaE5oostFHklYh4xzwrq17IodJWYUlgzAQQ9JQjY3PMqtFWVL0ZyfC zMg+A8uCU1JOe+1KnMpqxedMVL+x4hsttd3afcdFWwF5HNuFEoniR4BSREtChhdYn2gF hnAdulguKgRCMaRbA2rexXAleglJwuT3Ev2gx4z5LZjZHc/r6hqfGp8RaDHOJC4RYABU 49wPCgw2DqYxrOiObdX1z+cdzzNWNxgilYvyeQs/g0P/EzdNq1neHh1YBKXDmi7rH92F Gtyg== X-Gm-Message-State: AOAM533qH1cbrsdlxl7d6ZIy+5pNkFZgHeGCA5nMpOsx+d/w9UY4Uapx ZfhZ5jk+Q51G5llTDOdfKVc= X-Google-Smtp-Source: ABdhPJxgBgqDQjhW2WA9dKL/J8VRTg0NrW/N0blkBgpvvjch1NxO7ivZpEkb6Q5hcicV/0tGkuhQiA== X-Received: by 2002:a17:906:4c87:: with SMTP id q7mr15069370eju.460.1642350541377; Sun, 16 Jan 2022 08:29:01 -0800 (PST) Received: from tom-desktop (net-93-71-218-227.cust.vodafonedsl.it. [93.71.218.227]) by smtp.gmail.com with ESMTPSA id ja23sm1352637ejc.32.2022.01.16.08.29.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 16 Jan 2022 08:29:00 -0800 (PST) Date: Sun, 16 Jan 2022 17:28:58 +0100 From: Tommaso Merciai To: Fabio Estevam Subject: Re: [PATCH 1/2] drm/i2c/tda998x: Switch to atomic operations Message-ID: <20220116162858.GA2454@tom-desktop> References: <20211231013930.139754-1-festevam@gmail.com> <20220108191658.GC2633@tom-desktop> <20220111202151.GB4503@tom-desktop> <20220115232306.GA30488@tom-desktop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Mailman-Approved-At: Mon, 17 Jan 2022 08:34:35 +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: Marek Vasut , Peter Robinson , Laurent Pinchart , DRI mailing list , Russell King - ARM Linux Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Sun, Jan 16, 2022 at 10:27:19AM -0300, Fabio Estevam wrote: > Hi Tommaso, > > On Sat, Jan 15, 2022 at 8:23 PM Tommaso Merciai wrote: > > > Hi Fabio, > > I'm working on bring up urt,umsh-8596md-20t lvds kit panel, but after enable > > following node I get the following error: > > I assume you are trying to connect an external panel via connector CN3. Hi Fabio, Right. > > This connector is for LVDS panel, not parallel. Yep, for that I try also urt,umsh-8596md-19t without success. > > The eLCDIF parallel interface is connected to the TDA19988. Thanks for the info. > > Anyway, this is a different topic. My goal here is to fix the kernel > warning when using the TDA19988 HDMI output. My bad sorry, I'm looking for a second HDMI Display for try to reproduce the issue on my side. Meanwhile I'm working on lvds. Thanks, Tommaso > > Thanks