[i-g-t] tests/intel-ci/xe: Block kms_rmfb at close-fd test

B, Jeevan jeevan.b at intel.com
Wed Jul 31 07:30:06 UTC 2024


LGTM 

Reviewed-by: Jeevan B <jeevan.b at intel.com>

> -----Original Message-----
> From: igt-dev <igt-dev-bounces at lists.freedesktop.org> On Behalf Of
> Bhanuprakash Modem
> Sent: Wednesday, July 31, 2024 11:45 AM
> To: igt-dev at lists.freedesktop.org
> Cc: Modem, Bhanuprakash <bhanuprakash.modem at intel.com>
> Subject: [i-g-t] tests/intel-ci/xe: Block kms_rmfb at close-fd test
> 
> Upon reopening the driver, the 'kms_rmfb at close-fd' test expects that 'getcrtc'
> should return an FB ID of 0. However, due to the default modeset, 'getcrtc'
> always returns a non-zero FB ID, which is expected behavior.
> 
> In the case of the i915 driver, the 'i915_gem_drop_caches' clears the cache and
> sets the FB ID to 0. Currently, there is no equivalent mechanism in the XE driver.
> 
> Therefore, we should block this test from XE execution until an alternative
> solution is implemented.
> 
> Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/294
> Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem at intel.com>
> ---
>  tests/intel-ci/xe.blocklist.txt | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt index
> f9ef612c4..4ee8fb0d4 100644
> --- a/tests/intel-ci/xe.blocklist.txt
> +++ b/tests/intel-ci/xe.blocklist.txt
> @@ -78,6 +78,10 @@ igt at kms_frontbuffer_tracking@(fbcpsrdrrs|psrdrrs).*
>  # KMS: Yet to add/missing XE support
>  ##################################################################
>  igt at kms_prime@.*
> +
> +# Expected failure on XE:
> +# https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/294
> +igt at kms_rmfb@close-fd
>  ##################################################################
>  # KMS: Non-Intel tests
>  ##################################################################
> --
> 2.43.2



More information about the igt-dev mailing list