summaryrefslogtreecommitdiff
path: root/lib/igt_kms.h
diff options
context:
space:
mode:
authorPankaj Bharadiya <pankaj.laxminarayan.bharadiya@intel.com>2020-07-28 20:53:21 +0530
committerPetri Latvala <petri.latvala@intel.com>2020-10-07 12:07:57 +0300
commit33f07391e5f6a8d9323e471c81db3f29f91ed4d7 (patch)
treeefa8401dcac763cb9966b5d50f65afd3e6155b24 /lib/igt_kms.h
parent0e4fbc60ca5ad6585e642d2ddf8313f3c738426e (diff)
tests: Remove kms_crtc_background_color test
BACKGROUND_COLOR property is not supported in kernel as of now. Following patch attempted to add support but never got merged due to lack of userspace support. https://patchwork.freedesktop.org/patch/333632/?series=67424&rev=1 This test case is always skipped, as it does not find the BACKGROUND_COLOR prop support hence remove it. Signed-off-by: Pankaj Bharadiya <pankaj.laxminarayan.bharadiya@intel.com> Acked-by: Martin Peres <martin.peres@linux.intel.com> Acked-by: Matt Roper <matthew.d.roper@intel.com>
Diffstat (limited to 'lib/igt_kms.h')
-rw-r--r--lib/igt_kms.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/igt_kms.h b/lib/igt_kms.h
index 6ad1a7ef..1fcae243 100644
--- a/lib/igt_kms.h
+++ b/lib/igt_kms.h
@@ -97,8 +97,7 @@ void kmstest_restore_vt_mode(void);
void kmstest_set_vt_text_mode(void);
enum igt_atomic_crtc_properties {
- IGT_CRTC_BACKGROUND = 0,
- IGT_CRTC_CTM,
+ IGT_CRTC_CTM = 0,
IGT_CRTC_GAMMA_LUT,
IGT_CRTC_GAMMA_LUT_SIZE,
IGT_CRTC_DEGAMMA_LUT,