<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - blackscreen after modprobe amdgpu on R9M370X mac edition"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=101988#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - blackscreen after modprobe amdgpu on R9M370X mac edition"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=101988">bug 101988</a>
              from <span class="vcard"><a class="email" href="mailto:newincpp@gmail.com" title="newincpp@gmail.com">newincpp@gmail.com</a>
</span></b>
        <pre>git apply returned me:
"error: patch failed: drivers/gpu/drm/amd/amdgpu/si.c:1413
error: drivers/gpu/drm/amd/amdgpu/si.c: patch does not apply"

So I checked manually:
1413                 amdgpu_program_register_sequence(adev,
1414                                                  pitcairn_mgcg_cgcg_init,
1415                                                  (const
u32)ARRAY_SIZE(pitcairn_mgcg_cgcg_init));
1416                 break;
1417

1438                 amdgpu_program_register_sequence(adev,
1439                                                  oland_mgcg_cgcg_init,
1440                                                  (const
u32)ARRAY_SIZE(oland_mgcg_cgcg_init));
1441                 break;
1442         case CHIP_HAINAN:
1443


The two break are already there. I checked if I cloned what you said:
`git branch` return
"* drm-next-4.14-wip"
I also checked using git log and the patch
e5c8d400da67abc1c033b9a4af1806926b55e5f6 is already in the list

PS: I'm very far from being a git expert so maybe I got something wrong and not
cloned the good one ?</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>