<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:jani.nikula@intel.com" title="Jani Nikula <jani.nikula@intel.com>"> <span class="fn">Jani Nikula</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO --- - [BYT]udevadm unable to monitor HDMI plug/unplug event sporadically"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=82593">bug 82593</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>NEEDINFO
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Assignee</td>
           <td>jani.nikula@intel.com
           </td>
           <td>intel-gfx-bugs@lists.freedesktop.org
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO --- - [BYT]udevadm unable to monitor HDMI plug/unplug event sporadically"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=82593#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO --- - [BYT]udevadm unable to monitor HDMI plug/unplug event sporadically"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=82593">bug 82593</a>
              from <span class="vcard"><a class="email" href="mailto:jani.nikula@intel.com" title="Jani Nikula <jani.nikula@intel.com>"> <span class="fn">Jani Nikula</span></a>
</span></b>
        <pre>Please enable drm.debug=0xf to get drm core debugging, *or* apply this patch to
debug the hotplug events:

diff --git a/drivers/gpu/drm/drm_sysfs.c b/drivers/gpu/drm/drm_sysfs.c
index ab1a5f6dde8a..6abf092d9eb4 100644
--- a/drivers/gpu/drm/drm_sysfs.c
+++ b/drivers/gpu/drm/drm_sysfs.c
@@ -481,7 +481,7 @@ void drm_sysfs_hotplug_event(struct drm_device *dev)
     char *event_string = "HOTPLUG=1";
     char *envp[] = { event_string, NULL };

-    DRM_DEBUG("generating hotplug event\n");
+    DRM_DEBUG_KMS("generating hotplug event\n");

     kobject_uevent_env(&dev->primary->kdev->kobj, KOBJ_CHANGE, envp);
 }

Now, doing hotplug and looking at both udevadm monitor and dmesg, do you see
cases where:

a) there's the "generating hotplug event" in dmesg, but you do *not* get it in
udevadm monitor

*or*

b) you do hotplug but the message is not in dmesg and you don't get it in
udevadm either.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are on the CC list for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>