From patchwork Mon Oct 30 13:15:36 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Vetter X-Patchwork-Id: 10032627 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id ECC3F60291 for ; Mon, 30 Oct 2017 13:15:48 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D68C5288A7 for ; Mon, 30 Oct 2017 13:15:48 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id CB3E5288B8; Mon, 30 Oct 2017 13:15:48 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 8FD0C288AF for ; Mon, 30 Oct 2017 13:15:47 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 96DCD6E385; Mon, 30 Oct 2017 13:15:45 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-wm0-x244.google.com (mail-wm0-x244.google.com [IPv6:2a00:1450:400c:c09::244]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0CA356E385 for ; Mon, 30 Oct 2017 13:15:43 +0000 (UTC) Received: by mail-wm0-x244.google.com with SMTP id p75so15819485wmg.3 for ; Mon, 30 Oct 2017 06:15:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ffwll.ch; s=google; h=from:to:cc:subject:date:message-id; bh=F1bLXIED4UMpgLbMPAXhWRaaWE1rscupe62Bhl8okuA=; b=OnrObmnXJPsP4bR36kOhhkTHuJf80s/yoZA79heqOn//g8Hoq1c+KPzt7hLa+nYD4T 5aiF3mLZYf/SFbVdae9WGZYNaQVgvi/9JrSUWcK14aUNtCD5v1Lo2whrGQAn3i9vXcHE lBvcacyJ38qB2HcIFyjV2dQWz8oy+wFxo3Mpg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=F1bLXIED4UMpgLbMPAXhWRaaWE1rscupe62Bhl8okuA=; b=NHFAbZieo0ppdrtWrjoet8Pg72XEUwadTvLuRKc33ldHaHrUQoJ5tKNvTeRrHFcPaw AmNQDbln4GnD/O0EGAhRPbng5TppNa17XHCMKa9sA1DMCXY1bLSudQBLRec7oLajKst0 kdYXR2RsU98wA31nXQKd33w4MikSkjKrVncS9NKqzMxRgiD9YxelR8whBf5a3FE2IudZ g7MLYE+2P1r+JZkJxHSgHWNV1ELPK0crz7YrWeBdyfNl9pJcaM9wL28jHrS5UXRCZ2bC ZBAdHDxTjdER9bkusnY+zjluhDPgJio8nFcYAxQFGgrnhkYtOGzUwMkMDm9f6WfvOM1Y Ag3Q== X-Gm-Message-State: AMCzsaWboewARyyDwxQzW6v676Zqa+S5WsngjON5sVLy6r3IcKo04npM 0VVDtGc1CNVyd9UjAEGniF9wkeuy X-Google-Smtp-Source: ABhQp+Tecau1oB0QBo/snS0Lcs9esGrZy/+F3P/qW0CXtO1en/F2Q20MY1qqHBunqeVGI0WCUYlmDg== X-Received: by 10.80.164.209 with SMTP id x17mr11801159edb.68.1509369342288; Mon, 30 Oct 2017 06:15:42 -0700 (PDT) Received: from phenom.ffwll.local (212-51-149-109.fiber7.init7.net. [212.51.149.109]) by smtp.gmail.com with ESMTPSA id a39sm11009037eda.79.2017.10.30.06.15.41 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 30 Oct 2017 06:15:41 -0700 (PDT) From: Daniel Vetter To: DRI Development Subject: [PATCH] drm/TODO: Clarify DRM_DEV_* conversion Date: Mon, 30 Oct 2017 14:15:36 +0100 Message-Id: <20171030131536.11654-1-daniel.vetter@ffwll.ch> X-Mailer: git-send-email 2.15.0.rc1 Cc: Daniel Vetter , Daniel Vetter X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Not everyone agrees this is the best thing, so make it really clear that maintainers need to be asked first, then the conversion. We've had a few newbies that did this the other way round, got their patches rejected, which isn't the best newbie experience. Cc: Sean Paul Signed-off-by: Daniel Vetter Acked-by: Sean Paul --- Documentation/gpu/todo.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst index 96f8ec7dbe4e..e9840d693a86 100644 --- a/Documentation/gpu/todo.rst +++ b/Documentation/gpu/todo.rst @@ -179,6 +179,10 @@ don't do this, drivers used dev_info/warn/err to make this differentiation. We now have DRM_DEV_* variants of the drm print macros, so we can start to convert those drivers back to using drm-formwatted specific log messages. +Before you start this conversion please contact the relevant maintainers to make +sure your work will be merged - not everyone agrees that the DRM dmesg macros +are better. + Contact: Sean Paul, Maintainer of the driver you plan to convert Core refactorings