2023-06-23 21:36:57

by Deucher, Alexander

[permalink] [raw]
Subject: [pull] amdgpu drm-fixes-6.4

Hi Dave, Daniel, Linus,

Last few fixes for 6.4. Dave already sent out the drm-fixes PR this week.
I was out of the office earlier in the week and just got this out now.

The following changes since commit 9bd9be5cbaf8a8faa175ef4fba04a5623281debe:

Merge tag 'drm-misc-fixes-2023-06-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2023-06-23 12:16:48 +1000)

are available in the Git repository at:

https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.4-2023-06-23

for you to fetch changes up to 134ea95255cf359a2e6d70308c15243c3fdf8eaf:

drm/amd: Don't try to enable secure display TA multiple times (2023-06-23 16:44:45 -0400)

----------------------------------------------------------------
amd-drm-fixes-6.4-2023-06-23:

amdgpu:
- BO locking fixes
- MCBP fix
- GPU mapping clear fix for always valid BOs
- ASPM fixes
- SDMA4 hang fix
- Misc display fixes
- Parade TCON PSR hang fix
- SMU13 fixes
- Gang submit fence fix
- Secure display fix

----------------------------------------------------------------
Alex Deucher (1):
drm/amdgpu/sdma4: set align mask to 255

Christian König (3):
drm/amdgpu: make sure BOs are locked in amdgpu_vm_get_memory
drm/amdgpu: make sure that BOs have a backing store
drm/amdgpu: fix number of fence calculations

Evan Quan (2):
drm/amd/pm: revise the ASPM settings for thunderbolt attached scenario
drm/amd/pm: update the LC_L1_INACTIVITY setting to address possible noise issue

Hamza Mahfooz (1):
drm/amd/display: perform a bounds check before filling dirty rectangles

Ilya Bakoulin (1):
drm/amd/display: Fix 128b132b link loss handling

Jiadong Zhu (1):
drm/amdgpu: Skip mark offset for high priority rings

Kenneth Feng (1):
drm/amd/pm: add abnormal fan detection for smu 13.0.0

Leo Chen (1):
drm/amd/display: disable seamless boot if force_odm_combine is enabled

Mario Limonciello (2):
drm/amd: Disable PSR-SU on Parade 0803 TCON
drm/amd: Don't try to enable secure display TA multiple times

Samuel Pitoiset (1):
drm/amdgpu: fix clearing mappings for BOs that are always valid in VM

Sung-huai Wang (1):
drm/amd/display: add a NULL pointer check

Tao Zhou (1):
drm/amdgpu: check RAS irq existence for VCN/JPEG

drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 11 +--
drivers/gpu/drm/amd/amdgpu/amdgpu_jpeg.c | 3 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 6 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 2 +
drivers/gpu/drm/amd/amdgpu/amdgpu_ring_mux.c | 3 +
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c | 3 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 81 ++++++++++++++--------
drivers/gpu/drm/amd/amdgpu/nbio_v2_3.c | 13 ++--
drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c | 4 +-
drivers/gpu/drm/amd/amdgpu/sdma_v4_4_2.c | 4 +-
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 13 ++--
drivers/gpu/drm/amd/display/dc/core/dc.c | 3 +
.../drm/amd/display/dc/dce112/dce112_resource.c | 10 +--
.../dc/link/protocols/link_dp_irq_handler.c | 11 ++-
.../drm/amd/display/modules/power/power_helpers.c | 2 +
.../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c | 1 +
16 files changed, 108 insertions(+), 62 deletions(-)


2023-06-23 21:50:34

by Dave Airlie

[permalink] [raw]
Subject: Re: [pull] amdgpu drm-fixes-6.4

Hi Linus,

Can you please pull this directly,

Thanks,
Dave.

