[igt-dev] [Intel-gfx] [PATCH i-g-t] tests/gem_ctx_persistence: Skip hang subtest with GuC
Kamil Konieczny
kamil.konieczny at linux.intel.com
Wed Jun 7 17:29:16 UTC 2023
Hi Vinay,
On 2023-06-06 at 15:14:18 -0700, Vinay Belgaumkar wrote:
> Hang subtest is not supported with GuC submission enabled.
This is Guc which do not support some operations, so please
improve description, maybe use Andrzej suggestions ?
Regards,
Kamil
>
> Cc: Kamil Konieczny <kamil.konieczny at linux.intel.com>
> Signed-off-by: Vinay Belgaumkar <vinay.belgaumkar at intel.com>
> ---
> tests/i915/gem_ctx_persistence.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/tests/i915/gem_ctx_persistence.c b/tests/i915/gem_ctx_persistence.c
> index df9b1c491..d2558354e 100644
> --- a/tests/i915/gem_ctx_persistence.c
> +++ b/tests/i915/gem_ctx_persistence.c
> @@ -577,6 +577,8 @@ static void test_nohangcheck_hang(int i915, const intel_ctx_cfg_t *cfg)
> int testable_engines = 0;
> int dir;
>
> + igt_require(!gem_using_guc_submission(i915));
> +
> cleanup(i915);
>
> /*
> --
> 2.38.1
>
More information about the igt-dev
mailing list