[igt-dev] [PATCH i-g-t 06/11] tests/kms_force_connector_basic: Skip prune stale mode
Petri Latvala
petri.latvala at intel.com
Thu Jun 10 07:42:45 UTC 2021
On Wed, Jun 09, 2021 at 05:47:28PM +0530, venkata.sai.patnana at intel.com wrote:
> From: Mohammed Khajapasha <mohammed.khajapasha at intel.com>
>
> Skip prune stale mode test when 1400x1050 mode is not set
> in mode list for pruning. Some platforms have PLL programming
> restrictions that will force the driver to prune modes
> using less-common link rates.
>
> Cc: Matt Roper <matthew.d.roper at intel.com>
> Cc: Petri Latvala <petri.latvala at intel.com>
> Signed-off-by: Mohammed Khajapasha <mohammed.khajapasha at intel.com>
Reviewed-by: Petri Latvala <petri.latvala at intel.com>
> ---
> tests/kms_force_connector_basic.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/kms_force_connector_basic.c b/tests/kms_force_connector_basic.c
> index a79cad03ab..3b0146fe97 100644
> --- a/tests/kms_force_connector_basic.c
> +++ b/tests/kms_force_connector_basic.c
> @@ -316,7 +316,7 @@ igt_main_args("", long_opts, help_str, opt_handler, NULL)
> temp->modes[i].vdisplay == 1050)
> break;
> }
> - igt_assert_f(i != temp->count_modes, "1400x1050 not on mode list\n");
> + igt_require_f(i != temp->count_modes, "1400x1050 not on mode list\n");
>
> drmModeFreeConnector(temp);
>
> --
> 2.25.1
>
More information about the igt-dev
mailing list