[Bug 79967] [BDW] There is garbage when moving the windows or move cursor on the menu.

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Jun 13 03:35:10 PDT 2014


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

--- Comment #6 from Chris Wilson <chris at chris-wilson.co.uk> ---
The other use of mocs is in mesa, can you *also* please apply:

diff --git a/src/mesa/drivers/dri/i965/brw_defines.h
b/src/mesa/drivers/dri/i965/brw_defines.h
index 3afd399..620f8a2 100644
--- a/src/mesa/drivers/dri/i965/brw_defines.h
+++ b/src/mesa/drivers/dri/i965/brw_defines.h
@@ -2199,8 +2199,8 @@ enum brw_wm_barycentric_interp_mode {
 #define HSW_MOCS_UC_LLC_WB_ELLC         (3 << 1)

 /* Broadwell: write-back or write-through; always use all the caches. */
-#define BDW_MOCS_WB 0x78
-#define BDW_MOCS_WT 0x58
+#define BDW_MOCS_WB 0
+#define BDW_MOCS_WT 0

 #include "intel_chipset.h"

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20140613/51cddfb5/attachment.html>


More information about the intel-gfx-bugs mailing list