Re: [Mesa-dev] [PATCH] intel: Load the driver even if I915_PARAM_REVISION is not found.

2019-08-19 Thread Rafael Antognolli
On Mon, Aug 19, 2019 at 11:25:38PM +0200, Lionel Landwerlin wrote: > On 19/08/2019 21:28, Rafael Antognolli wrote: > > This param is only available starting on kernel 4.16. Use a default > > value of 0 if it is not found instead. > > > I trace the param to : > > > commit

Re: [Mesa-dev] [PATCH] intel: Load the driver even if I915_PARAM_REVISION is not found.

2019-08-19 Thread Lionel Landwerlin
On 19/08/2019 21:28, Rafael Antognolli wrote: This param is only available starting on kernel 4.16. Use a default value of 0 if it is not found instead. I trace the param to : commit 27cd44618b92fc8c6889e4628407791e45422bac Author: Neil Roberts Date:   Wed Mar 4 14:41:16 2015 +    

Re: [Mesa-dev] [PATCH] intel: Load the driver even if I915_PARAM_REVISION is not found.

2019-08-19 Thread Rafael Antognolli
This commit might also need a: Fixes: 96e1c945f2b ("i965: Move device info initialization to common code") On Mon, Aug 19, 2019 at 12:28:55PM -0700, Rafael Antognolli wrote: > This param is only available starting on kernel 4.16. Use a default > value of 0 if it is not found

[Mesa-dev] [PATCH] intel: Load the driver even if I915_PARAM_REVISION is not found.

2019-08-19 Thread Rafael Antognolli
This param is only available starting on kernel 4.16. Use a default value of 0 if it is not found instead. Cc: Jordan Justen Cc: Mark Janes --- src/intel/dev/gen_device_info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/dev/gen_device_info.c