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.8 required=3.0 tests=BAYES_00, 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 D81EFC433E0 for ; Thu, 14 Jan 2021 10:23: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 59F3F23A3A for ; Thu, 14 Jan 2021 10:23:34 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 59F3F23A3A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C39BE6E198; Thu, 14 Jan 2021 10:23:33 +0000 (UTC) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by gabe.freedesktop.org (Postfix) with ESMTPS id E26F46E198 for ; Thu, 14 Jan 2021 10:23:32 +0000 (UTC) IronPort-SDR: IkzZdJHZVWw4XDlpKaiODyC6aZgzwA1C/7CW4yAmDarXmSZjCdmE+NPI9KdtX3kmNIjDpcd6gM c5xHZyf4uIJw== X-IronPort-AV: E=McAfee;i="6000,8403,9863"; a="166015530" X-IronPort-AV: E=Sophos;i="5.79,347,1602572400"; d="scan'208";a="166015530" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jan 2021 02:23:32 -0800 IronPort-SDR: fJLY/kG+tNj/50H2K5EziUs1yUTO1xIsRsZ7JosoQ5GdfVu0gC/vvsO+FPeAjkt5yOq1C7SFbS qQnykmh8xvUA== X-IronPort-AV: E=Sophos;i="5.79,347,1602572400"; d="scan'208";a="400853557" Received: from dforourk-mobl1.ger.corp.intel.com (HELO localhost) ([10.213.254.146]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jan 2021 02:23:30 -0800 From: Jani Nikula To: Chris Wilson , intel-gfx@lists.freedesktop.org In-Reply-To: <161054872713.6195.17613762724297206864@build.alporthouse.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <20210113141317.30765-1-jani.nikula@intel.com> <161054872713.6195.17613762724297206864@build.alporthouse.com> Date: Thu, 14 Jan 2021 12:23:27 +0200 Message-ID: <87v9bzq0kg.fsf@intel.com> MIME-Version: 1.0 Subject: Re: [Intel-gfx] [PATCH] drm/i915/selftests: fix the uint*_t types that have crept in X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Wed, 13 Jan 2021, Chris Wilson wrote: > Quoting Jani Nikula (2021-01-13 14:13:17) >> Always prefer the kernel types over stdint types in i915. >> >> Signed-off-by: Jani Nikula > Reviewed-by: Chris Wilson Thanks, pushed to gt-next. BR, Jani. -- Jani Nikula, Intel Open Source Graphics Center _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx