From: "Sharma, Swati2" <swati2.sharma@intel.com>
To: Mohammed Thasleem <mohammed.thasleem@intel.com>,
<igt-dev@lists.freedesktop.org>
Subject: Re: [PATCH v4 1/2] tests/intel/kms_frontbuffer_tracking: Skip fbc-* tests on BMG
Date: Tue, 18 Feb 2025 14:58:05 +0530 [thread overview]
Message-ID: <d91a9407-1994-434e-bd7e-0abbfc61b9e1@intel.com> (raw)
In-Reply-To: <20250120061017.34236-1-mohammed.thasleem@intel.com>
Hi Thasleem,
Patch LGTM
Reviewed-by: Swati Sharma <swati2.sharma@intel.com>
On 20-01-2025 11:40 am, Mohammed Thasleem wrote:
> FBC test isn't supported on bmg, skip the test on this platform.
>
> v2: Add workaround id: Wa_16023588340. (Swati)
> v3: Add workaround id in code.
> v4: Updated subject. (Kamil).
>
> Signed-off-by: Mohammed Thasleem <mohammed.thasleem@intel.com>
> ---
> tests/intel/kms_frontbuffer_tracking.c | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
> diff --git a/tests/intel/kms_frontbuffer_tracking.c b/tests/intel/kms_frontbuffer_tracking.c
> index 3d833864a..21bbaf61e 100644
> --- a/tests/intel/kms_frontbuffer_tracking.c
> +++ b/tests/intel/kms_frontbuffer_tracking.c
> @@ -2755,6 +2755,10 @@ static void prepare_subtest_data(const struct test_mode *t,
>
> static void prepare_subtest_screens(const struct test_mode *t)
> {
> + /* FBC disabled: Wa_16023588340 */
> + igt_skip_on_f((IS_BATTLEMAGE(drm.devid) && t->feature == FEATURE_FBC),
> + "FBC isn't supported on BMG\n");
> +
> if (t->pipes == PIPE_DUAL)
> enable_both_screens_and_wait(t);
> else
> @@ -2799,6 +2803,10 @@ static void prepare_subtest(const struct test_mode *t,
> */
> static void rte_subtest(const struct test_mode *t)
> {
> + /* FBC disabled: Wa_16023588340 */
> + igt_skip_on_f((IS_BATTLEMAGE(drm.devid) && t->feature == FEATURE_FBC),
> + "FBC isn't supported on BMG\n");
> +
> prepare_subtest_data(t, NULL);
>
> unset_all_crtcs();
> @@ -4294,6 +4302,10 @@ igt_main_args("", long_options, help_str, opt_handler, NULL)
> t.flip = -1;
> t.tiling = opt.tiling;
>
> + /* FBC disabled: Wa_16023588340 */
> + igt_skip_on_f((IS_BATTLEMAGE(drm.devid) && t.feature == FEATURE_FBC),
> + "FBC isn't supported on BMG\n");
> +
> for_each_pipe(&drm.display, pipe) {
> if (pipe == default_pipe) {
> igt_info("pipe-%s: FBC validated in other subtest\n", kmstest_pipe_name(pipe));
next prev parent reply other threads:[~2025-02-18 9:28 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-09 5:56 [PATCH v3 1/2] tests/intel/kms_frontbuffer_tracking: Add skip condition for bmg platform Mohammed Thasleem
2025-01-09 5:56 ` [PATCH v3 2/2] HAX: DO NOT MERGE Mohammed Thasleem
2025-01-09 7:41 ` ✗ Xe.CI.BAT: failure for series starting with [v3,1/2] tests/intel/kms_frontbuffer_tracking: Add skip condition for bmg platform Patchwork
2025-01-09 8:57 ` ✗ i915.CI.BAT: " Patchwork
2025-01-20 6:53 ` Thasleem, Mohammed
2025-01-10 14:19 ` [PATCH v3 1/2] " Kamil Konieczny
2025-01-11 9:34 ` ✗ Xe.CI.Full: failure for series starting with [v3,1/2] " Patchwork
2025-01-20 7:02 ` Thasleem, Mohammed
2025-01-20 6:10 ` [PATCH v4 1/2] tests/intel/kms_frontbuffer_tracking: Skip fbc-* tests on BMG Mohammed Thasleem
2025-02-18 9:28 ` Sharma, Swati2 [this message]
2025-01-20 8:10 ` ✗ Xe.CI.BAT: failure for series starting with [v4,1/2] tests/intel/kms_frontbuffer_tracking: Skip fbc-* tests on BMG (rev2) Patchwork
2025-01-20 18:22 ` Thasleem, Mohammed
2025-01-20 8:12 ` ✗ i915.CI.BAT: " Patchwork
2025-01-20 18:22 ` Thasleem, Mohammed
2025-01-22 5:25 ` Ravali, JupallyX
2025-01-20 9:42 ` ✗ Xe.CI.Full: " Patchwork
2025-01-21 11:29 ` ✓ i915.CI.BAT: success " Patchwork
2025-01-21 20:42 ` ✗ i915.CI.Full: failure " 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=d91a9407-1994-434e-bd7e-0abbfc61b9e1@intel.com \
--to=swati2.sharma@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=mohammed.thasleem@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