Re: [Mesa-dev] [PATCH 1/5] i965: Query and store GPU properties from kernel

2016-03-09 Thread Ben Widawsky
On Mon, Mar 07, 2016 at 10:16:41PM -0800, Matt Turner wrote: > On Mon, Mar 7, 2016 at 5:39 PM, Ben Widawsky > wrote: > > Certain products are not uniquely identifiable based on device id alone. The > > kernel exports an interface to help deal with this. This patch merely > > introduces > > the co

Re: [Mesa-dev] [PATCH 1/5] i965: Query and store GPU properties from kernel

2016-03-07 Thread Matt Turner
On Mon, Mar 7, 2016 at 5:39 PM, Ben Widawsky wrote: > Certain products are not uniquely identifiable based on device id alone. The > kernel exports an interface to help deal with this. This patch merely > introduces > the consumer of the interface and makes sure nothing breaks. > > It is also pos

[Mesa-dev] [PATCH 1/5] i965: Query and store GPU properties from kernel

2016-03-07 Thread Ben Widawsky
Certain products are not uniquely identifiable based on device id alone. The kernel exports an interface to help deal with this. This patch merely introduces the consumer of the interface and makes sure nothing breaks. It is also possible to use these values for programming GPGPU mode, and I plan