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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 97BBCC7EE23 for ; Thu, 8 Jun 2023 12:53:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233645AbjFHMxS convert rfc822-to-8bit (ORCPT ); Thu, 8 Jun 2023 08:53:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35376 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236571AbjFHMxQ (ORCPT ); Thu, 8 Jun 2023 08:53:16 -0400 Received: from metis.ext.pengutronix.de (metis.ext.pengutronix.de [IPv6:2001:67c:670:201:290:27ff:fe1d:cc33]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 04CAB2D69 for ; Thu, 8 Jun 2023 05:53:14 -0700 (PDT) Received: from ptz.office.stw.pengutronix.de ([2a0a:edc0:0:900:1d::77] helo=[IPv6:::1]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1q7F8D-0003bo-0V; Thu, 08 Jun 2023 14:52:49 +0200 Message-ID: <343dc13df7369ccee22f51852b3e8518e500025a.camel@pengutronix.de> Subject: Re: [PATCH V8 0/7] drm: bridge: samsung-dsim: Support variable clocking From: Lucas Stach To: Adam Ford , Rasmus Villemoes Cc: Marek Vasut , Neil Armstrong , Conor Dooley , Jernej Skrabec , Robert Foss , Krzysztof Kozlowski , Jonas Karlman , linux-kernel@vger.kernel.org, Laurent Pinchart , aford@beaconembedded.com, dri-devel@lists.freedesktop.org, Frieder Schrempf , devicetree@vger.kernel.org, Rob Herring , Jagan Teki , Andrzej Hajda , Marek Szyprowski Date: Thu, 08 Jun 2023 14:52:44 +0200 In-Reply-To: References: <20230526030559.326566-1-aford173@gmail.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT User-Agent: Evolution 3.46.4 (3.46.4-1.fc37) MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2a0a:edc0:0:900:1d::77 X-SA-Exim-Mail-From: l.stach@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: devicetree@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Am Donnerstag, dem 08.06.2023 um 07:30 -0500 schrieb Adam Ford: > On Thu, Jun 8, 2023 at 6:40 AM Rasmus Villemoes > wrote: > > > > [...] > > > Have you tried using modetest to see what refresh rates are available? > > > > Hm. My userspace may be a little weird. When I run modetest I just get > > > > trying to open device 'i915'...failed > > trying to open device 'amdgpu'...failed > > ... > > trying to open device 'imx-dcss'...failed > > trying to open device 'mxsfb-drm'...failed > > no device found > > > > One the 8MP, I think you need to append "-M imx-lcdif" to the modetest > command to specify the driver being used. > I don't have my 8MP with me right now, but I think that's the right name. That's correct. Alternatively update libdrm to >= 2.4.114, which knows to look for this driver in the tests. Regards, Lucas