Summary: | [BXT] gles asserts in cts | ||
---|---|---|---|
Product: | Mesa | Reporter: | Mirlan <mirlan.ax.tokonbekov> |
Component: | Drivers/DRI/i965 | Assignee: | Anuj Phogat <anuj.phogat> |
Status: | RESOLVED FIXED | QA Contact: | Intel 3D Bugs Mailing List <intel-3d-bugs> |
Severity: | normal | ||
Priority: | medium | CC: | anuj.phogat |
Version: | git | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Mirlan
2017-06-05 19:27:26 UTC
A quick look in to this failure points to an exposed bug in our driver due to my commit 0d576fb. We were programming the same URB size for both bxt 2x6 and bxt 3x6 configs. But the gfxspecs suggests different sizes. I'm looking in to fixing it properly so that we follow the similar approach for future hardware too. bxt is disabled in jenkins, because this affects half of our test pool. This bug also has affected bxt performance, with dramatic swings to several benchmarks. This bug is fixed by below commit on master: commit 8d02916e0c083f57bc7dfd886333f099763bd998 Author: Anuj Phogat <anuj.phogat@gmail.com> Date: Tue Jun 6 16:14:19 2017 -0700 intel: Fix broxton 2x6 way size computation This patch is undoing the changes to way size computation in broxton 2x6, made by below commit: Commit: 0d576fbfbe912cf3fb9ab594bb31eb58bccf2138 Author: Anuj Phogat <anuj.phogat@gmail.com> i965: Simplify l3 way size computations By making use of l3_banks field in gen_device_info struct l3_way_size for gen7+ = 2 * l3_banks. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=101306 Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com> Tested-by: Mark Janes <mark.a.janes@intel.com> Acked-by: Kenneth Graunke <kenneth@whitecape.org> As mentioned by Anuj, issue should be resolved. |
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.