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=-3.5 required=3.0 tests=BAYES_00,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 04893C433DB for ; Thu, 4 Feb 2021 21:17:36 +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 8B3CF64FA8 for ; Thu, 4 Feb 2021 21:17:35 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8B3CF64FA8 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 EA1286EE6E; Thu, 4 Feb 2021 21:17:34 +0000 (UTC) Received: from mail-40133.protonmail.ch (mail-40133.protonmail.ch [185.70.40.133]) by gabe.freedesktop.org (Postfix) with ESMTPS id 043A96EE6E for ; Thu, 4 Feb 2021 21:17:32 +0000 (UTC) Date: Thu, 04 Feb 2021 21:17:25 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=emersion.fr; s=protonmail3; t=1612473450; bh=aZR1Cr4mUUPd+bdpXXmH0tFntE3kW5R629//25Qz7mk=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=vU+i8uWaKW00VI4GG7ouXD9Y9seaTS0NU0ExM1IMC3sTIuE6iWTY9798SRQS9nMdt RUj95skYpoKsWAoSgDy24edLY6UCTm5R8nAkvpRn6xTXZFBGjtDoxfp1gdmS/5Sp7b mTpc3p6PXp1tfsdRlCd2jl5kqheBTnEa850XZshV+fWTuSBKuAvns1xzK67ZGP7tsJ MBS/gZPHiYk9SJDyFWzBqYY0hltyCV5PuhzdolKuyHy1glbW4qE/t+A5xSWSx1vZhS L7Tk4/wO5isG+OixmrC3ZjueoAvaSarUtRyRhrCwcuRJzPefuoC5DkSD9VTblmxrQj n1nQ0/xlbTz7Q== To: James Park From: Simon Ser Subject: Re: [PATCH v2] drm/fourcc: introduce DRM_FOURCC_STANDALONE guard Message-ID: In-Reply-To: References: <20210204113742.1814456-1-emil.l.velikov@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: Pekka Paalanen , Emil Velikov , dri-devel Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Thursday, February 4th, 2021 at 10:15 PM, James Park wrote: > No, I haven't pushed anything with DRM_BASIC_TYPES_DEFINED yet. I was > just illustrating since DRM_BASIC_TYPES_H would not be a great > choice for a name in this case. This approach looks fine to me too. I'd R-b it. Thanks for your patience. > I'll send a patch tonight (USA time). I have to remember how to do the > git-send-email dance. https://git-send-email.io/ _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel