mesa/src
James Zhu a91306677c ac/gpu_info: Correct Acturus cu bitmap
The cu bitmap in amd gpu info structure is
4x4 size array, and it's usually suitable for Vega
ASICs which has 4*2 SE/SH layout.
But for Arcturus, SE/SH layout is changed to 8*1.
To mostly reduce the impact, we make it compatible
with current bitmap array as below:
	SE4,SH0 --> cu_bitmap[0][1]
	SE5,SH0 --> cu_bitmap[1][1]
	SE6,SH0 --> cu_bitmap[2][1]
	SE7,SH0 --> cu_bitmap[3][1]

Signed-off-by: James Zhu <James.Zhu@amd.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5212>
2020-05-27 10:49:02 -04:00
..
amd ac/gpu_info: Correct Acturus cu bitmap 2020-05-27 10:49:02 -04:00
broadcom v3d/tex: use TMUSLOD register if possible 2020-05-11 23:52:46 +00:00
compiler glsl: fix slow linking of uniforms in the nir linker 2020-05-27 00:59:20 +00:00
drm-shim drm-shim: silence warnings 2020-04-30 11:32:54 +03:00
egl egl/android: Drop unused variable 2020-05-26 12:46:18 -07:00
etnaviv etnaviv: drm: Normalize nano seconds 2020-05-10 07:32:12 +00:00
freedreno turnip: support VkImageDrmFormatModifierExplicitCreateInfoEXT 2020-05-27 04:02:58 +00:00
gallium zink: use general-layout when blitting to/from same resource 2020-05-27 09:01:17 +00:00
gbm gbm/dri: Propagate queryDmaBufModifiers return value 2020-04-16 10:19:35 +00:00
getopt
glx glx: omit loader_loader() for macOS 2020-04-15 11:37:21 +00:00
gtest gtest: Update to 1.10.0 2020-04-20 11:57:11 +00:00
hgl scons: Prune out unnecessary targets. 2020-03-30 13:38:01 +00:00
imgui
intel intel/fs: Work around dual-source blending hangs in combination with SIMD16 2020-05-27 14:35:13 +03:00
loader loader: fallback to kernel name, if PCI fails 2020-04-01 16:57:22 +01:00
mapi mapi: Fix a couple of warning in generated code 2020-05-26 12:46:18 -07:00
mesa i965: Use SATURATE 2020-05-26 22:31:31 +00:00
panfrost pan/decode: Dump unknown2 2020-05-26 22:58:21 +00:00
util radeonsi/drirc: enable zerovram option for 7 Days to Die 2020-05-27 09:28:46 +02:00
vulkan util/format: translate 422_UNORM and 420_UNORM vulkan formats 2020-05-20 13:22:12 +00:00
meson.build remove final imports.h and imports.c bits 2020-04-21 11:09:04 -07:00
SConscript scons: Prune out unnecessary targets. 2020-03-30 13:38:01 +00:00