From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755197AbdDEKGh (ORCPT ); Wed, 5 Apr 2017 06:06:37 -0400 Received: from metis.ext.4.pengutronix.de ([92.198.50.35]:45381 "EHLO metis.ext.4.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752916AbdDEKF6 (ORCPT ); Wed, 5 Apr 2017 06:05:58 -0400 Message-ID: <1491386757.2381.62.camel@pengutronix.de> Subject: Re: imx-drm: vblank wait timed out From: Philipp Zabel To: Christian Gmeiner Cc: LKML , DRI mailing list Date: Wed, 05 Apr 2017 12:05:57 +0200 In-Reply-To: References: <1490965043.2371.58.camel@pengutronix.de> <1491293691.2996.2.camel@pengutronix.de> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.9-1+b1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 2001:67c:670:100:3ad5:47ff:feaf:1a17 X-SA-Exim-Mail-From: p.zabel@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2017-04-04 at 14:50 +0200, Christian Gmeiner wrote: [...] > > Is this on a non-plus i.MX6? Maybe are missing the LDB DI clock glitch > > fixes (commits 5d283b083800, 03d576f202e8, and f13abeff2cde)? > > Yes it is a non-plus i.MX6D and all those three patches are included in > 4.9.20 (which I am using right now), But maybe my dts is not that good as I > used it for a longer time without any changes to it. It is really time to get > those upstream. Which device tree is this? Can I see it? > At the moment I have this artifact in it: > > &clks { > assigned-clocks = <&clks IMX6QDL_CLK_LDB_DI0_SEL>, > <&clks IMX6QDL_CLK_LDB_DI1_SEL>; > assigned-clock-parents = <&clks IMX6QDL_CLK_PLL5_VIDEO_DIV>, > <&clks IMX6QDL_CLK_PLL5_VIDEO_DIV>; > }; > > I am not to 100% sure if PLL5 is what I want - need. I'd use PLL5 for LVDS only if there is no other clock that can provide the required rate, or if thee is no other display. Is LVDS the only user of PLL5 or does this maybe conflict with HDMI? regards Philipp