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
_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to