https://bugs.freedesktop.org/show_bug.cgi?id=101988

--- Comment #7 from newin...@gmail.com ---
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 ?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to