Summary: | [BSW BXT BYT] piglit.spec.arb_shader_ballot.execution.fs-readinvocation-uint broken | ||
---|---|---|---|
Product: | Mesa | Reporter: | Mark Janes <mark.a.janes> |
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 | ||
Version: | 17.2 | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Mark Janes
2017-07-31 15:51:18 UTC
I looked at this with Curro a few weeks ago, and we noticed that commenting out if ((active_set & (1ul << i)) == 0ul) continue; makes the test pass. Poking a little at it, I think the cause is shl(8) g8<1>Q g4<4,4,1>Q g2<4,4,1>UD { align1 1Q }; CHV/BXT require that the "Source and Destination horizontal stride must be aligned to the same qword." for 64-bit operations. I'll see if fixing that sorts this out. The series I sent last night fixes this and adds EU validation code to that would catch the problem. Fixed by: commit b541945c2027990ac571184bbf8e01285be0e33a Author: Matt Turner <mattst88@gmail.com> Date: Thu Sep 21 16:42:02 2017 -0700 i965/fs: Unpack count argument to 64-bit shift ops on Atom |
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.