[igt-dev] [PATCH i-g-t] i915/pm_rpm: Check for functional GEM before use

Antonio Argenziano antonio.argenziano at intel.com
Tue Jan 29 17:22:20 UTC 2019



On 27/01/19 05:13, Chris Wilson wrote:
> Check the GPU (using GEM) is up an operational before submitting
> commands.

Always a good idea.
Reviewed-by: Antonio Argenziano <antonio.argenziano at intel.com>

> 
> Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>
> ---
>   tests/pm_rpm.c | 4 ++++
>   1 file changed, 4 insertions(+)
> 
> diff --git a/tests/pm_rpm.c b/tests/pm_rpm.c
> index 7dcb5586d..be296f525 100644
> --- a/tests/pm_rpm.c
> +++ b/tests/pm_rpm.c
> @@ -1220,6 +1220,8 @@ static void gem_execbuf_subtest(void)
>   	int sq_x = 5, sq_y = 10, sq_w = 15, sq_h = 20;
>   	uint32_t color;
>   
> +	igt_require_gem(drm_fd);
> +
>   	/* Create and set data while the device is active. */
>   	enable_one_screen_and_wait(&ms_data);
>   
> @@ -1308,6 +1310,8 @@ static void gem_execbuf_stress_subtest(int rounds, int wait_flags)
>   	struct drm_i915_gem_execbuffer2 execbuf = {};
>   	struct drm_i915_gem_exec_object2 objs[1] = {{}};
>   
> +	igt_require_gem(drm_fd);
> +
>   	if (wait_flags & WAIT_PC8_RES)
>   		igt_require(has_pc8);
>   
> 


More information about the igt-dev mailing list