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 84A5FC433F5 for ; Wed, 9 Feb 2022 14:03:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234700AbiBIODE convert rfc822-to-8bit (ORCPT ); Wed, 9 Feb 2022 09:03:04 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60956 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234728AbiBIOC6 (ORCPT ); Wed, 9 Feb 2022 09:02:58 -0500 Received: from aposti.net (aposti.net [89.234.176.197]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DCA50C050CC2; Wed, 9 Feb 2022 06:02:59 -0800 (PST) Date: Wed, 09 Feb 2022 14:02:39 +0000 From: Paul Cercueil Subject: Re: [PATCH v13 0/9] MIPS: JZ4780 and CI20 HDMI To: "H. Nikolaus Schaller" Cc: Rob Herring , Mark Rutland , Thomas Bogendoerfer , Geert Uytterhoeven , Kees Cook , "Eric W. Biederman" , Miquel Raynal , David Airlie , Daniel Vetter , Neil Armstrong , Robert Foss , Laurent Pinchart , Jernej Skrabec , Harry Wentland , Sam Ravnborg , Maxime Ripard , Hans Verkuil , Liam Girdwood , Mark Brown , Paul Boddie , Andrzej Hajda , Kieran Bingham , devicetree@vger.kernel.org, linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, letux-kernel@openphoenux.org, Jonas Karlman , dri-devel@lists.freedesktop.org Message-Id: In-Reply-To: <4294A500-52EB-4319-9B89-F9DAC48EBF03@goldelico.com> References: <9ZC17R.T1L0TBAW7MJA3@crapouillou.net> <4294A500-52EB-4319-9B89-F9DAC48EBF03@goldelico.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Le mer., févr. 9 2022 at 14:51:12 +0100, H. Nikolaus Schaller a écrit : > Paul, > >> Am 09.02.2022 um 12:52 schrieb Paul Cercueil : >> >> Hi Nikolaus, >> >> I tried applying patches 1-2, but they don't apply cleanly on top >> of drm-misc/drm-misc-next. > > Ok I had rebased to linux-next some days ago and it appears that > patch 1/9 has now arrived in drm-misc/drm-misc-next. > So we can drop 1/9. Yes, some weeks ago I did apply patch 1/9 from one of your previous patchsets. Patch 2 was applied as well (commit b807fd2c43fe ("drm/ingenic: Add support for JZ4780 and HDMI output")), but you then said that it didn't work and needed a fix. For this patchset you should always base on top of drm-misc/drm-misc-next, and not on linux-next; they have different schedules. You can drop patch #1, and rework patch #2 so that it only fixes the previously incorrect behaviour. > >> >> Could you rebase on top of that tree? > > Sure. > > Unfortunatley my v14 breaks the display again. It is not much fun to > develop on top of such a moving target... I can imagine... Cheers, -Paul > So I have to find out first what was broken this time before I can > send out a new version. > > BR, > Nikolaus