Re: [Intel-gfx] [PATCH 1/1] intel: query for LLC support

2012-01-17 Thread Eric Anholt
On Tue, 17 Jan 2012 14:58:21 -0200, Eugeni Dodonov wrote: > This adds support for querying the kernel about the LLC support in the > hardware. > > In case the ioctl fails, we assume that it is present on GEN6 and GEN7. This patch should probably come along with a consumer of the flag. pgpzbrb

Re: [Intel-gfx] [PATCH 1/1] intel: query for LLC support

2012-01-17 Thread Eugeni Dodonov
On Tue, Jan 17, 2012 at 14:44, Eugeni Dodonov wrote: > This adds support for querying the kernel about the LLC support in the > hardware. > > In case the ioctl fails, we assume that it is present on GEN6 and GEN7. > > Signed-off-by: Eugeni Dodonov > Please ignore this and consider the next one