summaryrefslogtreecommitdiff
path: root/lib/igt_chamelium.c
diff options
context:
space:
mode:
authorArkadiusz Hiler <arkadiusz.hiler@intel.com>2020-03-13 17:29:11 +0200
committerArkadiusz Hiler <arkadiusz.hiler@intel.com>2020-03-16 12:45:07 +0200
commite100092d50105463f58db531fa953c70cc58bb10 (patch)
tree825d5116ff54f415d16f2beebf756637066d6040 /lib/igt_chamelium.c
parent61dab1db3f7ab5d279c153f2cdc7df846917df5a (diff)
tests/kms_chamelium: Get rid of dp-link-status subtest
The test is making Chamelium's receiver signal a need for retraining to the upstream, which i915 handles correctly. Then it asserts a number of conditions that are neither a part of the DisplayPort spec, conformance test suite or the current driver's behavior. The test needs a complete rethinking. Let's remove it instead of letting it bitrot further. Fixes: https://gitlab.freedesktop.org/drm/intel/issues/1059 Cc: Martin Peres <martin.peres@intel.com> Cc: Petri Latvala <petri.latvala@intel.com> Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Reviewed-by: Petri Latvala <petri.latvala@intel.com>
Diffstat (limited to 'lib/igt_chamelium.c')
-rw-r--r--lib/igt_chamelium.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/igt_chamelium.c b/lib/igt_chamelium.c
index aaf17d51..2a4930ec 100644
--- a/lib/igt_chamelium.c
+++ b/lib/igt_chamelium.c
@@ -1206,21 +1206,6 @@ void chamelium_infoframe_destroy(struct chamelium_infoframe *infoframe)
free(infoframe);
}
-bool chamelium_supports_trigger_link_failure(struct chamelium *chamelium)
-{
- return chamelium_supports_method(chamelium, "TriggerLinkFailure");
-}
-
-/**
- * chamelium_trigger_link_failure: trigger a link failure on the provided port.
- */
-void chamelium_trigger_link_failure(struct chamelium *chamelium,
- struct chamelium_port *port)
-{
- xmlrpc_DECREF(chamelium_rpc(chamelium, port, "TriggerLinkFailure",
- "(i)", port->id));
-}
-
bool chamelium_has_audio_support(struct chamelium *chamelium,
struct chamelium_port *port)
{