summaryrefslogtreecommitdiff
path: root/lib/igt_chamelium.h
diff options
context:
space:
mode:
authorPetri Latvala <petri.latvala@intel.com>2021-04-27 08:42:19 +0300
committerPetri Latvala <petri.latvala@intel.com>2021-04-27 09:16:29 +0300
commit9ab0820dbd07781161c1ace6973ea222fd24e53a (patch)
tree7dfd581701a06270e748080c8405c5728228cdd0 /lib/igt_chamelium.h
parentccf602c569257291045415ff504a6d2460986c28 (diff)
lib: Put edid_ar_svds where it's used
edid_ar_svds was hiding in igt_chamelium instead of igt_kms where it's used, breaking IGT building when chamelium support was disabled. Signed-off-by: Petri Latvala <petri.latvala@intel.com> Cc: Kunal Joshi <kunal1.joshi@intel.com> Reviewed-by: Kunal Joshi <kunal1.joshi@intel.com>
Diffstat (limited to 'lib/igt_chamelium.h')
-rw-r--r--lib/igt_chamelium.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/igt_chamelium.h b/lib/igt_chamelium.h
index 019bdbfe..f40e848e 100644
--- a/lib/igt_chamelium.h
+++ b/lib/igt_chamelium.h
@@ -82,11 +82,6 @@ struct chamelium_infoframe {
struct chamelium_edid;
-/* Set of Video Identification Codes advertised in the EDID */
-static const uint8_t edid_ar_svds[] = {
- 16, /* 1080p @ 60Hz, 16:9 */
-};
-
/**
* CHAMELIUM_MAX_PORTS: the maximum number of ports supported by igt_chamelium.
*