mbox series

[pull] amdgpu, amdkfd drm-fixes-6.9

Message ID 20240508230035.222124-1-alexander.deucher@amd.com (mailing list archive)
State New, archived
Headers show
Series [pull] amdgpu, amdkfd drm-fixes-6.9 | expand

Pull-request

https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.9-2024-05-08

Message

Alex Deucher May 8, 2024, 11 p.m. UTC
Hi Dave, Sima,

Fixes for 6.9.

The following changes since commit dd5a440a31fae6e459c0d6271dddd62825505361:

  Linux 6.9-rc7 (2024-05-05 14:06:01 -0700)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.9-2024-05-08

for you to fetch changes up to 3d09248a06d285397e7b873415505d299202e1c6:

  drm/amdgpu: Fix comparison in amdgpu_res_cpu_visible (2024-05-08 18:47:52 -0400)

----------------------------------------------------------------
amd-drm-fixes-6.9-2024-05-08:

amdgpu:
- DCN 3.5 fix
- MST DSC fixes
- S0i3 fix
- S4 fix
- Warning fix
- HDP MMIO mapping fix
- Fix a regression in visible vram handling

amdkfd:
- Spatial partition fix

----------------------------------------------------------------
Agustin Gutierrez (2):
      drm/amd/display: Fix DSC-re-computing
      drm/amd/display: MST DSC check for older devices

Alex Deucher (1):
      drm/amdkfd: don't allow mapping the MMIO HDP page with large pages

Lijo Lazar (2):
      Revert "drm/amdkfd: Add partition id field to location_id"
      drm/amd/amdxcp: Fix warnings

Mario Limonciello (1):
      dm/amd/pm: Fix problems with reboot/shutdown for some SMU 13.0.4/13.0.11 users

Michel Dänzer (1):
      drm/amdgpu: Fix comparison in amdgpu_res_cpu_visible

Nicholas Kazlauskas (1):
      drm/amd/display: Fix idle optimization checks for multi-display and dual eDP

Nicholas Susanto (1):
      drm/amd/display: Enable urgent latency adjustments for DCN35

 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c            |  2 +-
 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c           |  7 +++--
 drivers/gpu/drm/amd/amdkfd/kfd_topology.c          |  5 ++--
 drivers/gpu/drm/amd/amdxcp/amdgpu_xcp_drv.c        |  2 +-
 .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c    | 16 +++++++++--
 .../gpu/drm/amd/display/dc/dml/dcn35/dcn35_fpu.c   |  4 +--
 .../drm/amd/display/dc/hwss/dcn35/dcn35_hwseq.c    | 33 ++++++++++++++++++----
 .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_4_ppt.c   |  2 +-
 8 files changed, 52 insertions(+), 19 deletions(-)

Comments

Dave Airlie May 10, 2024, 3:12 a.m. UTC | #1
On Thu, 9 May 2024 at 09:00, Alex Deucher <alexander.deucher@amd.com> wrote:
>
> Hi Dave, Sima,
>
> Fixes for 6.9.
>
> The following changes since commit dd5a440a31fae6e459c0d6271dddd62825505361:
>
>   Linux 6.9-rc7 (2024-05-05 14:06:01 -0700)
>
> are available in the Git repository at:
>
>   https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.9-2024-05-08
>
> for you to fetch changes up to 3d09248a06d285397e7b873415505d299202e1c6:
>
>   drm/amdgpu: Fix comparison in amdgpu_res_cpu_visible (2024-05-08 18:47:52 -0400)
>
> ----------------------------------------------------------------
> amd-drm-fixes-6.9-2024-05-08:
>
> amdgpu:
> - DCN 3.5 fix
> - MST DSC fixes
> - S0i3 fix
> - S4 fix
> - Warning fix
> - HDP MMIO mapping fix
> - Fix a regression in visible vram handling
>
> amdkfd:
> - Spatial partition fix
>
> ----------------------------------------------------------------
> Agustin Gutierrez (2):
>       drm/amd/display: Fix DSC-re-computing
>       drm/amd/display: MST DSC check for older devices
>
> Alex Deucher (1):
>       drm/amdkfd: don't allow mapping the MMIO HDP page with large pages
>
> Lijo Lazar (2):
>       Revert "drm/amdkfd: Add partition id field to location_id"
>       drm/amd/amdxcp: Fix warnings

Hey, this has a "fixes:" for a patch that doesn't exist.

Can we fix that up? I can pull this but I'd prefer it to get fixed if
you have a chance.

Dave.
Alex Deucher May 10, 2024, 2:01 p.m. UTC | #2
On Thu, May 9, 2024 at 11:22 PM Dave Airlie <airlied@gmail.com> wrote:
>
> On Thu, 9 May 2024 at 09:00, Alex Deucher <alexander.deucher@amd.com> wrote:
> >
> > Hi Dave, Sima,
> >
> > Fixes for 6.9.
> >
> > The following changes since commit dd5a440a31fae6e459c0d6271dddd62825505361:
> >
> >   Linux 6.9-rc7 (2024-05-05 14:06:01 -0700)
> >
> > are available in the Git repository at:
> >
> >   https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.9-2024-05-08
> >
> > for you to fetch changes up to 3d09248a06d285397e7b873415505d299202e1c6:
> >
> >   drm/amdgpu: Fix comparison in amdgpu_res_cpu_visible (2024-05-08 18:47:52 -0400)
> >
> > ----------------------------------------------------------------
> > amd-drm-fixes-6.9-2024-05-08:
> >
> > amdgpu:
> > - DCN 3.5 fix
> > - MST DSC fixes
> > - S0i3 fix
> > - S4 fix
> > - Warning fix
> > - HDP MMIO mapping fix
> > - Fix a regression in visible vram handling
> >
> > amdkfd:
> > - Spatial partition fix
> >
> > ----------------------------------------------------------------
> > Agustin Gutierrez (2):
> >       drm/amd/display: Fix DSC-re-computing
> >       drm/amd/display: MST DSC check for older devices
> >
> > Alex Deucher (1):
> >       drm/amdkfd: don't allow mapping the MMIO HDP page with large pages
> >
> > Lijo Lazar (2):
> >       Revert "drm/amdkfd: Add partition id field to location_id"
> >       drm/amd/amdxcp: Fix warnings
>
> Hey, this has a "fixes:" for a patch that doesn't exist.
>
> Can we fix that up? I can pull this but I'd prefer it to get fixed if
> you have a chance.

Sorry, that was the commit from -next.  I cherry-picked the original
patch to -fixes as well, but forgot to fix up the fixes tag when I
cherry-picked the fix to -fixes.  I can create a new PR if you'd like.

Thanks,

Alex
Alex Deucher May 10, 2024, 5:05 p.m. UTC | #3
Never mind.  I'll send a new PR now.

Alex

On Fri, May 10, 2024 at 10:01 AM Alex Deucher <alexdeucher@gmail.com> wrote:
>
> On Thu, May 9, 2024 at 11:22 PM Dave Airlie <airlied@gmail.com> wrote:
> >
> > On Thu, 9 May 2024 at 09:00, Alex Deucher <alexander.deucher@amd.com> wrote:
> > >
> > > Hi Dave, Sima,
> > >
> > > Fixes for 6.9.
> > >
> > > The following changes since commit dd5a440a31fae6e459c0d6271dddd62825505361:
> > >
> > >   Linux 6.9-rc7 (2024-05-05 14:06:01 -0700)
> > >
> > > are available in the Git repository at:
> > >
> > >   https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.9-2024-05-08
> > >
> > > for you to fetch changes up to 3d09248a06d285397e7b873415505d299202e1c6:
> > >
> > >   drm/amdgpu: Fix comparison in amdgpu_res_cpu_visible (2024-05-08 18:47:52 -0400)
> > >
> > > ----------------------------------------------------------------
> > > amd-drm-fixes-6.9-2024-05-08:
> > >
> > > amdgpu:
> > > - DCN 3.5 fix
> > > - MST DSC fixes
> > > - S0i3 fix
> > > - S4 fix
> > > - Warning fix
> > > - HDP MMIO mapping fix
> > > - Fix a regression in visible vram handling
> > >
> > > amdkfd:
> > > - Spatial partition fix
> > >
> > > ----------------------------------------------------------------
> > > Agustin Gutierrez (2):
> > >       drm/amd/display: Fix DSC-re-computing
> > >       drm/amd/display: MST DSC check for older devices
> > >
> > > Alex Deucher (1):
> > >       drm/amdkfd: don't allow mapping the MMIO HDP page with large pages
> > >
> > > Lijo Lazar (2):
> > >       Revert "drm/amdkfd: Add partition id field to location_id"
> > >       drm/amd/amdxcp: Fix warnings
> >
> > Hey, this has a "fixes:" for a patch that doesn't exist.
> >
> > Can we fix that up? I can pull this but I'd prefer it to get fixed if
> > you have a chance.
>
> Sorry, that was the commit from -next.  I cherry-picked the original
> patch to -fixes as well, but forgot to fix up the fixes tag when I
> cherry-picked the fix to -fixes.  I can create a new PR if you'd like.
>
> Thanks,
>
> Alex