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.5 required=3.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, 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 38046C433DB for ; Tue, 2 Feb 2021 22:49:02 +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 D38E364F65 for ; Tue, 2 Feb 2021 22:49:01 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D38E364F65 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.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 1DA106E9B4; Tue, 2 Feb 2021 22:49:01 +0000 (UTC) Received: from mail-ua1-x92b.google.com (mail-ua1-x92b.google.com [IPv6:2607:f8b0:4864:20::92b]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1C0A66E9B5 for ; Tue, 2 Feb 2021 22:49:00 +0000 (UTC) Received: by mail-ua1-x92b.google.com with SMTP id a31so7657120uae.11 for ; Tue, 02 Feb 2021 14:49:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=I0wefJGrPjsFXChEmUYOdBAFKdEXy2ySL5g44yz/32A=; b=Hepmxg6omyBiqQo78d8DTl0PY21kJIvLn8JyaRLwonCRwy3kduENUjFCBJ3Tlo1mkh uZj2CMHu3Pd7WFhOAXn/EV7Yn121nVoGVVJhTZG7MLFrfXE4tIiKuxKaogMw7zDuQj5C Elmm37W9vb8bwRC+A+UEG9m07FmzUe1hUi5sKrxiZRjC4xXIgIf4g0QSgk4rKlFW3E7g sddSojULoIoGLmXgmZGRd4Hvj7I45HwfnfhIZRCVTCF0/X8q1Ll7mry+bpBntdQXBprz FpmmE9RwLhMW9mjm0cHYAHg8q/Z+llyslpTQ043l9JoRATbPvuDENrvSwRwJEJVr3FPL vVNg== 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=I0wefJGrPjsFXChEmUYOdBAFKdEXy2ySL5g44yz/32A=; b=hO9hwwIgkMLpRGbSQQkZOoX1Q0u57wOUS2EvAeRCZeBvNWoXlyHTxsEM6HTg2HHI4s g8DXau6s63zz2qyzaop8EichSRk2ZKshCxV+VdqtOuL0gBZvXay828Eu8QUqqtwuEUE2 hkoRBdIbFMH5rB69D79eqSRYTHzFISnhHC1Ki7GcDegVxkULXfl6Hre6XBmJNsy5vaz6 DcPUZtqUs9zIM/Ecj2WJ7tWVgk2fcqyz4fV/6YwwtN4k7ymw//FP7ZZQLyGYqDuDRRwM vuBQRxOahELn9gugov3Mji4wyTcNL1o2aRk7E0VSc49/EeJbCLwSJfzVUS3yXFVd6K3k c+Mw== X-Gm-Message-State: AOAM530qclAeGWUdGALijVivxiJCRl/gbziDg4KI0GVUb96s+tngUhQZ KXQbyeYflgcOrdbJmc/JKjprUpKZgNQgI9R4jqQ6uZ+fEVd9+Q== X-Google-Smtp-Source: ABdhPJxjy+n0BbCb6LqrxGGuNNwWtOoOluHrjxN7TpBuMufwt2OTyAt51FiuOI/aoOVWajkwTx1VLH/gn3BT9ZFFxSY= X-Received: by 2002:ab0:3048:: with SMTP id x8mr307221ual.46.1612306139338; Tue, 02 Feb 2021 14:48:59 -0800 (PST) MIME-Version: 1.0 References: <20201210103553.1ae238d2@eldfell> <1607591574-949-1-git-send-email-jpark37@lagfreegames.com> <1607591574-949-2-git-send-email-jpark37@lagfreegames.com> In-Reply-To: From: Emil Velikov Date: Tue, 2 Feb 2021 22:48:48 +0000 Message-ID: Subject: Re: [PATCH] drm: drm_basic_types.h, DRM_FOURCC_STANDALONE To: James Park 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: dri-devel Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi james, On Tue, 2 Feb 2021 at 18:15, James Park wrote: > > I'm not sure what your suggestion is. Move which #ifdef block where? > Fair enough. Just sent out a patch which demonstrates what I have in mind. Thanks Emil P.S. Please try to avoid top-posting and HTML emails in public discussions. _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel