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 68ADCC4332F for ; Mon, 14 Feb 2022 12:37:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1353232AbiBNMhG convert rfc822-to-8bit (ORCPT ); Mon, 14 Feb 2022 07:37:06 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:33302 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229718AbiBNMhE (ORCPT ); Mon, 14 Feb 2022 07:37:04 -0500 Received: from aposti.net (aposti.net [89.234.176.197]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 223FF13E25; Mon, 14 Feb 2022 04:36:57 -0800 (PST) Date: Mon, 14 Feb 2022 12:36:39 +0000 From: Paul Cercueil Subject: Re: [PATCH v15 1/7] drm/ingenic: Fix support for JZ4780 HDMI output To: "H. Nikolaus Schaller" Cc: Andrzej Hajda , Neil Armstrong , Robert Foss , Paul Boddie , Laurent Pinchart , Jernej Skrabec , David Airlie , Daniel Vetter , Maxime Ripard , Harry Wentland , Kieran Bingham , Jonas Karlman , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-mips@vger.kernel.org, letux-kernel@openphoenux.org, Ezequiel Garcia Message-Id: <3DOA7R.Q4SJK4LGL46R2@crapouillou.net> In-Reply-To: <93A6366F-1B51-459B-9927-04FCF730698E@goldelico.com> References: <9d3a2000d2bb014f1afb0613537bdc523202135d.1644681054.git.hns@goldelico.com> <93A6366F-1B51-459B-9927-04FCF730698E@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 lun., févr. 14 2022 at 13:33:25 +0100, H. Nikolaus Schaller a écrit : > Hi Paul, > >> Am 14.02.2022 um 13:29 schrieb Paul Cercueil : >> >> Hi, >> >> Le lun., févr. 14 2022 at 11:19:40 +0100, H. Nikolaus Schaller >> a écrit : >>> Hi Paul, >>>> Am 14.02.2022 um 11:13 schrieb Paul Cercueil >>>> : >>>> Hi, >>>> Le sam., févr. 12 2022 at 16:50:49 +0100, H. Nikolaus Schaller >>>> a écrit : >>>>> From: Paul Boddie >>>>> We have to make sure that >>>>> - JZ_LCD_OSDC_ALPHAEN is set >>>>> - plane f0 is disabled and not seen from user-space >>>> Actually it will still be seen from user-space, but it won't be >>>> possible to use it. So before applying I'll change this to: >>>> "plane f0 is disabled as it's not working yet" >>>> If that's OK with you. >>> Yes. You understand much better than me the implications... >> >> I reworded it to "plane f0 is disabled as it's not working yet", >> added a Fixes: tag, and pushed this patch to drm-misc-next. > > great and thanks. > So I drop it from v16. Neil told me he'd review patch [4/7] this week so maybe hold off v16 for a few days. Cheers, -Paul