From: Alex Hung <alex.hung@amd.com>
To: Alaa Emad <aemad@igalia.com>, igt-dev@lists.freedesktop.org
Cc: petri.latvala@intel.com
Subject: Re: [igt-dev] [PATCH RFC i-g-t v2 0/8] tests/kms_universal_plane: divide `functional_test_pipe` to mini-subtests
Date: Tue, 10 Jan 2023 11:29:44 -0700 [thread overview]
Message-ID: <f23c7ed6-b82b-84f4-919f-c25dc45aa48a@amd.com> (raw)
In-Reply-To: <cover.1673098992.git.aemad@igalia.com>
On 2023-01-07 06:45, Alaa Emad wrote:
> Divide the `functional_test_pipe` test into seven subtests based on CRC
> comparisons because this will make it easier to debug the test and help
> in detecting the failure.
>
> First 7 patches decouple each subtest and run it individually keeping
> `functional_test_pipe' test as it is. After making sure that each
> subtest can run individually with the expected result on both vkms and i915
> drivers, improve the test by creating `run_functional_test_pipe` and
> call all subtests from it and call `run_functional_test_pipe` in
> `igt_main`.
>
> -------
> changes in v2:
> add is_amdgpu_device() guard.
> Alaa Emad (8):
> tests/kms_universal_plane: decouple verification of legacy and atomic
> api
> tests/kms_universal_plane: decouple verification of disabling primary
> plane
> tests/kms_universal_plane: decouple verification of re-enabling
> primary plane
> tests/kms_universal_plane: decouple verification of setup plane FB's
> while CRTC is disabled
> tests/kms_universal_plane: decouple verification of ablity to modeset
> with the primary plane off
> tests/kms_universal_plane: decouple verification of ablity to move the
> primary plane completely
> tests/kms_universal_plane: decouple verification of ablity to
> explicitly disable an already implicitly-disabled primary plane
> tests/kms_universal_plane: create the run_functional_test_pipe and
> call all tests from it
>
> tests/kms_universal_plane.c | 412 ++++++++++++++++++++++++------------
> 1 file changed, 272 insertions(+), 140 deletions(-)
>
Hi Alaa,
There are trailing spaces in some patches (1, 4, 5, 7, 8):
$ git am
RFC-i-g-t-v2-1-8-tests-kms_universal_plane-decouple-verification-of-legacy-and-atomic-api.patch
Applying: tests/kms_universal_plane: decouple verification of legacy and
atomic api
.git/rebase-apply/patch:82: trailing whitespace.
$ git am
RFC-i-g-t-v2-4-8-tests-kms_universal_plane-decouple-verification-of-setup-plane-FB-s-while-CRTC-is-disabled.patch
Applying: tests/kms_universal_plane: decouple verification of setup
plane FB's while CRTC is disabled
.git/rebase-apply/patch:87: trailing whitespace.
$ git am
RFC-i-g-t-v2-5-8-tests-kms_universal_plane-decouple-verification-of-ablity-to-modeset-with-the-primary-plane-off.patch
Applying: tests/kms_universal_plane: decouple verification of ablity to
modeset with the primary plane off
.git/rebase-apply/patch:93: trailing whitespace.
$ git am
RFC-i-g-t-v2-7-8-tests-kms_universal_plane-decouple-verification-of-ablity-to-explicitly-disable-an-already-implicitly-disabled-primary-plane.patch
Applying: tests/kms_universal_plane: decouple verification of ablity to
explicitly disable an already implicitly-disabled primary plane
.git/rebase-apply/patch:108: trailing whitespace.
$ git am
RFC-i-g-t-v2-8-8-tests-kms_universal_plane-create-the-run_functional_test_pipe-and-call-all-tests-from-it.patch
Applying: tests/kms_universal_plane: create the run_functional_test_pipe
and call all tests from it
.git/rebase-apply/patch:57: trailing whitespace.
.git/rebase-apply/patch:646: trailing whitespace.
.git/rebase-apply/patch:771: trailing whitespace.
igt_subtest_group {
.git/rebase-apply/patch:786: trailing whitespace.
.git/rebase-apply/patch:800: trailing whitespace.
prev parent reply other threads:[~2023-01-10 18:29 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-07 13:45 [igt-dev] [PATCH RFC i-g-t v2 0/8] tests/kms_universal_plane: divide `functional_test_pipe` to mini-subtests Alaa Emad
2023-01-07 13:45 ` [igt-dev] [PATCH RFC i-g-t v2 1/8] tests/kms_universal_plane: decouple verification of legacy and atomic api Alaa Emad
2023-01-07 13:45 ` [igt-dev] [PATCH RFC i-g-t v2 2/8] tests/kms_universal_plane: decouple verification of disabling primary plane Alaa Emad
2023-01-07 13:45 ` [igt-dev] [PATCH RFC i-g-t v2 3/8] tests/kms_universal_plane: decouple verification of re-enabling " Alaa Emad
2023-01-07 13:45 ` [igt-dev] [PATCH RFC i-g-t v2 4/8] tests/kms_universal_plane: decouple verification of setup plane FB's while CRTC is disabled Alaa Emad
2023-01-07 13:45 ` [igt-dev] [PATCH RFC i-g-t v2 5/8] tests/kms_universal_plane: decouple verification of ablity to modeset with the primary plane off Alaa Emad
2023-01-07 13:45 ` [igt-dev] [PATCH RFC i-g-t v2 6/8] tests/kms_universal_plane: decouple verification of ablity to move the primary plane completely Alaa Emad
2023-01-07 13:45 ` [igt-dev] [PATCH RFC i-g-t v2 7/8] tests/kms_universal_plane: decouple verification of ablity to explicitly disable an already implicitly-disabled primary plane Alaa Emad
2023-01-07 13:45 ` [igt-dev] [PATCH RFC i-g-t v2 8/8] tests/kms_universal_plane: create the run_functional_test_pipe and call all tests from it Alaa Emad
2023-01-10 18:43 ` Alex Hung
2023-01-07 14:12 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_universal_plane: divide `functional_test_pipe` to mini-subtests (rev2) Patchwork
2023-01-07 15:42 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2023-01-10 18:29 ` Alex Hung [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=f23c7ed6-b82b-84f4-919f-c25dc45aa48a@amd.com \
--to=alex.hung@amd.com \
--cc=aemad@igalia.com \
--cc=igt-dev@lists.freedesktop.org \
--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