Message ID | 20210204045717.3823-1-alexander.deucher@amd.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [pull] amdgpu, amdkfd drm-next-5.12 | expand |
On Thu, 4 Feb 2021 at 14:57, Alex Deucher <alexdeucher@gmail.com> wrote: > > Hi Dave, Daniel, > > More fixes for 5.12. Same PR from last week with the issue Felix reported > fixed and a few more additional fixes on top. > > The following changes since commit a6b8720c2f85143561c3453e1cf928a2f8586ac0: > > Merge tag 'amd-drm-next-5.12-2021-01-20' of https://gitlab.freedesktop.org/agd5f/linux into drm-next (2021-01-20 13:08:18 +0100) > This brought an arm32 warning with it, I've applied Arnd's patch to drm-next to fix it. https://patchwork.freedesktop.org/patch/msgid/20210125124849.102037-1-arnd@kernel.org However that function has an ifdef around an ifdef that probably could do with cleaning up. Dave.
On Thu, Feb 4, 2021 at 6:52 PM Dave Airlie <airlied@gmail.com> wrote: > > On Thu, 4 Feb 2021 at 14:57, Alex Deucher <alexdeucher@gmail.com> wrote: > > > > Hi Dave, Daniel, > > > > More fixes for 5.12. Same PR from last week with the issue Felix reported > > fixed and a few more additional fixes on top. > > > > The following changes since commit a6b8720c2f85143561c3453e1cf928a2f8586ac0: > > > > Merge tag 'amd-drm-next-5.12-2021-01-20' of https://gitlab.freedesktop.org/agd5f/linux into drm-next (2021-01-20 13:08:18 +0100) > > > This brought an arm32 warning with it, I've applied Arnd's patch to > drm-next to fix it. > > https://patchwork.freedesktop.org/patch/msgid/20210125124849.102037-1-arnd@kernel.org > > However that function has an ifdef around an ifdef that probably could > do with cleaning up. Sorry about that. Bhawan fixed that up at the time: https://patchwork.freedesktop.org/patch/415092/ Daniel said he picked that up last week: https://lists.freedesktop.org/archives/dri-devel/2021-January/294941.html but I guess it never landed, otherwise I would have included it in my PR. Alex
On Fri, Feb 5, 2021 at 5:33 AM Alex Deucher <alexdeucher@gmail.com> wrote: > > On Thu, Feb 4, 2021 at 6:52 PM Dave Airlie <airlied@gmail.com> wrote: > > > > On Thu, 4 Feb 2021 at 14:57, Alex Deucher <alexdeucher@gmail.com> wrote: > > > > > > Hi Dave, Daniel, > > > > > > More fixes for 5.12. Same PR from last week with the issue Felix reported > > > fixed and a few more additional fixes on top. > > > > > > The following changes since commit a6b8720c2f85143561c3453e1cf928a2f8586ac0: > > > > > > Merge tag 'amd-drm-next-5.12-2021-01-20' of https://gitlab.freedesktop.org/agd5f/linux into drm-next (2021-01-20 13:08:18 +0100) > > > > > This brought an arm32 warning with it, I've applied Arnd's patch to > > drm-next to fix it. > > > > https://patchwork.freedesktop.org/patch/msgid/20210125124849.102037-1-arnd@kernel.org > > > > However that function has an ifdef around an ifdef that probably could > > do with cleaning up. > > Sorry about that. Bhawan fixed that up at the time: > https://patchwork.freedesktop.org/patch/415092/ > Daniel said he picked that up last week: > https://lists.freedesktop.org/archives/dri-devel/2021-January/294941.html > but I guess it never landed, otherwise I would have included it in my PR. Oops sorry, I somehow failed to push that one out :-/ I kinda liked the patch from Bhawan more, since less #ifdef. -Daniel