<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - GPU HANG: ecode 6:0:0x87e8fffd, in Xorg [4626], reason: Ring hung, action: reset"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=93505#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - GPU HANG: ecode 6:0:0x87e8fffd, in Xorg [4626], reason: Ring hung, action: reset"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=93505">bug 93505</a>
              from <span class="vcard"><a class="email" href="mailto:francois@fmarier.org" title="Francois Marier <francois@fmarier.org>"> <span class="fn">Francois Marier</span></a>
</span></b>
        <pre>(In reply to ykzhao from <a href="show_bug.cgi?id=93505#c4">comment #4</a>)
<span class="quote">> Will you please try to add the boot option of "i915.enable_ppgtt = 0"
> and see whether it is helpful?</span >

I've changed /etc/modprobe.d/i915.conf like this:

  --- a/modprobe.d/i915.conf
  +++ b/modprobe.d/i915.conf
  @@ -1,2 +1,2 @@
   #
<a href="https://wiki.archlinux.org/index.php/Intel#Module-based_Powersaving_Options">https://wiki.archlinux.org/index.php/Intel#Module-based_Powersaving_Options</a>
  -options i915 i915_enable_rc6=1 i915_enable_fbc=1 lvds_downclock=1
  +options i915 i915_enable_rc6=1 i915_enable_fbc=1 lvds_downclock=1
enable_ppgtt=0

and rebooted my laptop. Is there an easy way to check that the enable_ppgtt
option is correctly set to 0?

modinfo only shows me the default, not the current value:

  $ sudo modinfo i915 | grep ppgtt
  parm:           enable_ppgtt:Override PPGTT usage. (-1=auto [default],
0=disabled, 1=aliasing, 2=full) (int)

Speaking of boot options, it looks like "i915_enable_rc6", "i915_enable_fbc"
and "lvds_downclock" aren't part of the "modinfo -p i915" output. I guess I
should remove them?

The first two however do exist without the "i915_" prefix but maybe I should
with the defaults?</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>