<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [BYT] Acer Aspire Switch 10 backlight control"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=90075">90075</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[BYT] Acer Aspire Switch 10 backlight control
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>DRI
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>DRI git
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>DRM/Intel
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>intel-gfx-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>nekit1000@gmail.com
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>intel-gfx-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>intel-gfx-bugs@lists.freedesktop.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Backlight hack/WIP patch found in #85977 doesn't work for Acer Aspire Switch 10
with Intel Atom Z3735F.

dev_priv->vbt.dsi.config->pwm_blc == 1 on it, so it seems to be BYT-CR and, as
Shohbit answered, needs to have brightness controlled by LPSS PWM. However,
unlike another Z3735F tablet (Teclast X98 Air 3G) PWM is not present in ACPI
DSDT and not detected by LPSS PWM 4.0 kernel driver (CONFIG_PWM_LPSS_PCI,
CONFIG_PWM_LPSS_PLATFORM and CONFIG_X86_INTEL_LPSS are enabled in kernel
options). lspci also doesn't show any PWM device.

In Windows, I can see Intel Atom LPIO1 PWM Controller at PCI Bus 0-30-1 (should
be probably pci 0000:00:1e.1 in Linux enumeration) in System Information Viewer
tool, but it's not present in Device Manager, so I'm not sure if it's used at
all. May there be any other method to set backlight level involved?

I tried compiling 3.14 kernel from Android-IA, and it actually tries to set
backlight via LPSS, but fails since PWM is not detected:
[    0.968667] lpio_bl_read: can't find pwm device with pwm_num 0
[    2.414817] lpio_bl_write: can't find pwm device with pwm_num 0</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>