[igt-dev] [PATCH i-g-t] tests/kms_pipe_crc_basic: Remove redundant igt_require_pipe

Karthik B S karthik.b.s at intel.com
Thu Aug 6 13:37:37 UTC 2020


LGTM.
Acked-by: Karthik B S <karthik.b.s at intel.com>

On 8/6/2020 7:03 PM, Petri Latvala wrote:
> The plan was to remove the call while merging a6b258448837
> ("tests/kms_pipe_crc_basic: Sanity check for CRC mismatches")
> according to the review feedback, but that was forgotten. Remove it
> now.
> 
> Signed-off-by: Petri Latvala <petri.latvala at intel.com>
> Cc: Karthik B S <karthik.b.s at intel.com>
> Cc: Bhanuprakash Modem <bhanuprakash.modem at intel.com>
> ---
>   tests/kms_pipe_crc_basic.c | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/tests/kms_pipe_crc_basic.c b/tests/kms_pipe_crc_basic.c
> index c3c4cdd8..bb66bc6c 100644
> --- a/tests/kms_pipe_crc_basic.c
> +++ b/tests/kms_pipe_crc_basic.c
> @@ -177,7 +177,6 @@ static void test_compare_crc(data_t *data, enum pipe pipe)
>   	igt_require_f(output, "No connector found for pipe %s\n",
>   			kmstest_pipe_name(pipe));
>   
> -	igt_require_pipe(display, pipe);
>   	igt_display_reset(display);
>   	igt_output_set_pipe(output, pipe);
>   
> 


More information about the igt-dev mailing list