<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - Lockup after display enter powersaving mode"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94753#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - Lockup after display enter powersaving mode"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94753">bug 94753</a>
              from <span class="vcard"><a class="email" href="mailto:russianneuromancer@ya.ru" title="russianneuromancer@ya.ru">russianneuromancer@ya.ru</a>
</span></b>
        <pre>Created <span class=""><a href="attachment.cgi?id=123243" name="attach_123243" title="debug dmesg">attachment 123243</a> <a href="attachment.cgi?id=123243&action=edit" title="debug dmesg">[details]</a></span>
debug dmesg

<span class="quote">> This is one problem:
> [    3.987505] [drm:pwm_setup_backlight [i915]] *ERROR* Failed to own the pwm chip
> and can explain the backlight staying on.
> The best workaround for that right now is to make i915 a module, and build the required i2c/gpio/pwm support into the kernel itself:
> CONFIG_I2C_DESIGNWARE_PLATFORM=y
> CONFIG_I2C_DESIGNWARE_PCI=y
> CONFIG_INTEL_SOC_PMIC=y
> CONFIG_GPIO_CRYSTAL_COVE=y
> CONFIG_PWM_CRC=y
> CONFIG_DRM_I915=m</span >

Unfortunately, I doesn't know how to apply this to kernel, how to compile it,
etc.
Not sure if this related to this particular report at all - isn't this is
separate problem?

<span class="quote">> For some further debug information please boot with drm.debug=0xe kernel command line option and attach the dmesg here.</span >
Attached (stock kernel of Ubuntu 16.04 LiveUSB).

<span class="quote">> Also please attach a copy of /sys/kernel/debug/dri/0/i915_opregion</span >
Attached above.

<span class="quote">> As far as the lockup goes, Jani had a very similar problem on a CHT tablet recently, but I think that turned out to due to wifi.</span >
In my case this is not because of WiFi for sure, there just no drivers for WiFi
of this tablet in kernel right now. So when I boot Ubuntu 16.04 LiveUSB WiFi
just not working, while issue is still reproducible.

<span class="quote">> Your log is also full of some audio noise as well, so I'd also try to eliminate as many non-display related drivers as possible.</span >
That right, there two reports about this:
<a href="https://bugzilla.kernel.org/show_bug.cgi?id=117141">https://bugzilla.kernel.org/show_bug.cgi?id=117141</a>
<a href="https://bugzilla.kernel.org/show_bug.cgi?id=115201">https://bugzilla.kernel.org/show_bug.cgi?id=115201</a>

<span class="quote">> To rule out GPU runtime PM do this:
> 'echo on > /sys/class/drm/card0/device/power/control'
> before turning off the display.</span >
For me 'cat /sys/class/drm/card0/device/power/control' return 'on' right now.
Nevertheless, I tried to 'echo on > /sys/class/drm/card0/device/power/control'
and then tried to reproduce issue using steps I described above - issue is
still reproducible.

<span class="quote">> To rule out display power well problems boot with i915.disable_power_well=0 kernel command line option.</span >
I tried to boot with this kernel option, but issue is still reproducible with
disabled power well.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>