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=-15.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 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 6AA3BC433E0 for ; Thu, 18 Mar 2021 07:08:51 +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 037C36157E for ; Thu, 18 Mar 2021 07:08:50 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 037C36157E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=mupuf.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=nouveau-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 90E846E88F; Thu, 18 Mar 2021 07:08:46 +0000 (UTC) X-Greylist: delayed 546 seconds by postgrey-1.36 at gabe; Thu, 18 Mar 2021 06:48:33 UTC Received: from aibo.runbox.com (aibo.runbox.com [91.220.196.211]) by gabe.freedesktop.org (Postfix) with ESMTPS id 15C5D6E558; Thu, 18 Mar 2021 06:48:33 +0000 (UTC) Received: from [10.9.9.73] (helo=submission02.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1lMmSL-0001kL-Di; Thu, 18 Mar 2021 07:48:29 +0100 Received: by submission02.runbox with esmtpsa [Authenticated alias (981869)] (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) id 1lMmSD-0007s6-Bf; Thu, 18 Mar 2021 07:48:21 +0100 To: Lyude , nouveau@lists.freedesktop.org, igt-dev@lists.freedesktop.org References: <20210317224949.448284-1-lyude@redhat.com> From: Martin Peres Message-ID: <7995a772-c57d-afeb-aa7b-df6f729a3777@mupuf.org> Date: Thu, 18 Mar 2021 08:48:20 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <20210317224949.448284-1-lyude@redhat.com> Content-Language: en-US X-Mailman-Approved-At: Thu, 18 Mar 2021 07:08:45 +0000 Subject: Re: [Nouveau] [igt-dev] [PATCH i-g-t 0/7] lib: Miscellaneous cleanups from nouveau work X-BeenThere: nouveau@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Nouveau development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: nouveau-bounces@lists.freedesktop.org Sender: "Nouveau" On 18/03/2021 00:49, Lyude wrote: > From: Lyude Paul > > These are just a couple of small fixes that didn't seem important > enough to stick in their own patch series, but were various issues with > igt that I found along the way during my recent nouveau igt work. > > Cc: Martin Peres > Cc: Jeremy Cline This series looks sensible to me, and do not seem to have affected Intel's results. I'll refrain from giving a full R-b because I lack the historical context for some of these changes, but it seems safe to me: Acked-by: Martin Peres > > Lyude Paul (7): > lib/drmtest: Use igt_assert_eq() for do_or_die() > lib/drmtest: And use do_or_die() in do_ioctl() > lib/drmtest: Remove i915 refs in do_ioctl*() docs > lib/igt_fb: Remove domain from igt_fb > lib/debugfs: Fix igt_crc_t docs to mention has_valid_frame > lib/igt_aux: Print name of debug var in igt_debug_wait_for_keypress() > lib/debugfs: Fix function name in igt_pipe_crc_get_for_frame() docs > > lib/drmtest.h | 8 ++++---- > lib/igt_aux.c | 2 +- > lib/igt_debugfs.c | 2 +- > lib/igt_debugfs.h | 3 ++- > lib/igt_fb.c | 3 --- > lib/igt_fb.h | 2 -- > 6 files changed, 8 insertions(+), 12 deletions(-) > _______________________________________________ Nouveau mailing list Nouveau@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/nouveau