On Sat, 24 Jun 2023 at 07:18, Alex Deucher <[email protected]> wrote:
>
> Hi Dave, Daniel, Linus,
>
> Last few fixes for 6.4. Dave already sent out the drm-fixes PR this week.
> I was out of the office earlier in the week and just got this out now.
>
> The following changes since commit 9bd9be5cbaf8a8faa175ef4fba04a5623281debe:
>
> Merge tag 'drm-misc-fixes-2023-06-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2023-06-23 12:16:48 +1000)
>
> are available in the Git repository at:
>
> https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.4-2023-06-23
>
> for you to fetch changes up to 134ea95255cf359a2e6d70308c15243c3fdf8eaf:
>
> drm/amd: Don't try to enable secure display TA multiple times (2023-06-23 16:44:45 -0400)
>
> ----------------------------------------------------------------
> amd-drm-fixes-6.4-2023-06-23:
>
> amdgpu:
> - BO locking fixes
> - MCBP fix
> - GPU mapping clear fix for always valid BOs
> - ASPM fixes
> - SDMA4 hang fix
> - Misc display fixes
> - Parade TCON PSR hang fix
> - SMU13 fixes
> - Gang submit fence fix
> - Secure display fix
>
> ----------------------------------------------------------------
> Alex Deucher (1):
> drm/amdgpu/sdma4: set align mask to 255
>
> Christian König (3):
> drm/amdgpu: make sure BOs are locked in amdgpu_vm_get_memory
> drm/amdgpu: make sure that BOs have a backing store
> drm/amdgpu: fix number of fence calculations
>
> Evan Quan (2):
> drm/amd/pm: revise the ASPM settings for thunderbolt attached scenario
> drm/amd/pm: update the LC_L1_INACTIVITY setting to address possible noise issue
>
> Hamza Mahfooz (1):
> drm/amd/display: perform a bounds check before filling dirty rectangles
>
> Ilya Bakoulin (1):
> drm/amd/display: Fix 128b132b link loss handling
>
> Jiadong Zhu (1):
> drm/amdgpu: Skip mark offset for high priority rings
>
> Kenneth Feng (1):
> drm/amd/pm: add abnormal fan detection for smu 13.0.0
>
> Leo Chen (1):
> drm/amd/display: disable seamless boot if force_odm_combine is enabled
>
> Mario Limonciello (2):
> drm/amd: Disable PSR-SU on Parade 0803 TCON
> drm/amd: Don't try to enable secure display TA multiple times
>
> Samuel Pitoiset (1):
> drm/amdgpu: fix clearing mappings for BOs that are always valid in VM
>
> Sung-huai Wang (1):
> drm/amd/display: add a NULL pointer check
>
> Tao Zhou (1):
> drm/amdgpu: check RAS irq existence for VCN/JPEG
>
> drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 11 +--
> drivers/gpu/drm/amd/amdgpu/amdgpu_jpeg.c | 3 +-
> drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 6 +-
> drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 2 +
> drivers/gpu/drm/amd/amdgpu/amdgpu_ring_mux.c | 3 +
> drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c | 3 +-
> drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 81 ++++++++++++++--------
> drivers/gpu/drm/amd/amdgpu/nbio_v2_3.c | 13 ++--
> drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c | 4 +-
> drivers/gpu/drm/amd/amdgpu/sdma_v4_4_2.c | 4 +-
> drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 13 ++--
> drivers/gpu/drm/amd/display/dc/core/dc.c | 3 +
> .../drm/amd/display/dc/dce112/dce112_resource.c | 10 +--
> .../dc/link/protocols/link_dp_irq_handler.c | 11 ++-
> .../drm/amd/display/modules/power/power_helpers.c | 2 +
> .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c | 1 +
> 16 files changed, 108 insertions(+), 62 deletions(-)

2023-06-23 23:55:58

by Linus Torvalds

[permalink] [raw]
Subject: Re: [pull] amdgpu drm-fixes-6.4

On Fri, 23 Jun 2023 at 14:18, Alex Deucher <[email protected]> wrote:
>
> are available in the Git repository at:
>
> https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.4-2023-06-23

That's not a valid signed tag.

Yes, it's a tag. But it doesn't actually have any cryptographic
signing, and I'm not willing to pull random content from git sites
that I can't verify. In fact, these days I ask even kernel.org pull
requests to be proper signed tags, although I haven't really gotten to
the point where I *require* it.

So please sign your tags - use "git tag -s" (or "-u keyname" if you
have some specific key you want to use, rather than one described by
your regular git config file).

Linus