From: Wayne Lin <Wayne.Lin@amd.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t v2 0/2] Add new test for Intermediate Link Rate feature
Date: Tue, 8 Feb 2022 18:37:52 +0800 [thread overview]
Message-ID: <20220208103754.7559-1-Wayne.Lin@amd.com> (raw)
Create new tests for checking if ILR (Intermediate Link Rate) is working
on eDP displays. Tests validate ILR from 2 perspectives:
* Physically check if driver can successfully train link by the ILRs
reported from DPCD of eDP panel
* Check if driver does use ILRs as the link rate options while doing
link training. And also validate that the train result is bandwidth
sufficient for the required resolution.
Changes since v1:(https://patchwork.freedesktop.org/series/99084/)
* Rework on review comments as following:
-> Describe more details in commit message
-> Add IGT_TEST_DESCRIPTION
-> Add macro for constants
-> Add igt_describe per subtest
---
Wayne Lin (2):
lib/igt_amd: correct the link_settings bug
test/amdgpu: Add ilr test
lib/igt_amd.c | 114 +++++++++++++++-
lib/igt_amd.h | 9 ++
tests/amdgpu/amd_ilr.c | 284 +++++++++++++++++++++++++++++++++++++++
tests/amdgpu/meson.build | 1 +
4 files changed, 407 insertions(+), 1 deletion(-)
create mode 100644 tests/amdgpu/amd_ilr.c
--
2.25.1
next reply other threads:[~2022-02-08 10:38 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-08 10:37 Wayne Lin [this message]
2022-02-08 10:37 ` [igt-dev] [PATCH i-g-t v2 1/2] lib/igt_amd: correct the link_settings bug Wayne Lin
2022-02-08 10:37 ` [igt-dev] [PATCH i-g-t v2 2/2] test/amdgpu: Add ilr test Wayne Lin
2022-02-14 13:36 ` Rodrigo Siqueira Jordao
2022-02-14 13:43 ` Rodrigo Siqueira Jordao
2022-02-14 14:16 ` Sai Nandan, YedireswarapuX
2022-02-08 11:12 ` [igt-dev] ✓ Fi.CI.BAT: success for Add new test for Intermediate Link Rate feature (rev2) Patchwork
2022-02-08 12:11 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2022-02-14 14:11 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
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=20220208103754.7559-1-Wayne.Lin@amd.com \
--to=wayne.lin@amd.com \
--cc=igt-dev@lists.freedesktop.org \
/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