Bug 111407 - [CI][BAT] igt@kms_chamelium@(dp|hdmi)-hpd-fast - Invalid connector status after hotplug: got connected, expected disconnected
Summary: [CI][BAT] igt@kms_chamelium@(dp|hdmi)-hpd-fast - Invalid connector status aft...
Status: RESOLVED FIXED
Alias: None
Product: DRI
Classification: Unclassified
Component: DRM/Intel (show other bugs)
Version: DRI git
Hardware: Other All
: medium normal
Assignee: emersion
QA Contact: Intel GFX Bugs mailing list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-15 13:10 UTC by emersion
Modified: 2019-09-04 13:52 UTC (History)
1 user (show)

See Also:
i915 platform: ALL
i915 features:


Attachments

Description emersion 2019-08-15 13:10:57 UTC
https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5137/fi-cml-u2/igt@kms_chamelium@dp-hpd-fast.html
https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5137/fi-icl-u2/igt@kms_chamelium@dp-hpd-fast.html
https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5137/fi-icl-u2/igt@kms_chamelium@hdmi-hpd-fast.html
https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5137/fi-skl-6700k2/igt@kms_chamelium@hdmi-hpd-fast.html

Starting subtest: dp-hpd-fast
(kms_chamelium:2771) CRITICAL: Test assertion failure function test_basic_hotplug, file ../tests/kms_chamelium.c:275:
(kms_chamelium:2771) CRITICAL: Failed assertion: status == DRM_MODE_DISCONNECTED
(kms_chamelium:2771) CRITICAL: Invalid connector status after hotplug: got connected, expected disconnected
Subtest dp-hpd-fast failed.
Comment 4 emersion 2019-09-04 08:32:58 UTC
Proposed fix: https://patchwork.freedesktop.org/series/66200/
Comment 5 emersion 2019-09-04 13:51:12 UTC
commit 2520686d9f2299a3f2062a88da34747a42e0848d
Author: Simon Ser <simon.ser@intel.com>
Date:   Wed Sep 4 11:28:21 2019 +0300

    tests/kms_chamelium: fix missing reprobe_connector
    
    A reprobe_connector has been mungled by mistake in a previous patch. The old
    connector status was used, which always failed because it's asserted to be
    DRM_MODE_CONNECTED before the unplug.
    
    Signed-off-by: Simon Ser <simon.ser@intel.com>
    Fixes: 87209d8421ea ("tests/kms_chamelium: chatty connector status assertions")
    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=111407
    Reviewed-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.