From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [46.235.227.227]) by gabe.freedesktop.org (Postfix) with ESMTPS id CB4D26E44D for ; Tue, 22 Jun 2021 09:02:26 +0000 (UTC) From: Boris Brezillon Date: Tue, 22 Jun 2021 11:02:13 +0200 Message-Id: <20210622090221.1741111-1-boris.brezillon@collabora.com> MIME-Version: 1.0 Subject: [igt-dev] [PATCH v2 0/8] tests/panfrost: Misc fixes/improvements List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" To: Rob Herring , Tomeu Vizoso , Alyssa Rosenzweig , Steven Price , Robin Murphy Cc: igt-dev@lists.freedesktop.org, Petri Latvala List-ID: Hello, This is a collection of fixes for the panfrost testsuite: * submit tests are now passing on Bifrost * the prime test is fixed to handle the case where the KMS device is assigned card1 There's also an extra test to make sure we don't crash the kernel when closing the DRM FD while jobs are still in-flight. Regards, Boris Boris Brezillon (8): tests/panfrost: Make sure we open a DUMB capable node for prime tests lib/panfrost: Handle the NULL case in igt_panfrost_free_bo() lib/panfrost: Add a helper to create a job loop lib/panfrost: Add a helper to create a NULL job tests/panfrost: Simplify submit tests tests/panfrost: Extend the pan-reset test lib/panfrost: Get rid of igt_panfrost_trivial_job() tests/panfrost: Test FD-close while jobs are still in-flight lib/igt_panfrost.c | 197 ++++++++++++++++++---------------------- lib/igt_panfrost.h | 5 + tests/panfrost_prime.c | 25 ++++- tests/panfrost_submit.c | 99 ++++++++++---------- 4 files changed, 162 insertions(+), 164 deletions(-) -- 2.31.1 _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev