On Tue, 1 Mar 2022 at 03:11, Alex Deucher <alexdeucher@xxxxxxxxx> wrote: > > On Mon, Feb 28, 2022 at 1:55 AM Dave Airlie <airlied@xxxxxxxxx> wrote: > > > > On Sat, 26 Feb 2022 at 04:35, Alex Deucher <alexander.deucher@xxxxxxx> wrote: > > > > > > Hi Dave, Daniel, > > > > > > New stuff for 5.18. > > > > > > The following changes since commit b63c54d978236dd6014cf2ffba96d626e97c915c: > > > > > > drm/amdkfd: Use proper enum in pm_unmap_queues_v9() (2022-02-17 15:59:06 -0500) > > > > > > are available in the Git repository at: > > > > > > https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-next-5.18-2022-02-25 > > > > > > for you to fetch changes up to 111aeed25ec6bf4d5b4a7b4cb5654f002ba9f795: > > > > > > drm/amdgpu: add gfxoff support for smu 13.0.5 (2022-02-25 11:51:18 -0500) > > > > > > ---------------------------------------------------------------- > > > amd-drm-next-5.18-2022-02-25: > > > > > > amdgpu: > > > - Raven2 suspend/resume fix > > > - SDMA 5.2.6 updates > > > - VCN 3.1.2 updates > > > - SMU 13.0.5 updates > > > - DCN 3.1.5 updates > > > - Virtual display fixes > > > - SMU code cleanup > > > - Harvest fixes > > > - Expose benchmark tests via debugfs > > > - Drop no longer relevant gart aperture tests > > > - More RAS restructuring > > > - W=1 fixes > > > - PSR rework > > > - DP/VGA adapter fixes > > > - DP MST fixes > > > - GPUVM eviction fix > > > - GPU reset debugfs register dumping support > > > > (this time keeping cc). > > > > ^ this seems to conflict with the removal of reset_sem or something in > > that area. > > > > Can you trial merge this to drm-next and send a fixup patch I should > > apply with it? > > reset_sem moved from adev->reset_sem to adev->reset_domain->sem. See > the attached diff. I also pushed a sample merge if that is helpful: > https://gitlab.freedesktop.org/agd5f/linux/-/commits/drm-next-amd-drm-next-merge-5.18 > > Thanks! > Excellent thanks Alex. Dave.