[igt-dev] [PATCH i-g-t 19/21] gem_wsim: Per context SSEU control

Chris Wilson chris at chris-wilson.co.uk
Tue May 14 21:53:50 UTC 2019


Quoting Tvrtko Ursulin (2019-05-08 13:10:56)
> +static void get_device_sseu(void)
> +{
> +       struct drm_i915_gem_context_param param = { };
> +
> +       param.param = I915_CONTEXT_PARAM_SSEU;
> +       param.value = (uintptr_t)&device_sseu;
> +
> +       gem_context_get_param(fd, &param);

This is an annoying assert that prevents running on v4.19. Looks fine to
fail?
-Chris


More information about the igt-dev mailing list