summaryrefslogtreecommitdiff
path: root/tests/kms_color_helper.h
diff options
context:
space:
mode:
authorBhanuprakash Modem <bhanuprakash.modem@intel.com>2022-06-30 14:25:22 +0530
committerBhanuprakash Modem <bhanuprakash.modem@intel.com>2022-07-04 12:29:45 +0530
commitd61e4598142e41fe5eb13295802ecf935bba85bc (patch)
tree1a77c2b519a5fecac94a2fa673e53dff13dbb97b /tests/kms_color_helper.h
parent2824470eeed46d448ccc8111f96736da3abe66b5 (diff)
tests/kms_color: Convert tests to dynamic
Convert the existing subtests to dynamic subtests at pipe level. V2: * Fix nested igt_fixture in igt_subtest V3: * Fix to not dereferencing a NULL pointer V4: * Add output name to subtest V5: * Rebase V6: * Fix typos in test description V7: * Added comments back to ctm tets. Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com> Reviewed-by: Swati Sharma <swati2.sharma@intel.com>
Diffstat (limited to 'tests/kms_color_helper.h')
-rw-r--r--tests/kms_color_helper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/kms_color_helper.h b/tests/kms_color_helper.h
index cc07f5ee..2ea15bcd 100644
--- a/tests/kms_color_helper.h
+++ b/tests/kms_color_helper.h
@@ -50,6 +50,7 @@ typedef struct {
igt_display_t display;
igt_pipe_crc_t *pipe_crc;
igt_output_t *output;
+ igt_plane_t *primary;
uint32_t drm_format;
uint32_t color_depth;