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=-8.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 E81EBC433E0 for ; Fri, 26 Mar 2021 14:54:44 +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 998FE619E4 for ; Fri, 26 Mar 2021 14:54:44 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 998FE619E4 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=emersion.fr 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 E3E5D6F41C; Fri, 26 Mar 2021 14:54:43 +0000 (UTC) Received: from mail-40134.protonmail.ch (mail-40134.protonmail.ch [185.70.40.134]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0CA1C6F41C for ; Fri, 26 Mar 2021 14:54:43 +0000 (UTC) Date: Fri, 26 Mar 2021 14:54:22 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=emersion.fr; s=protonmail3; t=1616770480; bh=nd47v5BzeRIUWkkPdAxVejmLEjjaNAlynsgoOb3JoC4=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=kq90Au1ceaEFp64FSdolL7yI8gmuxPcK4Ssec6F3aZkdPaVM7GnystrN9bL+ugoKh BwYkm++Zok3hU3Sndip8LWpEPRt/QfkX1lAR2udMbfh6magHdc2Xpv9D7gzSwOoyNf zW8fTLQmWMpg02i3Vz2XJxUQ6KKYETpvK6l8pMZjQFbdSf641qcq4ujmJapk7hCMgA IgRqfe30PSQNCyBZNAJCyHvIc/o7+JJjrVg4kOlOGhbS3Yd9uJCDuFOadPtixv/NIE dDryZPtk6HeSxoUsJQJs7yjAhWfJ4RjmZD9ZOwNNSSPyxm3+RqNbLSXmjveaUMxtA0 oCbpM9kwgp/oQ== To: Thierry Reding From: Simon Ser Subject: Re: [PATCH v2 01/10] drm/fourcc: Add macros to determine the modifier vendor Message-ID: In-Reply-To: <20210326145139.467072-2-thierry.reding@gmail.com> References: <20210326145139.467072-1-thierry.reding@gmail.com> <20210326145139.467072-2-thierry.reding@gmail.com> MIME-Version: 1.0 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: , Reply-To: Simon Ser Cc: David Airlie , James Jones , dri-devel@lists.freedesktop.org, Thomas Zimmermann , linux-tegra@vger.kernel.org, Dmitry Osipenko Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" LGTM, thanks! Reviewed-by: Simon Ser Let me know if you need me to push this to drm-misc-next. _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel