summaryrefslogtreecommitdiff
path: root/tests/kms_force_connector_basic.c
diff options
context:
space:
mode:
authorNidhi Gupta <nidhi1.gupta@intel.com>2021-04-12 10:01:23 +0530
committerKunal Joshi <kunal1.joshi@intel.com>2021-04-19 10:34:40 +0530
commit161b31f1bfabd8dff88de26774f7ce0fa5318ec4 (patch)
tree97efc21276cb11aa15ae87bcbbf0bc9ae6539af7 /tests/kms_force_connector_basic.c
parent14317b92a672d9a20cd04fc3b0c80e2fb12d51d5 (diff)
Added test description for kms tests
Added description for following tests: tests/kms_atomic.c tests/kms_concurrent.c tests/kms_content_protection.c tests/kms_fbcon_fbt.c tests/kms_getfb.c tests/kms_lease.c tests/kms_panel_fitting.c tests/kms_pipe_b_c_ivb.c tests/kms_plane_lowres.c tests/kms_plane_scaling.c tests/kms_prop_blob.c tests/kms_rmfb.c tests/kms_sequence.c tests/kms_vrr.c tests/kms_pipe_crc_basic.c tests/kms_plane_alpha_blend.c tests/kms_draw_crc.c tests/kms_tv_load_detect.c tests/kms_busy.c tests/kms_force_connector_basic.c tests/kms_setmode.c Signed-off-by: Nidhi Gupta <nidhi1.gupta@intel.com> Reviewed-by: Manasi Navare <manasi.d.navare@intel.com>
Diffstat (limited to 'tests/kms_force_connector_basic.c')
-rw-r--r--tests/kms_force_connector_basic.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/kms_force_connector_basic.c b/tests/kms_force_connector_basic.c
index b1a5bac1..a79cad03 100644
--- a/tests/kms_force_connector_basic.c
+++ b/tests/kms_force_connector_basic.c
@@ -139,6 +139,7 @@ igt_main_args("", long_opts, help_str, opt_handler, NULL)
start_connection = connector->connection;
}
+ igt_describe("Test to detect forced load.");
igt_subtest("force-load-detect") {
int i, j, w = 64, h = 64;
drmModePlaneRes *plane_resources;
@@ -225,6 +226,7 @@ igt_main_args("", long_opts, help_str, opt_handler, NULL)
}
}
+ igt_describe("Test to check the forced connector state.");
igt_subtest("force-connector-state") {
igt_display_t display;
@@ -261,6 +263,7 @@ igt_main_args("", long_opts, help_str, opt_handler, NULL)
drmModeFreeConnector(temp);
}
+ igt_describe("Test to check the values after forcing edid.");
igt_subtest("force-edid") {
kmstest_force_connector(drm_fd, connector,
FORCE_CONNECTOR_ON);
@@ -295,6 +298,7 @@ igt_main_args("", long_opts, help_str, opt_handler, NULL)
}
+ igt_describe("Tests pruning of stale modes.");
igt_subtest("prune-stale-modes") {
int i;