* [pull] amdgpu, radeon drm-fixes-6.10
@ 2024-07-03 18:47 Alex Deucher
2024-07-05 10:58 ` Daniel Vetter
0 siblings, 1 reply; 4+ messages in thread
From: Alex Deucher @ 2024-07-03 18:47 UTC (permalink / raw)
To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher
Hi Dave, Sima,
Fixes for 6.10.
The following changes since commit 22a40d14b572deb80c0648557f4bd502d7e83826:
Linux 6.10-rc6 (2024-06-30 14:40:44 -0700)
are available in the Git repository at:
https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.10-2024-07-03
for you to fetch changes up to d0417264437a8fa05f894cabba5a26715b32d78e:
drm/amdgpu/atomfirmware: silence UBSAN warning (2024-07-02 18:34:05 -0400)
----------------------------------------------------------------
amd-drm-fixes-6.10-2024-07-03:
amdgpu:
- Freesync fixes
- DML1 bandwidth fix
- DCN 3.5 fixes
- DML2 fix
- Silence an UBSAN warning
radeon:
- GPUVM fix
----------------------------------------------------------------
Alex Deucher (1):
drm/amdgpu/atomfirmware: silence UBSAN warning
Alvin Lee (1):
drm/amd/display: Account for cursor prefetch BW in DML1 mode support
Fangzhi Zuo (1):
drm/amd/display: Update efficiency bandwidth for dcn351
Pierre-Eric Pelloux-Prayer (1):
drm/radeon: check bo_va->bo is non-NULL before using it
Roman Li (1):
drm/amd/display: Fix array-index-out-of-bounds in dml2/FCLKChangeSupport
Tom Chung (3):
drm/amd/display: Reset freesync config before update new state
drm/amd/display: Add refresh rate range check
drm/amd/display: Fix refresh rate range for some panel
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 53 +++++++++++++++++++++-
.../amd/display/dc/dml/dcn32/display_mode_vba_32.c | 3 ++
.../amd/display/dc/dml2/dml2_translation_helper.c | 1 +
drivers/gpu/drm/amd/display/dc/dml2/dml2_utils.c | 2 +-
drivers/gpu/drm/amd/include/atomfirmware.h | 2 +-
drivers/gpu/drm/radeon/radeon_gem.c | 2 +-
6 files changed, 59 insertions(+), 4 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [pull] amdgpu, radeon drm-fixes-6.10
2024-07-03 18:47 [pull] amdgpu, radeon drm-fixes-6.10 Alex Deucher
@ 2024-07-05 10:58 ` Daniel Vetter
2024-07-06 16:36 ` Alex Deucher
0 siblings, 1 reply; 4+ messages in thread
From: Daniel Vetter @ 2024-07-05 10:58 UTC (permalink / raw)
To: Alex Deucher; +Cc: amd-gfx, dri-devel, airlied, daniel.vetter
On Wed, Jul 03, 2024 at 02:47:23PM -0400, Alex Deucher wrote:
> Hi Dave, Sima,
>
> Fixes for 6.10.
>
> The following changes since commit 22a40d14b572deb80c0648557f4bd502d7e83826:
>
> Linux 6.10-rc6 (2024-06-30 14:40:44 -0700)
>
> are available in the Git repository at:
>
> https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.10-2024-07-03
>
> for you to fetch changes up to d0417264437a8fa05f894cabba5a26715b32d78e:
>
> drm/amdgpu/atomfirmware: silence UBSAN warning (2024-07-02 18:34:05 -0400)
Pulled, thanks.
Also I noticed you have some cherry-picks from -next in here, would be
good to add a cherry-pick from annotation like drm-intel/xe does (or dim
cherry-pick does).
It doesn't help to prevent Greg KH from getting confused, but it does help
everyone else since cherry-picks tend to cause confusing conflicts.
Cheers, Sima
>
> ----------------------------------------------------------------
> amd-drm-fixes-6.10-2024-07-03:
>
> amdgpu:
> - Freesync fixes
> - DML1 bandwidth fix
> - DCN 3.5 fixes
> - DML2 fix
> - Silence an UBSAN warning
>
> radeon:
> - GPUVM fix
>
> ----------------------------------------------------------------
> Alex Deucher (1):
> drm/amdgpu/atomfirmware: silence UBSAN warning
>
> Alvin Lee (1):
> drm/amd/display: Account for cursor prefetch BW in DML1 mode support
>
> Fangzhi Zuo (1):
> drm/amd/display: Update efficiency bandwidth for dcn351
>
> Pierre-Eric Pelloux-Prayer (1):
> drm/radeon: check bo_va->bo is non-NULL before using it
>
> Roman Li (1):
> drm/amd/display: Fix array-index-out-of-bounds in dml2/FCLKChangeSupport
>
> Tom Chung (3):
> drm/amd/display: Reset freesync config before update new state
> drm/amd/display: Add refresh rate range check
> drm/amd/display: Fix refresh rate range for some panel
>
> drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 53 +++++++++++++++++++++-
> .../amd/display/dc/dml/dcn32/display_mode_vba_32.c | 3 ++
> .../amd/display/dc/dml2/dml2_translation_helper.c | 1 +
> drivers/gpu/drm/amd/display/dc/dml2/dml2_utils.c | 2 +-
> drivers/gpu/drm/amd/include/atomfirmware.h | 2 +-
> drivers/gpu/drm/radeon/radeon_gem.c | 2 +-
> 6 files changed, 59 insertions(+), 4 deletions(-)
--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [pull] amdgpu, radeon drm-fixes-6.10
2024-07-05 10:58 ` Daniel Vetter
@ 2024-07-06 16:36 ` Alex Deucher
2024-07-06 19:20 ` Daniel Vetter
0 siblings, 1 reply; 4+ messages in thread
From: Alex Deucher @ 2024-07-06 16:36 UTC (permalink / raw)
To: Daniel Vetter; +Cc: Alex Deucher, amd-gfx, dri-devel, airlied
On Fri, Jul 5, 2024 at 7:15 AM Daniel Vetter <daniel.vetter@ffwll.ch> wrote:
>
> On Wed, Jul 03, 2024 at 02:47:23PM -0400, Alex Deucher wrote:
> > Hi Dave, Sima,
> >
> > Fixes for 6.10.
> >
> > The following changes since commit 22a40d14b572deb80c0648557f4bd502d7e83826:
> >
> > Linux 6.10-rc6 (2024-06-30 14:40:44 -0700)
> >
> > are available in the Git repository at:
> >
> > https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.10-2024-07-03
> >
> > for you to fetch changes up to d0417264437a8fa05f894cabba5a26715b32d78e:
> >
> > drm/amdgpu/atomfirmware: silence UBSAN warning (2024-07-02 18:34:05 -0400)
>
> Pulled, thanks.
>
> Also I noticed you have some cherry-picks from -next in here, would be
> good to add a cherry-pick from annotation like drm-intel/xe does (or dim
> cherry-pick does).
>
> It doesn't help to prevent Greg KH from getting confused, but it does help
> everyone else since cherry-picks tend to cause confusing conflicts.
>
Ok. Will do. I used to do that in the past, but got dinged for
referencing commits not in Linus' tree for -fixes, but I guess with
the -next tree that's less of an issue these days.
Alex
> Cheers, Sima
> >
> > ----------------------------------------------------------------
> > amd-drm-fixes-6.10-2024-07-03:
> >
> > amdgpu:
> > - Freesync fixes
> > - DML1 bandwidth fix
> > - DCN 3.5 fixes
> > - DML2 fix
> > - Silence an UBSAN warning
> >
> > radeon:
> > - GPUVM fix
> >
> > ----------------------------------------------------------------
> > Alex Deucher (1):
> > drm/amdgpu/atomfirmware: silence UBSAN warning
> >
> > Alvin Lee (1):
> > drm/amd/display: Account for cursor prefetch BW in DML1 mode support
> >
> > Fangzhi Zuo (1):
> > drm/amd/display: Update efficiency bandwidth for dcn351
> >
> > Pierre-Eric Pelloux-Prayer (1):
> > drm/radeon: check bo_va->bo is non-NULL before using it
> >
> > Roman Li (1):
> > drm/amd/display: Fix array-index-out-of-bounds in dml2/FCLKChangeSupport
> >
> > Tom Chung (3):
> > drm/amd/display: Reset freesync config before update new state
> > drm/amd/display: Add refresh rate range check
> > drm/amd/display: Fix refresh rate range for some panel
> >
> > drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 53 +++++++++++++++++++++-
> > .../amd/display/dc/dml/dcn32/display_mode_vba_32.c | 3 ++
> > .../amd/display/dc/dml2/dml2_translation_helper.c | 1 +
> > drivers/gpu/drm/amd/display/dc/dml2/dml2_utils.c | 2 +-
> > drivers/gpu/drm/amd/include/atomfirmware.h | 2 +-
> > drivers/gpu/drm/radeon/radeon_gem.c | 2 +-
> > 6 files changed, 59 insertions(+), 4 deletions(-)
>
> --
> Daniel Vetter
> Software Engineer, Intel Corporation
> http://blog.ffwll.ch
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [pull] amdgpu, radeon drm-fixes-6.10
2024-07-06 16:36 ` Alex Deucher
@ 2024-07-06 19:20 ` Daniel Vetter
0 siblings, 0 replies; 4+ messages in thread
From: Daniel Vetter @ 2024-07-06 19:20 UTC (permalink / raw)
To: Alex Deucher; +Cc: Alex Deucher, amd-gfx, dri-devel, airlied
On Sat, 6 Jul 2024 at 18:36, Alex Deucher <alexdeucher@gmail.com> wrote:
>
> On Fri, Jul 5, 2024 at 7:15 AM Daniel Vetter <daniel.vetter@ffwll.ch> wrote:
> >
> > On Wed, Jul 03, 2024 at 02:47:23PM -0400, Alex Deucher wrote:
> > > Hi Dave, Sima,
> > >
> > > Fixes for 6.10.
> > >
> > > The following changes since commit 22a40d14b572deb80c0648557f4bd502d7e83826:
> > >
> > > Linux 6.10-rc6 (2024-06-30 14:40:44 -0700)
> > >
> > > are available in the Git repository at:
> > >
> > > https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.10-2024-07-03
> > >
> > > for you to fetch changes up to d0417264437a8fa05f894cabba5a26715b32d78e:
> > >
> > > drm/amdgpu/atomfirmware: silence UBSAN warning (2024-07-02 18:34:05 -0400)
> >
> > Pulled, thanks.
> >
> > Also I noticed you have some cherry-picks from -next in here, would be
> > good to add a cherry-pick from annotation like drm-intel/xe does (or dim
> > cherry-pick does).
> >
> > It doesn't help to prevent Greg KH from getting confused, but it does help
> > everyone else since cherry-picks tend to cause confusing conflicts.
> >
>
> Ok. Will do. I used to do that in the past, but got dinged for
> referencing commits not in Linus' tree for -fixes, but I guess with
> the -next tree that's less of an issue these days.
You'll still get dinged by Greg, but frankly when he doesn't get it
since like 10 years (that's how long intel cherry-picks everything for
-fixes) it's not an us problem anymore, and it's really useful imo.
-Sima
>
> Alex
>
>
> > Cheers, Sima
> > >
> > > ----------------------------------------------------------------
> > > amd-drm-fixes-6.10-2024-07-03:
> > >
> > > amdgpu:
> > > - Freesync fixes
> > > - DML1 bandwidth fix
> > > - DCN 3.5 fixes
> > > - DML2 fix
> > > - Silence an UBSAN warning
> > >
> > > radeon:
> > > - GPUVM fix
> > >
> > > ----------------------------------------------------------------
> > > Alex Deucher (1):
> > > drm/amdgpu/atomfirmware: silence UBSAN warning
> > >
> > > Alvin Lee (1):
> > > drm/amd/display: Account for cursor prefetch BW in DML1 mode support
> > >
> > > Fangzhi Zuo (1):
> > > drm/amd/display: Update efficiency bandwidth for dcn351
> > >
> > > Pierre-Eric Pelloux-Prayer (1):
> > > drm/radeon: check bo_va->bo is non-NULL before using it
> > >
> > > Roman Li (1):
> > > drm/amd/display: Fix array-index-out-of-bounds in dml2/FCLKChangeSupport
> > >
> > > Tom Chung (3):
> > > drm/amd/display: Reset freesync config before update new state
> > > drm/amd/display: Add refresh rate range check
> > > drm/amd/display: Fix refresh rate range for some panel
> > >
> > > drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 53 +++++++++++++++++++++-
> > > .../amd/display/dc/dml/dcn32/display_mode_vba_32.c | 3 ++
> > > .../amd/display/dc/dml2/dml2_translation_helper.c | 1 +
> > > drivers/gpu/drm/amd/display/dc/dml2/dml2_utils.c | 2 +-
> > > drivers/gpu/drm/amd/include/atomfirmware.h | 2 +-
> > > drivers/gpu/drm/radeon/radeon_gem.c | 2 +-
> > > 6 files changed, 59 insertions(+), 4 deletions(-)
> >
> > --
> > Daniel Vetter
> > Software Engineer, Intel Corporation
> > http://blog.ffwll.ch
--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-07-06 19:20 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-03 18:47 [pull] amdgpu, radeon drm-fixes-6.10 Alex Deucher
2024-07-05 10:58 ` Daniel Vetter
2024-07-06 16:36 ` Alex Deucher
2024-07-06 19:20 ` Daniel Vetter
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.