[Bug 101571] Vulkan tests fail on 4.12 drm-tip

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Jul 6 17:29:56 UTC 2017


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

--- Comment #6 from Jason Ekstrand <jason at jlekstrand.net> ---
In that case, by telling the kernel we want it in the GTT domain, it will do
the clflush and then always treat it as uncached.  (In particular, any
relocations will be either done through a GTT map or clflushed.)  That seems
like a perfectly reasonable thing for anv to do.  I'm not entirely sure where
we want to put the SET_DOMAIN call but gem_create is probably ok but maybe
anv_bo_init_new would be better.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20170706/f55142e1/attachment.html>


More information about the intel-gfx-bugs mailing list