<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Invalid encoder after hotplug"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=108502#c14">Comment # 14</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Invalid encoder after hotplug"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=108502">bug 108502</a>
              from <span class="vcard"><a class="email" href="mailto:stanislav.lisovskiy@intel.com" title="Stanislav Lisovskiy <stanislav.lisovskiy@intel.com>"> <span class="fn">Stanislav Lisovskiy</span></a>
</span></b>
        <pre>(In reply to Wolfgang Haupt from <a href="show_bug.cgi?id=108502#c12">comment #12</a>)
<span class="quote">> OK things have changed.
> The bug reported seems to be fixed.

> I have following behaviour now and wonder if this is expected:
> 1. Unplug HDMI
> 2. Run demo program
> 3. Plugin HDMI

> As long as the program is running, the screen will not get active.
> When I close the program (which will release the handle to /dev/dri/card0)
> the screen will become active.

> Can anyone confirm that this is how it should be?</span >

I think this is expected behavior, as you get DRM resources and not releasing
them. Those get released automatically once you the process terminates then.

If you want to have your screen active, when that program is still running
you need to call drmModeFreeResources before the while cycle.</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 the assignee for the bug.</li>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>