<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - AMD Radeon GPU Acceleration Disabled Under Kernels 4.2.x and later versions"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=92858#c10">Comment # 10</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - AMD Radeon GPU Acceleration Disabled Under Kernels 4.2.x and later versions"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=92858">bug 92858</a>
              from <span class="vcard"><a class="email" href="mailto:deathsimple@vodafone.de" title="Christian König <deathsimple@vodafone.de>"> <span class="fn">Christian König</span></a>
</span></b>
        <pre>That looks promising. Here are a few hints how to proceed.

<span class="quote">> git bisect good c11d716218910c3aa2bac1bb641e6086ad649555</span >
First of all you don't need to always specify the commit, git knows that by
itself. E.g. "git bisect good" without the commit hash should be sufficient.

(In reply to Darren D. from <a href="show_bug.cgi?id=92858#c9">comment #9</a>)
<span class="quote">> git bisect bad c5fd936e992dd2829167d2adc63e151675ca6898

> The kernel I build after I tell git bisect the above revision is bad freezes
> on "loading initial ramdisk."</span >

That's unfortunate but happens sometimes. Since
c5fd936e992dd2829167d2adc63e151675ca6898 is bad the problem must be somewhere
between v4.1 and c5fd936e992dd2829167d2adc63e151675ca6898.

Since it is a radeon driver problem I suggest you limit bisect to only test the
changes made to radeon.

Please try the command "git bisect start
c5fd936e992dd2829167d2adc63e151675ca6898 v4.1 drivers/gpu/drm/radeon/".

If that still doesn't work try "git bisect skip" if you have a commit that
won't work at all.

If that also doesn't work just go on with "git bisect good/bad" and try to
figure out when the issue with the ramdisk started.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>