Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp3481525ybi; Tue, 2 Jul 2019 08:30:06 -0700 (PDT) X-Google-Smtp-Source: APXvYqzKr478BpbQqS1QfeHe31e2hpy+m3dfyWrXXnOEhLHlJkQpZnuvF3dtubFcoJMZExdxpwHd X-Received: by 2002:a17:902:6a2:: with SMTP id 31mr28585372plh.296.1562081406247; Tue, 02 Jul 2019 08:30:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1562081406; cv=none; d=google.com; s=arc-20160816; b=Jh7mgNq3dwQRCjkreC0kNLXYyqm5evC0ZGyOHxUeOb8VLEAxjsV235A67aFp0qm+ds bno+0pZwnIgiAxykX93bimG+zyTKXdddBNDaUB93+CEnOektUEfPs/h2Tyfc9Z/7MnWA 359h60j2dNgSZASWXrm8NaZtt2kGBvOt5l2dVgmhVFYqr1ExlpiH4jvgiRfESuTkgGBf K39gS5p6lazXmeqAk5l/0ecJU4X4AhJju1Ry9xrAKvHdiDvxSKuRiQQ7Mak8TmI4LBIJ jGG85pNqqDDM//fFMR8eVG9WSYDlZQQoGdLjzkr8cMRA8JFE9DtW3dEOtI4OrMeXji3F GVhw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=R/qJUkPbHftQO1NFH/EAu3lQMzRTrZrcetsmi0aliBQ=; b=tjQfeo0QxVB9LEaqxwrm4KKhQV3Kv5NlhUQZS7TfApLZ2YKTTaueYkwq72b1Q1eOUI LC3Ie55JzJouwzLSwb6PkdDrwJOwdcKdbcqUGP0bHkjtmFNh0CzxEtq+BEEY7RggXkbz 0ZqBmI+UFrIGxCxxhiba8My/xludvkNMF0DbdOn7cWBVWquhQGWqzQWKYghbNN0+obXK /warFsP2tuMbyef+SUsFjgMnMwuB7IiS299p6MXhhqAsikL1dHh31cimpTD/x9anSI2c Tj2Kh0F0M4cY92N7nQhQQRQzv/mdURwekdLEvS9lipZhreaNzL5IWeszEjcG/zMxWPUh qsFQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id r190si7738348pfr.102.2019.07.02.08.29.50; Tue, 02 Jul 2019 08:30:06 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726613AbfGBP3O (ORCPT + 99 others); Tue, 2 Jul 2019 11:29:14 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:34061 "EHLO relay5-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726457AbfGBP3O (ORCPT ); Tue, 2 Jul 2019 11:29:14 -0400 X-Originating-IP: 90.89.68.76 Received: from localhost (lfbn-1-10718-76.w90-89.abo.wanadoo.fr [90.89.68.76]) (Authenticated sender: maxime.ripard@bootlin.com) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 548C91C0012; Tue, 2 Jul 2019 15:29:09 +0000 (UTC) Date: Tue, 2 Jul 2019 17:29:08 +0200 From: Maxime Ripard To: Jagan Teki Cc: David Airlie , Daniel Vetter , Chen-Yu Tsai , dri-devel , linux-arm-kernel , linux-kernel , Bhushan Shah , Vasily Khoruzhick , =?utf-8?B?5Z2a5a6a5YmN6KGM?= , Michael Trimarchi , linux-amarula , linux-sunxi Subject: Re: [linux-sunxi] Re: [PATCH v10 04/11] drm/sun4i: tcon: Compute DCLK dividers based on format, lanes Message-ID: <20190702152908.fwwf7smt7nh2lxo2@flea> References: <20190523204823.mx7l4ozklzdh7npn@flea> <20190604143016.fcx3ezmga244xakp@flea> <20190613131626.7zbwvrvd4e7eafrc@flea> <20190624130442.ww4l3zctykr4i2e2@flea> <20190625143747.3czd7sit4waz75b6@flea> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 02, 2019 at 12:30:14AM +0530, Jagan Teki wrote: > On Tue, Jun 25, 2019 at 8:07 PM Maxime Ripard wrote: > > > > > > > > > BSP has tcon_div and dsi_div. dsi_div is dynamic which depends on > > > > > > > > > bpp/lanes and it indeed depends on PLL computation (not tcon_div), > > > > > > > > > anyway I have explained again on this initial link you mentioned. > > > > > > > > > Please have a look and get back. > > > > > > > > > > > > > > > > I'll have a look, thanks. > > > > > > > > > > > > > > > > I've given your patches a try on my setup though, and this patch > > > > > > > > breaks it with vblank timeouts and some horizontal lines that looks > > > > > > > > like what should be displayed, but blinking and on the right of the > > > > > > > > display. The previous ones are fine though. > > > > > > > > > > > > > > Would you please send me the link of panel driver. > > > > > > > > > > > > It's drivers/gpu/drm/panel/panel-ronbo-rb070d30.c > > > > > > > > > > Look like this panel work even w/o any vendor sequence. it's similar > > > > > to the 4-lane panel I have with RGB888, so the dclk div is 6, is it > > > > > working with this divider? > > > > > > > > It works with 4, it doesn't work with 6. > > > > > > Can be the pixel clock with associated timings can make this diff. > > > Would you send me the pixel clock, pll_rate and timings this panel > > > used it from BSP? > > > > This board never had an Allwinner BSP > > Running on BSP would help to understand some clue, anyway would you > send me the the value PLL_MIPI register (devme 0x1c20040) on this > board. I'm trying to understand how it value in your case. I'm sorry, but I'm not going to port a whole BSP on that board, especially for something I haven't been convinced it's the right fix. Maxime -- Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com