<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Kernel code no longer counts EU correctly for i5-5250U (HD Graphics 6000 BroadWell U-Processor GT3)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=108712#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Kernel code no longer counts EU correctly for i5-5250U (HD Graphics 6000 BroadWell U-Processor GT3)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=108712">bug 108712</a>
              from <span class="vcard"><a class="email" href="mailto:gordon.lack@dsl.pipex.com" title="gordon.lack@dsl.pipex.com">gordon.lack@dsl.pipex.com</a>
</span></b>
        <pre>The commit I mentioned completely changed how the EUs were calculated (as far
as I can tell). It's the only change  I can see within 4.15 -> 4.18 time frame
that affects broadwell_sseu_info_init().

At 4.15 i915_sseu_status (in the debugfs file-system) reported:

SSEU Device Info
  Available Slice Mask: 0003
  Available Slice Total: 2
  Available Subslice Total: 6
  Available Subslice Mask: 0007
  Available Subslice Per Slice: 3
  Available EU Total: 48
  Available EU Per Subslice: 8
  Has Pooled EU: no
  Has Slice Power Gating: yes
  Has Subslice Power Gating: no
  Has EU Power Gating: no
SSEU Device Status
  Enabled Slice Mask: 0000
  Enabled Slice Total: 0
  Enabled Subslice Total: 0
  Enabled Subslice Mask: 0000
  Enabled Subslice Per Slice: 0
  Enabled EU Total: 0   
  Enabled EU Per Subslice: 0

whereas at 4.18 this becomes:
SSEU Device Info   
  Available Slice Mask: 0003
  Available Slice Total: 2
  Available Subslice Total: 6
  Available Slice0 subslices: 3
  Available Slice1 subslices: 3
  Available EU Total: 24
  Available EU Per Subslice: 4 
  Has Pooled EU: no
  Has Slice Power Gating: yes 
  Has Subslice Power Gating: no
  Has EU Power Gating: no
SSEU Device Status
  Enabled Slice Mask: 0003
  Enabled Slice Total: 2
  Enabled Subslice Total: 6
  Enabled Slice0 subslices: 3
  Enabled Slice1 subslices: 3
  Enabled EU Total: 24
  Enabled EU Per Subslice: 4</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>