Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Erico Nunes <nunes.erico@gmail.com>
To: igt-dev@lists.freedesktop.org
Cc: anarsoul@gmail.com, yuq825@gmail.com, lima@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t v2 0/3] Initial tests for the lima drm driver
Date: Fri, 26 May 2023 14:59:58 +0200	[thread overview]
Message-ID: <20230526130001.71730-1-nunes.erico@gmail.com> (raw)

I started working on something for the lima drm driver and realized that
there is no coverage for it in igt yet. It would be nice to have some to
check the driver specific ioctls and support that work.
Here are some to get some basic support and if we can get these in, we
can follow up with more tests to cover the remaining ioctls.
I used the panfrost and v3d gem tests as a reference for these initial
tests.

v2: fixed build after CI failure

Erico Nunes (3):
  lib: Add support for opening lima devices
  lib/lima: Add lima helpers
  tests/lima: Add initial tests for lima

 lib/drmtest.c        |  3 ++
 lib/drmtest.h        |  1 +
 lib/igt_lima.c       | 97 ++++++++++++++++++++++++++++++++++++++++++++
 lib/igt_lima.h       | 26 ++++++++++++
 lib/meson.build      |  1 +
 tests/lima_gem_new.c | 78 +++++++++++++++++++++++++++++++++++
 tests/meson.build    |  1 +
 7 files changed, 207 insertions(+)
 create mode 100644 lib/igt_lima.c
 create mode 100644 lib/igt_lima.h
 create mode 100644 tests/lima_gem_new.c

-- 
2.40.1

             reply	other threads:[~2023-05-26 12:59 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-26 12:59 Erico Nunes [this message]
2023-05-26 12:59 ` [igt-dev] [PATCH i-g-t v2 1/3] lib: Add support for opening lima devices Erico Nunes
2023-06-05 10:51   ` Kamil Konieczny
2023-05-26 13:00 ` [igt-dev] [PATCH i-g-t v2 2/3] lib/lima: Add lima helpers Erico Nunes
2023-06-05 11:03   ` Kamil Konieczny
2023-05-26 13:00 ` [igt-dev] [PATCH i-g-t v2 3/3] tests/lima: Add initial tests for lima Erico Nunes
2023-06-05 11:17   ` Kamil Konieczny
2023-06-06 14:51     ` Erico Nunes
2023-05-26 13:12 ` [igt-dev] ✗ GitLab.Pipeline: warning for Initial tests for the lima drm driver (rev2) Patchwork
2023-05-26 13:34 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2023-05-27  7:17 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2023-06-04 19:05 ` [igt-dev] [PATCH i-g-t v2 0/3] Initial tests for the lima drm driver Erico Nunes
2023-06-05  9:22   ` Zbigniew Kempczyński
2023-06-06 14:43     ` Erico Nunes

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230526130001.71730-1-nunes.erico@gmail.com \
    --to=nunes.erico@gmail.com \
    --cc=anarsoul@gmail.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=lima@lists.freedesktop.org \
    --cc=yuq825@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox