mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-22 15:26:21 +00:00
tests: enable extra connectors in kms_flip and kms_pipe_crc_basic
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
parent
b6ed9fb0d9
commit
eef768f283
@ -1595,6 +1595,8 @@ int main(int argc, char **argv)
|
|||||||
igt_fixture {
|
igt_fixture {
|
||||||
drm_fd = drm_open_any();
|
drm_fd = drm_open_any();
|
||||||
|
|
||||||
|
igt_enable_connectors();
|
||||||
|
|
||||||
igt_set_vt_graphics_mode();
|
igt_set_vt_graphics_mode();
|
||||||
igt_install_exit_handler(kms_flip_exit_handler);
|
igt_install_exit_handler(kms_flip_exit_handler);
|
||||||
get_timestamp_format();
|
get_timestamp_format();
|
||||||
|
@ -231,6 +231,8 @@ igt_main
|
|||||||
igt_fixture {
|
igt_fixture {
|
||||||
data.drm_fd = drm_open_any();
|
data.drm_fd = drm_open_any();
|
||||||
|
|
||||||
|
igt_enable_connectors();
|
||||||
|
|
||||||
igt_set_vt_graphics_mode();
|
igt_set_vt_graphics_mode();
|
||||||
|
|
||||||
igt_require_pipe_crc();
|
igt_require_pipe_crc();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user