| Summary: |
test_eu_compact regression |
| Product: |
Mesa
|
Reporter: |
Vinson Lee <vlee> |
| Component: |
Drivers/DRI/i965 | Assignee: |
Matt Turner <mattst88> |
| Status: |
RESOLVED
FIXED
|
QA Contact: |
Intel 3D Bugs Mailing List <intel-3d-bugs> |
| Severity: |
normal
|
|
|
| Priority: |
medium
|
CC: |
jason
|
| Version: |
git | Keywords: |
bisected, regression |
| Hardware: |
x86-64 (AMD64) | |
|
| OS: |
Linux (All) | |
|
| Whiteboard: |
|
|
i915 platform:
|
|
i915 features:
|
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
mesa: fa4b792e833a5b9a74d21ca72babeeebc72fd052 (master 17.1.0-devel) set_control_index (devinfo=0x630c20, src=0x7fffffffdf40, dst=0x7fffffffdf10) at brw_eu_compact.c:692 692 if (control_index_table[i] == uncompacted) { (gdb) print control_index_table $1 = (const uint32_t *) 0x0 commit fa4b792e833a5b9a74d21ca72babeeebc72fd052 Author: Matt Turner <mattst88@gmail.com> Date: Thu Mar 9 16:01:30 2017 -0800 i965: Move brw_init_compaction_tables() to brw_create_compiler(). ... so that we can avoid threading complications or unnecessary compaction table initializations (which just consists of setting some pointers based on devinfo->gen). Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>