[Bug 67062] [HSW ULT bisected] Glbenchmark2.7.0 EgyptHDoffscreen performance reduce by 10%

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jul 29 19:34:47 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=67062

--- Comment #14 from ye.tian <yex.tian at intel.com> ---
(In reply to comment #11)

Performance for the two patches:
First patch:  100 fps
second patch: 105 fps (LLC default )
Both patches: 105 fps 

But I don't know how to try both patches:
eLLC default 
     if (level != I915_CACHE_NONE)
-        pte |= HSW_WB_ELLC_LLC_AGE0;
+        pte |= HSW_ELLC;

LLC default 
      if (level != I915_CACHE_NONE)
-        pte |= HSW_WB_LLC_AGE0;
+        pte |= HSW_LLC;

Does it mean:
if (level != I915_CACHE_NONE)
-        pte |= HSW_WB_ELLC_LLC_AGE0;
+        pte |= HSW_ELLC;
+               pte |= HSW_LLC;

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20130730/4ad7c0a6/attachment.html>


More information about the intel-gfx-bugs mailing list