public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Melissa Wen <mwen@igalia.com>
To: "Maíra Canal" <mcanal@igalia.com>
Cc: igt-dev@lists.freedesktop.org, petri.latvala@intel.com,
	Emma Anholt <emma@anholt.net>
Subject: Re: [igt-dev] [PATCH i-g-t v2 0/7] V3D IGT Tests Updates
Date: Fri, 25 Nov 2022 13:08:22 -0100	[thread overview]
Message-ID: <20221125140804.nr5x44d22s3apdfq@mail.igalia.com> (raw)
In-Reply-To: <20221111195813.277822-1-mcanal@igalia.com>


[-- Attachment #1.1: Type: text/plain, Size: 2169 bytes --]

O 11/11, Maíra Canal wrote:
> This series aims to update the V3D IGT tests. The first five patches contain
> some janitorial duties related to the existing tests: updating the uAPI header,
> creating a folder for the V3D tests, removing some unused includes, adding 
> descriptions to the existing tests and adding a macro with the default PAGE_SIZE.
> The last two patches include new tests for the V3D driver.
> 
> Best Regards,
> - Maíra Canal

Hi Maira,

Thanks for this work.

Overall LGTM. I asked two improvements, and with that you can include my
r-b tag in the next version.

Reviewed-by: Melissa Wen <mwen@igalia.com>

> 
> v1 -> v2: https://patchwork.freedesktop.org/series/110681/
> - Use SPDX licence (Kamil Konieczny).
> - Add descriptions to each new added test with igt_describe (Kamil Konieczny).
> - Add descriptions to existing V3D tests.
> 
> Maíra Canal (7):
>   include/drm-uapi: Update to the latest v3d_drm.h
>   tests/v3d: Move V3D tests to their own folder
>   tests/v3d: Remove unused or redundant includes
>   tests/v3d: Add igt_describe() to all V3D subtests
>   lib/igt_v3d: Add PAGE_SIZE macro to V3D
>   tests/v3d_create_bo: Create test for V3D's Create BO IOCTL
>   tests/v3d_perfmon: Create test for V3D's Perfmon IOCTLs
> 
>  include/drm-uapi/v3d_drm.h          |  78 +++++++++++++++
>  lib/igt_v3d.c                       |  39 +++++++-
>  lib/igt_v3d.h                       |   6 ++
>  tests/meson.build                   |  20 +++-
>  tests/v3d/v3d_create_bo.c           |  63 ++++++++++++
>  tests/{ => v3d}/v3d_get_bo_offset.c |  21 ++--
>  tests/{ => v3d}/v3d_get_param.c     |  17 +---
>  tests/{ => v3d}/v3d_mmap.c          |  15 +--
>  tests/v3d/v3d_perfmon.c             | 144 ++++++++++++++++++++++++++++
>  tests/v3d_ci/v3d.testlist           |  14 +++
>  10 files changed, 373 insertions(+), 44 deletions(-)
>  create mode 100644 tests/v3d/v3d_create_bo.c
>  rename tests/{ => v3d}/v3d_get_bo_offset.c (85%)
>  rename tests/{ => v3d}/v3d_get_param.c (88%)
>  rename tests/{ => v3d}/v3d_mmap.c (85%)
>  create mode 100644 tests/v3d/v3d_perfmon.c
> 
> -- 
> 2.38.1
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

      parent reply	other threads:[~2022-11-25 14:08 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-11 19:58 [igt-dev] [PATCH i-g-t v2 0/7] V3D IGT Tests Updates Maíra Canal
2022-11-11 19:58 ` [igt-dev] [PATCH i-g-t v2 1/7] include/drm-uapi: Update to the latest v3d_drm.h Maíra Canal
2022-11-11 19:58 ` [igt-dev] [PATCH i-g-t v2 2/7] tests/v3d: Move V3D tests to their own folder Maíra Canal
2022-11-25 14:00   ` Melissa Wen
2022-11-11 19:58 ` [igt-dev] [PATCH i-g-t v2 3/7] tests/v3d: Remove unused or redundant includes Maíra Canal
2022-11-11 19:58 ` [igt-dev] [PATCH i-g-t v2 4/7] tests/v3d: Add igt_describe() to all V3D subtests Maíra Canal
2022-11-11 19:58 ` [igt-dev] [PATCH i-g-t v2 5/7] lib/igt_v3d: Add PAGE_SIZE macro to V3D Maíra Canal
2022-11-11 19:58 ` [igt-dev] [PATCH i-g-t v2 6/7] tests/v3d_create_bo: Create test for V3D's Create BO IOCTL Maíra Canal
2022-11-25 14:05   ` Melissa Wen
2022-11-11 19:58 ` [igt-dev] [PATCH i-g-t v2 7/7] tests/v3d_perfmon: Create test for V3D's Perfmon IOCTLs Maíra Canal
2022-11-11 21:45 ` [igt-dev] ✓ Fi.CI.BAT: success for V3D IGT Tests Updates (rev2) Patchwork
2022-11-12 14:30 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2022-11-25 14:08 ` Melissa Wen [this message]

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=20221125140804.nr5x44d22s3apdfq@mail.igalia.com \
    --to=mwen@igalia.com \
    --cc=emma@anholt.net \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=mcanal@igalia.com \
    --cc=petri.latvala@intel.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