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 autolearn=unavailable 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 17CD7C48BCF for ; Wed, 9 Jun 2021 16:29:06 +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 7DDA9613BF for ; Wed, 9 Jun 2021 16:29:05 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7DDA9613BF Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=fooishbar.org 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 05B266E0FB; Wed, 9 Jun 2021 16:29:05 +0000 (UTC) Received: from mail-wr1-x431.google.com (mail-wr1-x431.google.com [IPv6:2a00:1450:4864:20::431]) by gabe.freedesktop.org (Postfix) with ESMTPS id 64B506E0FB for ; Wed, 9 Jun 2021 16:29:03 +0000 (UTC) Received: by mail-wr1-x431.google.com with SMTP id q5so26207393wrm.1 for ; Wed, 09 Jun 2021 09:29:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fooishbar-org.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=tGWiX83Hywk9BgCeVsLYFd5tdqdc0fZh1j2g86mM9NQ=; b=WjSZMYTEqWPM1HVhG7zxeukpq/DtDZR/ioBAuMiyzXZ3QWKoBIsBANXq0hMARslWSh QuKKaF0LwObIHXaXGMEXLzoftLxAKA4QJHXrsrR+gIKtE6N5Zv1OCrY3EL43DEXYt6QW ZGCOu+HAwCyI4OmjFlPCaNI18G+ebT9Ol5u9AV2GsiLbefnm/hJXVrbUAmFMjnmHF9CZ T3pqhcjBWqmteg90bVFqiLDduluW0BK2ar8uze1sDNRbQhgg9B82g40JCwKfrYyYPp/R nyc7OYc6MgCvVuaXm/x0ZCrHF2tt49jM8dB5aYhdYEDD7lGuYCTNk+ctUjQE3FxhjiXG vPgw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=tGWiX83Hywk9BgCeVsLYFd5tdqdc0fZh1j2g86mM9NQ=; b=IDGKgRX8Xtpnr2elUS0aTljzC1qn6S+mio3IXtFaK5OKMDgyDX1gUIs1IgegsySbDd K4PyVmf26/MXSgeWoFo1GUnstwZfGZWedfG+rrvSpUaTWd5Tsuvigm1GiDP52lT9j98s kox2kP8ZcMb95g4VIMUojSsXssKOEGTqOuOe8RgWyt++77jRCnFFfIw4bZQrjSR6RMuR s/W7MykMmXoWRbZujMGwaWBDJuwqgu85Xp9jB22OXPBoUaB98R5BZCIBukBLcMVozYCD XAIz/f9D1U/GaXBex+gRE+r121kqO90284X/ggM2eKZaysNAkfA4FInk3OchYu5T8o+C 3aTg== X-Gm-Message-State: AOAM530K/VMAwwo/sVlaV/BB7MRAnCAw17ghSQGvmjCerA37zGYtlUPK ttXHUrYsgGQiVRRtrKrYmNZQ/Y57ptZHz0NQNu7H5g== X-Google-Smtp-Source: ABdhPJyGrufajQ9tkW7Bx2QtFsfOtFOpmrFCXaUC5i0cwvpLayIR5PKpP0lpcQYz0BtBHERd7g1SI98fU+iWRiPMPZQ= X-Received: by 2002:a5d:66c6:: with SMTP id k6mr739340wrw.6.1623256141950; Wed, 09 Jun 2021 09:29:01 -0700 (PDT) MIME-Version: 1.0 References: <20210326145139.467072-1-thierry.reding@gmail.com> <20210326145139.467072-2-thierry.reding@gmail.com> In-Reply-To: From: Daniel Stone Date: Wed, 9 Jun 2021 17:28:50 +0100 Message-ID: Subject: Re: [PATCH v2 01/10] drm/fourcc: Add macros to determine the modifier vendor To: Thierry Reding Content-Type: text/plain; charset="UTF-8" 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 , James Jones , dri-devel , Thomas Zimmermann , linux-tegra@vger.kernel.org, Dmitry Osipenko Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Thierry, On Tue, 27 Apr 2021 at 19:40, Daniel Stone wrote: > On Fri, 26 Mar 2021 at 16:29, Thierry Reding wrote: >> On Fri, Mar 26, 2021 at 02:54:22PM +0000, Simon Ser wrote: >> > LGTM, thanks! >> > >> > Reviewed-by: Simon Ser >> > >> > Let me know if you need me to push this to drm-misc-next. >> >> I do have commit access for drm-misc-next, but I was thinking that I >> could take this through the drm/tegra tree along with the subsequent >> patches because of the dependency. >> >> Anyone willing to provide an Acked-by for that? > > Yep, no harm if that makes your life easier, so for both the patch itself and merging through tegra: > Acked-by: Daniel Stone Is this still in your queue somewhere? Cheers, Daniel