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 C1C42C433EF for ; Mon, 14 Feb 2022 12:29:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1353115AbiBNM3k convert rfc822-to-8bit (ORCPT ); Mon, 14 Feb 2022 07:29:40 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:56770 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233868AbiBNM3j (ORCPT ); Mon, 14 Feb 2022 07:29:39 -0500 Received: from aposti.net (aposti.net [89.234.176.197]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D5D7E49FA1; Mon, 14 Feb 2022 04:29:31 -0800 (PST) Date: Mon, 14 Feb 2022 12:29:18 +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: In-Reply-To: References: <9d3a2000d2bb014f1afb0613537bdc523202135d.1644681054.git.hns@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 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. Cheers, -Paul