From: "Sharma, Swati2" <swati2.sharma@intel.com>
To: Bhanuprakash Modem <bhanuprakash.modem@intel.com>,
igt-dev@lists.freedesktop.org
Subject: Re: [igt-dev] [i-g-t] tests/intel/kms_psr: Use blitter if rendercopy isn't present
Date: Wed, 22 Nov 2023 21:20:03 +0530 [thread overview]
Message-ID: <67551ede-6f15-4746-937e-beb756aa6116@intel.com> (raw)
In-Reply-To: <20231121082047.2037754-1-bhanuprakash.modem@intel.com>
LGTM
Reviewed-by: Swati Sharma <swati2.sharma@intel.com>
On 21-Nov-23 1:50 PM, Bhanuprakash Modem wrote:
> As Rendercopy support in IGT is not present for few latest
> platforms. So, fallback to use Blitter if Rendercopy isn't
> present.
>
> Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com>
> ---
> tests/intel/kms_psr.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/intel/kms_psr.c b/tests/intel/kms_psr.c
> index 6b80f6f4b..afd74eaff 100644
> --- a/tests/intel/kms_psr.c
> +++ b/tests/intel/kms_psr.c
> @@ -957,7 +957,7 @@ igt_main
> igt_display_reset(&data.display);
> data.output = output;
> igt_dynamic_f("%s", data.output->name) {
> - data.op = RENDER;
> + data.op = igt_get_render_copyfunc(data.devid) ? RENDER : BLT;
> data.test_plane_id = DRM_PLANE_TYPE_PRIMARY;
> test_setup(&data);
> dpms_off_on(&data);
prev parent reply other threads:[~2023-11-22 15:50 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-21 8:20 [igt-dev] [i-g-t] tests/intel/kms_psr: Use blitter if rendercopy isn't present Bhanuprakash Modem
2023-11-21 12:39 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2023-11-21 13:39 ` [igt-dev] ✓ CI.xeBAT: " Patchwork
2023-11-22 8:46 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2023-11-22 15:50 ` Sharma, Swati2 [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=67551ede-6f15-4746-937e-beb756aa6116@intel.com \
--to=swati2.sharma@intel.com \
--cc=bhanuprakash.modem@intel.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