<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#c9">Comment # 9</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:ysxikrhn@vomoto.com" title="Darren D. <ysxikrhn@vomoto.com>"> <span class="fn">Darren D.</span></a>
</span></b>
        <pre>(In reply to Christian König from <a href="show_bug.cgi?id=92858#c8">comment #8</a>)

<span class="quote">> 
> Well, don't give up. That sounds like a rather normal learning curve to me.

> Just let us know when you have any result or are stuck at some point.</span >

I've made some slow but sure progress, but now I'm stuck--I'm reporting as per
your request, but it sounds like a config bug perhaps and not bad code?

[myusername@computer myusername] cd kernel/linux/

[myusername@computer linux]$ git bisect log
# bad: [64291f7db5bd8150a74ad2036f1037e6a0428df2] Linux 4.2
# good: [b953c0d234bc72e8489d3bf51a276c5c4ec85345] Linux 4.1
git bisect start 'v4.2' 'v4.1'
# good: [c11d716218910c3aa2bac1bb641e6086ad649555] Merge tag 'armsoc-cleanup'
of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
git bisect good c11d716218910c3aa2bac1bb641e6086ad649555
# bad: [e44ac588cd61c960226d61c379e2873a95544a51] drivers/block/nvme-core.c:
fix build with gcc-4.4.4
git bisect bad e44ac588cd61c960226d61c379e2873a95544a51
# bad: [e382608254e06c8109f40044f5e693f2e04f3899] Merge tag 'trace-v4.2' of
git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
git bisect bad e382608254e06c8109f40044f5e693f2e04f3899
# bad: [c5fd936e992dd2829167d2adc63e151675ca6898] drm/nouveau: Pause between
setting gpu to D3hot and cutting the power
git bisect bad c5fd936e992dd2829167d2adc63e151675ca6898
[myusername@dcomputer linux]$ 

The kernel I build after I tell git bisect the above revision is bad freezes on
"loading initial ramdisk." I've attempted to rebuild the kernel after cleaning
the source tree, and in the event my CPU needs the intel microcode, I've
verified the intel-ucode package is installed and that the following are
enabled in my .config file:

CONFIG_MICROCODE=y, CONFIG_MICROCODE_INTEL=y, CONFIG_MICROCODE_INTEL_EARLY=y,
CONFIG_MICROCODE_EARLY=y, and CONFIG_MICROCODE_OLD_INTERFACE=y

Neither of the above resolved the freezeup. Should I simply build everything
into the kernel I can instead of as modules, so the kernel ideally won't need
whatever should be in the initramfs but isn't, and can boot up successully? If
this isn't the correct place to ask I'll be happy to report it elsewhere, but
if you have any suggestions that could help me along, I'll implement those and
make another attempt.</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>