<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body><div><br></div>
<div><br></div>
<div><br></div>
<div>On Wed, 28 Dec 2016, at 06:24 PM, Edinburgh Linux Users Group wrote:<br></div>
<blockquote type="cite"><div dir="ltr"><div><div><div>Hi guys,<br></div>
</div>
<div>I have a question about kernel module parameters :) The problem I have is that i915 kernel module uses different options from what I supply in the kernel parameters and modprobe.d. I'm trying to load it with "enable_execlists=0" while it still uses "enable_execlists=1":<br></div>
<div><br></div>
<div><b>$ modprobe -c | grep i915 | grep execlists</b><br></div>
<div>options i915 enable_rc6=7 enable_psr=2 enable_fbc=1 lvds_downclock=1 semaphores=1 <b>enable_execlists=0</b> modeset=1<br></div>
<div>options i915 <b>enable_execlists=0</b><br></div>
<div><br></div>
<div><b>$ sudo cat /sys/module/i915/parameters/enable_execlists </b><br></div>
<div><span class="colour" style="color:rgb(255, 0, 0)"><b>1</b></span><br></div>
<div><br></div>
</div>
<div>The distro is Ubuntu 16.10. Have you by any chance seen such a behavior before? It seems like the loader picks up the options from the Kernel cmdline and from modprobe.d, but the actually loaded module still uses its own settings<br></div>
<div><div><div><br></div>
</div>
</div>
</div>
<br></blockquote><div>Did you regenerate the initrd?<br></div>
<div><br></div>
<div>Graeme</div>
</body>
</html>