summaryrefslogtreecommitdiff
path: root/lib/igt_kms.c
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.c
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.c')
-rw-r--r--lib/igt_kms.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/igt_kms.c b/lib/igt_kms.c
index 7946555d..e5d8e82c 100644
--- a/lib/igt_kms.c
+++ b/lib/igt_kms.c
@@ -399,7 +399,6 @@ const char * const igt_plane_prop_names[IGT_NUM_PLANE_PROPS] = {
};
const char * const igt_crtc_prop_names[IGT_NUM_CRTC_PROPS] = {
- [IGT_CRTC_BACKGROUND] = "background_color",
[IGT_CRTC_CTM] = "CTM",
[IGT_CRTC_GAMMA_LUT] = "GAMMA_LUT",
[IGT_CRTC_GAMMA_LUT_SIZE] = "GAMMA_LUT_SIZE",