mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 17:36:11 +00:00
tests/kms_force_connector_basic: Disable all crtc's for load-detect.
Load detection requires a inactive crtc to run. The CI igt tests are failing, so ensure there is at least 1 inactive crtc. Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
754876378d
commit
a508fc8622
@ -88,6 +88,7 @@ int main(int argc, char **argv)
|
||||
igt_fixture {
|
||||
drm_fd = drm_open_driver_master(DRIVER_INTEL);
|
||||
res = drmModeGetResources(drm_fd);
|
||||
igt_assert(res);
|
||||
|
||||
/* find the vga connector */
|
||||
for (int i = 0; i < res->count_connectors; i++) {
|
||||
@ -111,6 +112,13 @@ int main(int argc, char **argv)
|
||||
}
|
||||
|
||||
igt_subtest("force-load-detect") {
|
||||
/*
|
||||
* disable all outputs to make sure we have a
|
||||
* free crtc available for load detect
|
||||
*/
|
||||
kmstest_set_vt_graphics_mode();
|
||||
kmstest_unset_all_crtcs(drm_fd, res);
|
||||
|
||||
igt_set_module_param_int("load_detect_test", 1);
|
||||
|
||||
/* This can't use drmModeGetConnectorCurrent
|
||||
|
Loading…
x
Reference in New Issue
Block a user