Re: [Mesa-dev] [PATCH 1/3] intel/i965: make gen_device_info mutable

2016-09-22 Thread Kenneth Graunke
On Friday, September 23, 2016 1:17:14 AM PDT Lionel Landwerlin wrote: > Make gen_device_info a mutable structure so we can update the fields that > can be refined by querying the kernel (like subslices and EU numbers). > > This patch does not make any functional change, it just make > gen_get_devi

[Mesa-dev] [PATCH 1/3] intel/i965: make gen_device_info mutable

2016-09-22 Thread Lionel Landwerlin
Make gen_device_info a mutable structure so we can update the fields that can be refined by querying the kernel (like subslices and EU numbers). This patch does not make any functional change, it just make gen_get_device_info() fill a structure rather than returning a const pointer. Cc: Kenneth G