kms_pipe_crc_basic: Remove igt_display_get_n_pipes() usage in main
authorDamien Lespiau <damien.lespiau@intel.com>
Tue, 11 Feb 2014 17:48:32 +0000 (17:48 +0000)
committerDamien Lespiau <damien.lespiau@intel.com>
Tue, 11 Feb 2014 17:51:35 +0000 (17:51 +0000)
commit82108d96566dfa1210b1fbe2f6deaf6d77d1e34e
treeed44956b89576fc0d56c3bd89cfbbbb0c86f6dc2
parent2043e6b265929ad2444cede7412f73a9cbe112a5
kms_pipe_crc_basic: Remove igt_display_get_n_pipes() usage in main

The fixture won't be run when listing the subtests and thus we can't use
igt_display_get_n_pipes() in the list of tests. The alternative here is
to list the subtests with the maximum values and skip when not supported
on the platform.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
tests/kms_pipe_crc_basic.c