<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:matthew.d.roper@intel.com" title="Matt Roper <matthew.d.roper@intel.com>"> <span class="fn">Matt Roper</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [CI][BAT] igt@runner@aborted - fail - TAINT_WARN: WARN_ON has happened, trying to change cdclk frequency with cdclk not enabled"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=111917">bug 111917</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;">CC</td>
           <td>
                
           </td>
           <td>matthew.d.roper@intel.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [CI][BAT] igt@runner@aborted - fail - TAINT_WARN: WARN_ON has happened, trying to change cdclk frequency with cdclk not enabled"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=111917#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [CI][BAT] igt@runner@aborted - fail - TAINT_WARN: WARN_ON has happened, trying to change cdclk frequency with cdclk not enabled"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=111917">bug 111917</a>
              from <span class="vcard"><a class="email" href="mailto:matthew.d.roper@intel.com" title="Matt Roper <matthew.d.roper@intel.com>"> <span class="fn">Matt Roper</span></a>
</span></b>
        <pre>The LPCPLL_CTL register that's supposed to be set by the BIOS is seemingly
giving us invalid values now:

[drm:intel_power_domains_init_hw [i915]] *ERROR* CDCLK source is not
[drm:intel_power_domains_init_hw [i915]] *ERROR* LCPLL is disabled

The driver just reports these problems and doesn't try to correct them:

    /*                                                                       
     * The LCPLL register should be turned on by the BIOS. For now           
     * let's just check its state and print errors in case                   
     * something is wrong.  Don't even try to turn it on.                    
     */                                                                      

so it's not a surprise that later bdw_set_cdclk() reads LCPLL_CTL and still
finds it disabled, triggering the warning.

I also notice that the cdclk frequency when the driver starts up is reading out
as 800 MHz, which I don't believe is even a valid frequency for this platform.

As far as I can see, no patches went into the driver between CI runs 7021 and
7022 that should change the hardware readout.  Has anything else changed with
this machine recently (e.g., BIOS update or anything)?  Also, is this a real
machine or is it a guest running under virtualization with GVT?  I'm not sure
exactly what the 'gvtdvm' in the machine name signifies.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>