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=-0.8 required=3.0 tests=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 BCA2FC433DF for ; Wed, 1 Jul 2020 05:47:08 +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 8F4F120722 for ; Wed, 1 Jul 2020 05:47:08 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="fwX2dXPj" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8F4F120722 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ideasonboard.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 077936E3B0; Wed, 1 Jul 2020 05:47:08 +0000 (UTC) Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by gabe.freedesktop.org (Postfix) with ESMTPS id D67DA6E3B0 for ; Wed, 1 Jul 2020 05:47:06 +0000 (UTC) Received: from pendragon.ideasonboard.com (81-175-216-236.bb.dnainternet.fi [81.175.216.236]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 1E717556; Wed, 1 Jul 2020 07:47:05 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1593582425; bh=lLlE6wlCwDL/Ydht7HG8e8nS46G/QNmTOhwlH57lMes=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fwX2dXPjZehLGVDk564rmOrDNazijRXTkRA9uDV9TrKDR/87xOhV3ueNRjXkJtmnF e6ZZTuA86+Tsy2d2RPeLoMvNPm4/DpEjNRJwQfEuwI/zMYvFJZRi/cXXMeGDch2Ej8 Vs4biJJkxivMOp/nM2tVUr1wK8oiE7VvtJ8K6O8s= Date: Wed, 1 Jul 2020 08:47:01 +0300 From: Laurent Pinchart To: Sam Ravnborg Subject: Re: [PATCH v1 0/7] drm_connector: drop legacy drm_bus_flags Message-ID: <20200701054701.GB5963@pendragon.ideasonboard.com> References: <20200630180545.1132217-1-sam@ravnborg.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200630180545.1132217-1-sam@ravnborg.org> 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: David Airlie , Daniel Vetter , Tomi Valkeinen , Jyri Sarha , Paul Cercueil , Thierry Reding , dri-devel@lists.freedesktop.org, Thomas Zimmermann , Robert Chiras Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Sam, Thank you for the patches. On Tue, Jun 30, 2020 at 08:05:38PM +0200, Sam Ravnborg wrote: > Drop all uses of legacy drm_bus_flags, and then drop the flags. > Follow-up with a patch to inline the documentation of the flags. > > The conversion was triggered by Laurent's clean-up of > the bus_flags use in panel-simple. > https://lore.kernel.org/dri-devel/20200630135802.GA581802@ravnborg.org/T/#t > > Build tested only. > Patches on top of latest drm-misc-next. For the whole series, Reviewed-by: Laurent Pinchart > (Procrastination, was supposed to review patches, not producing them). > > Sam Ravnborg (7): > drm/tidss: drop use of legacy drm_bus_flags > drm/ingenic-drm: drop use of legacy drm_bus_flags > drm/panel: raydium-rm67191: drop use of legacy drm_bus_flags > drm/panel: novatek-nt39016: drop use of legacy drm_bus_flags > drm/panel: panel-simple: drop use of legacy drm_bus_flags > drm/drm_connector: drop legacy drm_bus_flags values > drm/drm_connector: use inline comments for drm_bus_flags > > drivers/gpu/drm/ingenic/ingenic-drm.c | 2 +- > drivers/gpu/drm/panel/panel-novatek-nt39016.c | 2 +- > drivers/gpu/drm/panel/panel-raydium-rm67191.c | 2 +- > drivers/gpu/drm/panel/panel-simple.c | 28 +++--- > drivers/gpu/drm/tidss/tidss_dispc.c | 4 +- > include/drm/drm_connector.h | 124 ++++++++++++++++++-------- > 6 files changed, 104 insertions(+), 58 deletions(-) -- Regards, Laurent Pinchart _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel