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.5 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 83F06C433FE for ; Wed, 9 Dec 2020 10:18:34 +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 1F68123B5D for ; Wed, 9 Dec 2020 10:18:34 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1F68123B5D 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 70D786E811; Wed, 9 Dec 2020 10:18:33 +0000 (UTC) Received: from mail1.protonmail.ch (mail1.protonmail.ch [185.70.40.18]) by gabe.freedesktop.org (Postfix) with ESMTPS id AF49A6E811 for ; Wed, 9 Dec 2020 10:18:31 +0000 (UTC) Date: Wed, 09 Dec 2020 10:18:19 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=emersion.fr; s=protonmail2; t=1607509109; bh=G/K2rdUUwbWg+iLw4g7S66hh8si6GG1ygZTtYsswBdE=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=G3IJj62wCcugg99u6VgNkXhmVsWQrGzQZqUTVCXQj0971vOov+eRBwaE1y6hvuW0A mm3Eoh0L1orO6tQ58Fu/NRtNm8fhUGBJt/GQXnpOiCdWS7tglxRxAxovle/6Dv47Ya j6g19EH21gbvVyV5DgOCYwr4S/MKp7XU/F9/aYCC1/0qV2lOESiV4b2k4zggoJX9xj ZZjSRVmWHTAYLupyijf5GJEJvhrF9fmG3eoES7FgZhR7vE/rfuTf2WefFSQVaNfXI1 uZ6Hs6u54/ICrkWq+aqk2flGMkNY2W/CSR9cbgTWqq+E03n4Lw4JvUAOlG2n40gpc3 6ffi4Ibg8Wk/Q== To: James Park From: Simon Ser Subject: Re: [PATCH] drm: drm_basic_types.h, DRM_FOURCC_STANDALONE Message-ID: In-Reply-To: <1607364939-640-2-git-send-email-jpark37@lagfreegames.com> References: <202012080129.qAoCOovN-lkp@intel.com> <1607364939-640-1-git-send-email-jpark37@lagfreegames.com> <1607364939-640-2-git-send-email-jpark37@lagfreegames.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: dri-devel@lists.freedesktop.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Monday, December 7th, 2020 at 7:15 PM, James Park wrote: > Create drm_basic_types.h to define types previously defined by drm.h. > Use DRM_FOURCC_STANDALONE to include drm_fourcc.h without drm.h. > This will allow Mesa to port code to Windows more easily. > > Signed-off-by: James Park This version sounds fine to me, thanks. Acked-by: Simon Ser _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel