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 X-Spam-Level: X-Spam-Status: No, score=-3.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BDBE9C43461 for ; Fri, 11 Sep 2020 09:50:07 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 32A17206F4 for ; Fri, 11 Sep 2020 09:50:07 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=goldelico.com header.i=@goldelico.com header.b="S6AG7+la" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 32A17206F4 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=goldelico.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 206E86E9A4; Fri, 11 Sep 2020 09:49:38 +0000 (UTC) Received: from mo4-p02-ob.smtp.rzone.de (mo4-p02-ob.smtp.rzone.de [85.215.255.81]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2F8B36E2CF for ; Thu, 10 Sep 2020 07:54:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1599724444; s=strato-dkim-0002; d=goldelico.com; h=To:References:Message-Id:Cc:Date:In-Reply-To:From:Subject: X-RZG-CLASS-ID:X-RZG-AUTH:From:Subject:Sender; bh=l1WbT/SvoDNXkiR2i/Ms97l7Wmw8ncgIm8q+yWXRhJo=; b=S6AG7+laKYIuuOoC14IT/ehfiLrSRYF+qFl7EI2JPzP6Cbh7mRyZu0Q/MgT8xNfkS6 nKWVOcCUFrB7tEpom1VxQh7b8Ozuip0I3XqQ0pmey6kzAaEcs6wiGE7hKFbjclEeuymg cxH50eky64oS3ePp4aMvS9Gm6T23pFPpYD7j6tjiEWL84YvKWCDFUe/jsEBychRoILqy Ct9ZQ1E4WX9cD03eKwR3UAI+MERvHsQNOpCwMyOiqAW7sFCwcoGN9tCXcOJ+SrPtA3UM U5JePROLXrXE04bkuHAkbmIEiehTYqdlYZrkVCRVSmzAlvikQCsyTC8/MpbsidYya8V/ K+RQ== X-RZG-AUTH: ":JGIXVUS7cutRB/49FwqZ7WcJeFKiMgPgp8VKxflSZ1P34KBj5Qpw97WFDlSfXA0N8oI=" X-RZG-CLASS-ID: mo00 Received: from imac.fritz.box by smtp.strato.de (RZmta 46.10.7 DYNA|AUTH) with ESMTPSA id n03b0dw8A7rtbeU (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (curve X9_62_prime256v1 with 256 ECDH bits, eq. 3072 bits RSA)) (Client did not present a certificate); Thu, 10 Sep 2020 09:53:55 +0200 (CEST) Subject: Re: drm/bridge: Synopsys DW-HDMI bridge driver for the Ingenic JZ4780 (was Re: Specialising the Synopsys DW-HDMI bridge driver for the Ingenic JZ4780) Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) From: "H. Nikolaus Schaller" In-Reply-To: <2093A5E6-28CC-42C6-8CF9-3E78942254F4@goldelico.com> Date: Thu, 10 Sep 2020 09:53:53 +0200 Message-Id: References: <1940005.XIBaf5lNV5@jeremy> <1857880.I5TKlsx52r@jason> <6531669.OW97vx6Khr@jason> <829D6884-D1F1-4197-B25C-F0DBF2F4AEA7@goldelico.com> <2093A5E6-28CC-42C6-8CF9-3E78942254F4@goldelico.com> To: Ezequiel Garcia X-Mailer: Apple Mail (2.3124) X-Mailman-Approved-At: Fri, 11 Sep 2020 09:49:36 +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: Jernej Skrabec , Paul Boddie , Jonas Karlman , Neil Armstrong , dri-devel , Paul Cercueil , MIPS Creator CI20 Development Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Ezequiel, > Am 27.08.2020 um 09:21 schrieb H. Nikolaus Schaller : > > Hi Ezequiel, > >> Am 24.08.2020 um 19:38 schrieb Ezequiel Garcia : >> >> On Mon, 24 Aug 2020 at 13:05, H. Nikolaus Schaller wrote: >>> >>> Hi Ezequiel, >> >> The fix is just re-organizing the code a bit. Just pushed a possible >> fix for that (following the IPU handling by Paul Cercueil), >> please feel free to test this: >> >> https://gitlab.collabora.com/linux/0day/-/commits/jz4780-drm-hdmi-module-fix-v5.9-rc2 > > Works well (after doing a minor fix to the CI20 defconfig)! > >> >> FWIW, my test setup uses mainline vanilla U-Boot v2020.07. >> The kernel is loaded via TFTP. Debian mipsel is mounted via NFS >> (which means dm9000 works). I'm testing with weston and modetest. >> >> Note that enabling DRM_INGENIC_IPU will make the driver >> fail to load, as the IPU is not optional (and not present on ci20.dts). >> A minor thing to fix. >> >> Cheers, >> Ezequiel >> >>> And it seems to differ significantly from what Paul has developed recently >>> to make it work. It seems to be quite lucky that we have a working setup now :) >>> >>>> Nikolaus, Paul: Do you have plans to submit these? >>> >>> Yes, as soon as we are sure that it works (and when it doesn't). >>> >>> But thanks to your work it is now much easier to improve things, since we >>> are no longer looking for a break-through but just have to avoid regressions. >>> >>>> If not, I'll be happy to get them out the door for review. >>> >>> Let it mature a little first and have it tested on more setups and rebased >>> to mainline v5.9-rc2 :) > > >> Am 24.08.2020 um 23:11 schrieb Paul Cercueil : >> >> DRM drivers follow their own schedule, you should rebase to drm-misc-next instead. >> > > With the comment from Paul, I think it is best if you push them for review. > > My patch set based on v5.9-rc2 is here (including one EFUSE patch which I have > included only for making my Ethernet interface work for testing): > > https://git.goldelico.com/?p=letux-kernel.git;a=shortlog;h=refs/heads/letux/jz4780-hdmi-v5 > > Please take it, do the required squashes and rebasing and post them for discussion to the > appropriate lists. I hope you are well. Do you plan to do the squash and rebase and posts? BR and thanks, Nikolaus _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel