Where I can find custom patches to linux kernel (amd-drm-fixes)

I want to complie kernel using CachyOS Kernel Manager app.
I want to make config that uses base linux-cachyos with linux-amd-drm-fixes.
So I try to find patches that could add linux-amd-drm-fixes changes,
but google it doesn’t give me anything useful.
Can any help me with this ?

For what purpose u want them using ?

I think picking the patches you want and apply on top of our kernel.

Commits · drm-fixes-6.12 · Alex Deucher / linux · GitLab Here’s the tree for fixes that go into the mainline kernel. As of the time writing, there hasn’t been any updates yet, and as per kernel regulation you probably won’t see it get updated until the 1-2 days before another kernel release. What you can do (but probably shouldn’t) is cherry-pick patches from amd-drm-next. Do note that this branch not only contains fixes but also new features which may or may not be desirable.

1 Like

I just want to use it couse I’m have amd card and gpu.
And I discoverd it works best under amd-drm-next,
also only under for example rocm/hip works.

Thanks for help/info/advice.
But I’m noob at this so I don’t know how to get urls to patches of amd-drm-next,
or if I have to git clone amd-drm-next and linux-kernel and crate somehow patches from it.
So I need more of your help.

You can git clone the tree and use git format-patch (refer to git docs) or you can get the patches from their mailing list amd-gfx. If you want to get a patch only of one commit, you can append .patch as a suffix at the end of the commit, e.g. https://gitlab.freedesktop.org/agd5f/linux/-/commit/91314e7dfd83345b8b820b782b2511c9c32866cd.patch

1 Like