Re: [Mesa-dev] [PATCH 2/2] intel/compiler: Use gen_get_device_info() in test_eu_validate

2018-03-16 Thread Dylan Baker
Quoting Rafael Antognolli (2018-03-16 13:19:11) > On Fri, Mar 16, 2018 at 10:56:24AM -0700, Matt Turner wrote: > > Previously the unit test filled out a minimal devinfo struct. A previous > > patch caused the test to begin assert failing because the devinfo was > > not complete. Avoid this by

Re: [Mesa-dev] [PATCH 2/2] intel/compiler: Use gen_get_device_info() in test_eu_validate

2018-03-16 Thread Rafael Antognolli
On Fri, Mar 16, 2018 at 10:56:24AM -0700, Matt Turner wrote: > Previously the unit test filled out a minimal devinfo struct. A previous > patch caused the test to begin assert failing because the devinfo was > not complete. Avoid this by using the real mechanism to create devinfo. > > Note that

[Mesa-dev] [PATCH 2/2] intel/compiler: Use gen_get_device_info() in test_eu_validate

2018-03-16 Thread Matt Turner
Previously the unit test filled out a minimal devinfo struct. A previous patch caused the test to begin assert failing because the devinfo was not complete. Avoid this by using the real mechanism to create devinfo. Note that we have to drop icl from the table, since we now rely on the name -> PCI