anv: Leverage the shared L3$ config code
authorJason Ekstrand <jason.ekstrand@intel.com>
Mon, 22 Aug 2016 23:39:05 +0000 (16:39 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Sat, 3 Sep 2016 15:23:07 +0000 (08:23 -0700)
commit6448c0e324084ce0322d9327d6ec2d9e383d0db8
treef66c673f770a7b183b4a64586667955c34787ccc
parent49981891f7fc8e9ca3e8be68cae29eb0020f5fd7
anv: Leverage the shared L3$ config code

When Jordan first implement L3$ configuration for Vulkan, he copied+pasted
from the GL driver because we had no good place to share it.  Now that we
have src/intel/common, we should be sharing these tables.

Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
src/intel/vulkan/anv_private.h
src/intel/vulkan/genX_l3.c