[igt-dev] [i-g-t 2/2] tests/kms_cursor_legacy: Allow busy tests to run on XE

Ch, Sai Gowtham sai.gowtham.ch at intel.com
Thu Jun 22 06:13:06 UTC 2023


LGTM 
Acked-by: Sai Gowtham Ch <sai.gowtham.ch at intel.com>

> -----Original Message-----
> From: Modem, Bhanuprakash <bhanuprakash.modem at intel.com>
> Sent: Thursday, June 22, 2023 10:16 AM
> To: igt-dev at lists.freedesktop.org; Ch, Sai Gowtham
> <sai.gowtham.ch at intel.com>
> Subject: Re: [i-g-t 2/2] tests/kms_cursor_legacy: Allow busy tests to run on XE
> 
> 
> On Mon-19-06-2023 02:28 pm, Bhanuprakash Modem wrote:
> > As busy tests supports both i915 & XE, update the intel specific
> > checks to allow them to run on XE.
> >
> > Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem at intel.com>
> 
> Cc: Sai Gowtham Ch <sai.gowtham.ch at intel.com>
> 
> > ---
> >   tests/kms_cursor_legacy.c | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/tests/kms_cursor_legacy.c b/tests/kms_cursor_legacy.c
> > index 1f0f3b7e6..d55d96067 100644
> > --- a/tests/kms_cursor_legacy.c
> > +++ b/tests/kms_cursor_legacy.c
> > @@ -1752,7 +1752,7 @@ igt_main
> >   	igt_describe("this test perform a busy bo update followed by a cursor
> update");
> >   	igt_subtest_group {
> >   		igt_fixture {
> > -			igt_require_i915(display.drm_fd);
> > +			igt_require_intel(display.drm_fd);
> >   			igt_require_pipe_crc(display.drm_fd);
> >   			igt_display_require_output(&display);
> >   		}


More information about the igt-dev mailing list