<div dir="ltr"><div><div>Hi guys,<br><br></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><br><b>$ modprobe -c | grep i915 | grep execlists</b><br>options i915 enable_rc6=7 enable_psr=2 enable_fbc=1 lvds_downclock=1 semaphores=1 <b>enable_execlists=0</b> modeset=1<br>options i915 <b>enable_execlists=0</b><br><br><b>$ sudo cat /sys/module/i915/parameters/enable_execlists </b><br><span style="color:rgb(255,0,0)"><b>1</b></span><br><br></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><br clear="all"><div><div><div><div class="gmail_signature"><div dir="ltr">Best Regards,<br>Maxim</div></div></div>
</div></div></div></div></div>