From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fanzine2.igalia.com (fanzine2.igalia.com [213.97.179.56]) by gabe.freedesktop.org (Postfix) with ESMTPS id 07E2510E25D for ; Fri, 23 Dec 2022 21:45:56 +0000 (UTC) From: =?UTF-8?q?Ma=C3=ADra=20Canal?= To: Melissa Wen , =?UTF-8?q?Andr=C3=A9=20Almeida?= , Emma Anholt , Maxime Ripard Date: Fri, 23 Dec 2022 18:44:33 -0300 Message-Id: <20221223214433.31547-1-mcanal@igalia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t 0/2] Tests for V3D/VC4 Mmap BO IOCTLs List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: igt-dev@lists.freedesktop.org Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Currently, the Mmap BO IOCTL is not completely covered by the existing tests: V3D only tests invalid BO handlers and VC4 doesn't have tests for this IOCTL. Therefore, create tests for the Mmap BO IOCTL for the V3D and VC4. For both drivers, the sub-tests will test invalid parameters and also the consistency of newly mapped BOs. Best Regards, - Maíra Canal Maíra Canal (2): tests/v3d_mmap: Improve tests from V3D's Mmap BO IOCTL tests/vc4_mmap: Create test for VC4's Mmap BO IOCTL lib/igt_v3d.c | 2 ++ lib/igt_vc4.c | 2 ++ tests/v3d/v3d_mmap.c | 34 ++++++++++++++++++++++++ tests/v3d_ci/v3d.testlist | 2 ++ tests/vc4/meson.build | 1 + tests/vc4/vc4_mmap.c | 55 +++++++++++++++++++++++++++++++++++++++ tests/vc4_ci/vc4.testlist | 2 ++ 7 files changed, 98 insertions(+) create mode 100644 tests/vc4/vc4_mmap.c -- 2.38.1