Skip to content
Snippets Groups Projects
Commit a4e8217b authored by Simon Ser's avatar Simon Ser
Browse files

tests/kms_hdmi_inject: update comments mentionning disconnected connectors


Comments say that a connector can only be forced if it's disconnected. This was
a wrong assumption which has been fixed, but the comments went out of sync.

Fixes: dc3a0934 ("tests/kms_hdmi_inject: Accept any HDMI connector")
Signed-off-by: default avatarSimon Ser <simon.ser@intel.com>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: default avatarVille Syrjälä <ville.syrjala@linux.intel.com>
parent 6756ede6
No related branches found
No related tags found
No related merge requests found
......@@ -34,9 +34,9 @@
#define VDISPLAY_4K 2160
IGT_TEST_DESCRIPTION("Test that in-kernel EDID parsing is producing "
"expected results by forcing a disconnected HDMI "
"connector with a known EDID and checking that the "
"metadata exposed to user space matches.");
"expected results by forcing a HDMI connector "
"with a known EDID and checking that the metadata "
"exposed to user space matches.");
/**
* This collection of tests performs EDID and status injection tests. Injection
......@@ -49,8 +49,6 @@ IGT_TEST_DESCRIPTION("Test that in-kernel EDID parsing is producing "
* - 4K modes exposed via KMS
* - Audio capabilities of the monitor exposed via ALSA. EDID-Like Data (ELD)
* entries in /proc/asound are verified.
*
* Injection is performed on a disconnected connector.
*/
/** get_connector: get the first disconnected HDMI connector */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment