<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:chris@chris-wilson.co.uk" title="Chris Wilson <chris@chris-wilson.co.uk>"> <span class="fn">Chris Wilson</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [BSW Regression]igt/gem_userptr_blits/minor-normal-sync fails"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=90065">bug 90065</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;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [BSW Regression]igt/gem_userptr_blits/minor-normal-sync fails"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=90065#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [BSW Regression]igt/gem_userptr_blits/minor-normal-sync fails"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=90065">bug 90065</a>
              from <span class="vcard"><a class="email" href="mailto:chris@chris-wilson.co.uk" title="Chris Wilson <chris@chris-wilson.co.uk>"> <span class="fn">Chris Wilson</span></a>
</span></b>
        <pre>commit fa8848f27895bd19e16aed77868f464be24034e6
Author: Chris Wilson <<a href="mailto:chris@chris-wilson.co.uk">chris@chris-wilson.co.uk</a>>
Date:   Wed Oct 14 14:17:11 2015 +0100

    drm/i915: Report context GTT size

    Since the beginning we have conflated the size of the global GTT with
    that of the per-process context sizes. In recent times (gen8+), those
    are no longer the same where the global GTT is limited to 2/4GiB but the
    per-process GTT may be anything up to 256TiB. Userspace knows nothing of
    this discrepancy and outside of one or two hacks, uses the getaperture
    ioctl to determine the maximum size it can use. Let's leave that as
    reporting the global GTT and use the context reporting method to
    describe the per-process value (which naturally fallsback to reporting
    the aliasing or global on older platforms, so userspace can always use
    this method where available).

    Testcase: igt/gem_userptr_blits/minor-normal-sync
    Bugzilla: <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [BSW Regression]igt/gem_userptr_blits/minor-normal-sync fails"
   href="show_bug.cgi?id=90065">https://bugs.freedesktop.org/show_bug.cgi?id=90065</a>
    Signed-off-by: Chris Wilson <<a href="mailto:chris@chris-wilson.co.uk">chris@chris-wilson.co.uk</a>>
    Reviewed-by: Tvrtko Ursulin <<a href="mailto:tvrtko.ursulin@intel.com">tvrtko.ursulin@intel.com</a>>
    Signed-off-by: Daniel Vetter <<a href="mailto:daniel.vetter@ffwll.ch">daniel.vetter@ffwll.ch</a>>

+

commit a22719358d8fc7d4261829847e1ace042575a723
Author: Chris Wilson <<a href="mailto:chris@chris-wilson.co.uk">chris@chris-wilson.co.uk</a>>
Date:   Wed Oct 14 14:17:55 2015 +0100

    lib: Fix querying context GTT size

    We need a new ioctl to find the correct GTT size to use when submitting
    execbuffers (as opposed to wishing to know the global GTT size).

    Signed-off-by: Chris Wilson <<a href="mailto:chris@chris-wilson.co.uk">chris@chris-wilson.co.uk</a>></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>
      </ul>
    </body>
</html>