dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [pull] amdgpu drm-fixes-6.4
@ 2023-06-01  3:38 Alex Deucher
  0 siblings, 0 replies; 8+ messages in thread
From: Alex Deucher @ 2023-06-01  3:38 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 6.4.

The following changes since commit 7877cb91f1081754a1487c144d85dc0d2e2e7fc4:

  Linux 6.4-rc4 (2023-05-28 07:49:00 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 663b930e24842f3d3bb79418bb5cd8d01b40c559:

  drm/amdgpu: enable tmz by default for GC 11.0.1 (2023-05-31 22:28:43 -0400)

----------------------------------------------------------------
amd-drm-fixes-6.4-2023-05-31:

amdgpu:
- Fix mclk and fclk output ordering on some APUs
- Fix display regression with 5K VRR
- VCN, JPEG spurious interrupt warning fixes
- Fix SI DPM on some ARM64 platforms
- Fix missing TMZ enablement on GC 11.0.1

----------------------------------------------------------------
Guchun Chen (1):
      drm/amd/pm: resolve reboot exception for si oland

Horatio Zhang (6):
      drm/amdgpu: separate ras irq from vcn instance irq for UVD_POISON
      drm/amdgpu: add RAS POISON interrupt funcs for vcn_v2_6
      drm/amdgpu: add RAS POISON interrupt funcs for vcn_v4_0
      drm/amdgpu: separate ras irq from jpeg instance irq for UVD_POISON
      drm/amdgpu: add RAS POISON interrupt funcs for jpeg_v2_6
      drm/amdgpu: add RAS POISON interrupt funcs for jpeg_v4_0

Ikshwaku Chauhan (1):
      drm/amdgpu: enable tmz by default for GC 11.0.1

Michel Dänzer (2):
      Revert "drm/amd/display: Block optimize on consecutive FAMS enables"
      Revert "drm/amd/display: Do not set drr on pipe commit"

Tim Huang (5):
      drm/amd/pm: reverse mclk and fclk clocks levels for SMU v13.0.4
      drm/amd/pm: reverse mclk clocks levels for SMU v13.0.5
      drm/amd/pm: reverse mclk and fclk clocks levels for yellow carp
      drm/amd/pm: reverse mclk and fclk clocks levels for vangogh
      drm/amd/pm: reverse mclk and fclk clocks levels for renoir

 drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c            |  3 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_jpeg.c           | 27 +++++++++++++++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_jpeg.h           |  3 ++
 drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c            | 27 +++++++++++++++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h            |  3 ++
 drivers/gpu/drm/amd/amdgpu/jpeg_v2_5.c             | 28 +++++++++++++----
 drivers/gpu/drm/amd/amdgpu/jpeg_v4_0.c             | 28 ++++++++++++-----
 drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c              | 25 ++++++++++++---
 drivers/gpu/drm/amd/amdgpu/vcn_v4_0.c              | 36 ++++++++++++++++++----
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c |  9 ------
 drivers/gpu/drm/amd/display/dc/dcn30/dcn30_hwseq.c | 25 +--------------
 drivers/gpu/drm/amd/pm/legacy-dpm/si_dpm.c         | 29 -----------------
 drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c   | 10 +++---
 drivers/gpu/drm/amd/pm/swsmu/smu12/renoir_ppt.c    |  5 +--
 .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_4_ppt.c   |  5 +--
 .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_5_ppt.c   |  5 +--
 .../gpu/drm/amd/pm/swsmu/smu13/yellow_carp_ppt.c   |  5 +--
 17 files changed, 173 insertions(+), 100 deletions(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [pull] amdgpu drm-fixes-6.4
  2023-06-23 21:18 Alex Deucher
  2023-06-23 21:39 ` Dave Airlie
@ 2023-06-23 23:44 ` Linus Torvalds
  1 sibling, 0 replies; 8+ messages in thread
From: Linus Torvalds @ 2023-06-23 23:44 UTC (permalink / raw)
  To: Alex Deucher; +Cc: daniel.vetter, dri-devel, amd-gfx, linux-kernel

On Fri, 23 Jun 2023 at 14:18, Alex Deucher <alexander.deucher@amd.com> 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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [pull] amdgpu drm-fixes-6.4
  2023-06-23 21:18 Alex Deucher
@ 2023-06-23 21:39 ` Dave Airlie
  2023-06-23 23:44 ` Linus Torvalds
  1 sibling, 0 replies; 8+ messages in thread
From: Dave Airlie @ 2023-06-23 21:39 UTC (permalink / raw)
  To: Alex Deucher; +Cc: daniel.vetter, torvalds, dri-devel, amd-gfx, linux-kernel

Hi Linus,

Can you please pull this directly,

Thanks,
Dave.

On Sat, 24 Jun 2023 at 07:18, Alex Deucher <alexander.deucher@amd.com> 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(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [pull] amdgpu drm-fixes-6.4
@ 2023-06-23 21:18 Alex Deucher
  2023-06-23 21:39 ` Dave Airlie
  2023-06-23 23:44 ` Linus Torvalds
  0 siblings, 2 replies; 8+ messages in thread
From: Alex Deucher @ 2023-06-23 21:18 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter, torvalds, linux-kernel
  Cc: Alex Deucher

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(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [pull] amdgpu drm-fixes-6.4
@ 2023-05-18 17:48 Alex Deucher
  0 siblings, 0 replies; 8+ messages in thread
From: Alex Deucher @ 2023-05-18 17:48 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 6.4.

The following changes since commit f1fcbaa18b28dec10281551dfe6ed3a3ed80e3d6:

  Linux 6.4-rc2 (2023-05-14 12:51:40 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 6d600229df1ed06f46ba68ac706d9f44ba8c5fb4:

  drm/amd/display: enable dpia validate (2023-05-18 09:58:35 -0400)

----------------------------------------------------------------
amd-drm-fixes-6.4-2023-05-18:

amdgpu:
- update gfx11 clock counter logic
- Fix a race when disabling gfxoff on gfx10/11 for profiling
- Raven/Raven2/PCO clock counter fix
- Add missing get_vbios_fb_size for GMC 11
- Fix a spurious irq warning in the device remove case
- Fix possible power mode mismatch between driver and PMFW
- USB4 fix

----------------------------------------------------------------
Alex Deucher (2):
      drm/amdgpu/gfx11: update gpu_clock_counter logic
      drm/amdgpu/gmc11: implement get_vbios_fb_size()

Bas Nieuwenhuizen (1):
      drm/amdgpu/gfx10: Disable gfxoff before disabling powergating.

Evan Quan (1):
      drm/amd/pm: fix possible power mode mismatch between driver and PMFW

Guchun Chen (1):
      drm/amdgpu: skip disabling fence driver src_irqs when device is unplugged

Guilherme G. Piccoli (1):
      drm/amdgpu/gfx11: Adjust gfxoff before powergating on gfx11 as well

Jesse Zhang (1):
      drm/amdgpu: Differentiate between Raven2 and Raven/Picasso according to revision id

Mustapha Ghaddar (1):
      drm/amd/display: enable dpia validate

 drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c          |  3 +-
 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c             |  8 +++++-
 drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c             | 19 +++++++++----
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c              | 33 +++++++++-------------
 drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c             | 21 +++++++++++++-
 .../gpu/drm/amd/display/dc/link/link_validation.c  |  3 ++
 drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c          | 18 ++++++++++++
 drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c    | 20 +------------
 .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c   |  1 +
 9 files changed, 80 insertions(+), 46 deletions(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [pull] amdgpu drm-fixes-6.4
@ 2023-05-11 14:17 Alex Deucher
  0 siblings, 0 replies; 8+ messages in thread
From: Alex Deucher @ 2023-05-11 14:17 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 6.4.

The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 996e93a3fe74dcf9d467ae3020aea42cc3ff65e3:

  drm/amdgpu: change gfx 11.0.4 external_id range (2023-05-11 09:11:14 -0400)

----------------------------------------------------------------
amdgpu:
- VCN3 fixes
- APUs always support PCI atomics
- Legacy power management fixes
- DCN 3.1.4 fix
- DCFCLK fix
- Fix several RAS irq refcount mismatches
- GPU Reset fix
- GFX 11.0.4 fix

----------------------------------------------------------------
Alvin Lee (1):
      drm/amd/display: Enforce 60us prefetch for 200Mhz DCFCLK modes

Guchun Chen (4):
      drm/amd/pm: parse pp_handle under appropriate conditions
      drm/amdgpu: disable sdma ecc irq only when sdma RAS is enabled in suspend
      drm/amd/pm: avoid potential UBSAN issue on legacy asics
      drm/amdgpu/gfx: disable gfx9 cp_ecc_error_irq only when enabling legacy gfx ras

Horatio Zhang (1):
      drm/amdgpu: drop gfx_v11_0_cp_ecc_error_irq_funcs

Leo Chen (1):
      drm/amd/display: Add symclk workaround during disable link output

Lin.Cao (1):
      drm/amdgpu: Fix vram recover doesn't work after whole GPU reset (v2)

Saleemkhan Jamadar (1):
      drm/amdgpu/jpeg: Remove harvest checking for JPEG3

Thong Thai (1):
      drm/amdgpu/nv: update VCN 3 max HEVC encoding resolution

Yifan Zhang (2):
      drm/amdgpu: set gfx9 onwards APU atomics support to be true
      drm/amdgpu: change gfx 11.0.4 external_id range

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         | 12 +++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c            |  8 ++-
 drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c             | 46 ---------------
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c              |  3 +-
 drivers/gpu/drm/amd/amdgpu/jpeg_v3_0.c             |  1 +
 drivers/gpu/drm/amd/amdgpu/nv.c                    | 22 ++++++--
 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c             |  8 ++-
 drivers/gpu/drm/amd/amdgpu/soc21.c                 |  2 +-
 .../gpu/drm/amd/display/dc/dcn314/dcn314_hwseq.c   | 65 ++++++++++++++++++++++
 .../gpu/drm/amd/display/dc/dcn314/dcn314_hwseq.h   |  2 +
 .../gpu/drm/amd/display/dc/dcn314/dcn314_init.c    |  2 +-
 .../amd/display/dc/dml/dcn32/display_mode_vba_32.c |  5 +-
 .../amd/display/dc/dml/dcn32/display_mode_vba_32.h |  1 +
 drivers/gpu/drm/amd/pm/amdgpu_dpm.c                | 25 ++++++---
 14 files changed, 131 insertions(+), 71 deletions(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [pull] amdgpu drm-fixes-6.4
@ 2023-05-04  3:40 Alex Deucher
  0 siblings, 0 replies; 8+ messages in thread
From: Alex Deucher @ 2023-05-04  3:40 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 6.4.

The following changes since commit d893f39320e1248d1c97fde0d6e51e5ea008a76b:

  drm/amd/display: Lowering min Z8 residency time (2023-04-26 22:53:58 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 1253685f0d3eb3eab0bfc4bf15ab341a5f3da0c8:

  drm/amdgpu: drop redundant sched job cleanup when cs is aborted (2023-05-03 23:10:02 -0400)

----------------------------------------------------------------
amd-drm-fixes-6.4-2023-05-03:

amdgpu:
- GPU reset fixes
- Doorbell fix when resizing BARs
- Fix spurious warnings in gmc
- Locking fix for AMDGPU_SCHED IOCTL
- SR-IOV fix
- DCN 3.1.4 fix
- DCN 3.2 fix
- Fix job cleanup when CS is aborted

----------------------------------------------------------------
Chia-I Wu (1):
      drm/amdgpu: add a missing lock for AMDGPU_SCHED

Guchun Chen (1):
      drm/amdgpu: drop redundant sched job cleanup when cs is aborted

Hamza Mahfooz (1):
      drm/amdgpu: fix an amdgpu_irq_put() issue in gmc_v9_0_hw_fini()

Horace Chen (1):
      drm/amdgpu: disable SDMA WPTR_POLL_ENABLE for SR-IOV

Horatio Zhang (2):
      drm/amdgpu: fix amdgpu_irq_put call trace in gmc_v11_0_hw_fini
      drm/amdgpu: fix amdgpu_irq_put call trace in gmc_v10_0_hw_fini

Leo Chen (1):
      drm/amd/display: Change default Z8 watermark values

Samson Tam (1):
      drm/amd/display: filter out invalid bits in pipe_fuses

Shane Xiao (1):
      drm/amdgpu: Enable doorbell selfring after resize FB BAR

lyndonli (2):
      drm/amdgpu: Fix mode2 reset for sienna cichlid
      drm/amdgpu: Use the default reset when loading or reloading the driver

 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c             | 13 +++--------
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |  7 ++++++
 drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c          |  6 +++++-
 drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c             |  1 -
 drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c             |  1 -
 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c              |  1 -
 drivers/gpu/drm/amd/amdgpu/nv.c                    | 23 +++++++++++---------
 drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c             |  5 +----
 drivers/gpu/drm/amd/amdgpu/sienna_cichlid.c        |  2 +-
 drivers/gpu/drm/amd/amdgpu/soc15.c                 | 25 +++++++++++++---------
 drivers/gpu/drm/amd/amdgpu/soc21.c                 | 23 +++++++++++---------
 .../gpu/drm/amd/display/dc/dcn32/dcn32_resource.c  | 10 ++++++++-
 .../drm/amd/display/dc/dcn321/dcn321_resource.c    | 10 ++++++++-
 .../gpu/drm/amd/display/dc/dml/dcn314/dcn314_fpu.c |  4 ++--
 14 files changed, 78 insertions(+), 53 deletions(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [pull] amdgpu drm-fixes-6.4
@ 2023-04-27  3:30 Alex Deucher
  0 siblings, 0 replies; 8+ messages in thread
From: Alex Deucher @ 2023-04-27  3:30 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 6.4.  A bit bigger than usual since it's two weeks worth.  Mostly
display fixes.

The following changes since commit e82c98f2ca439356d5595ba8c9cd782f993f6f8c:

  Merge tag 'amd-drm-next-6.4-2023-04-14' of https://gitlab.freedesktop.org/agd5f/linux into drm-next (2023-04-17 10:54:59 +1000)

are available in the Git repository at:

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

for you to fetch changes up to d893f39320e1248d1c97fde0d6e51e5ea008a76b:

  drm/amd/display: Lowering min Z8 residency time (2023-04-26 22:53:58 -0400)

----------------------------------------------------------------
amd-drm-fixes-6.4-2023-04-26:

amdgpu:
- SR-IOV fixes
- DCN 3.2 fixes
- DC mclk handling fixes
- eDP fixes
- SubVP fixes
- HDCP regression fix
- DSC fixes
- DC FP fixes
- DCN 3.x fixes
- Display flickering fix when switching between vram and gtt
- Z8 power saving fix
- Fix hang when skipping modeset

----------------------------------------------------------------
Alex Hung (1):
      drm/amd/display: allow edp updates for virtual signal

Alvin Lee (1):
      drm/amd/display: Reduce SubVP + DRR stretch margin

Aurabindo Pillai (5):
      drm/amd/display: Fix hang when skipping modeset
      drm/amd/display: remove incorrect early return
      drm/amd/display: Fixes for dcn32_clk_mgr implementation
      drm/amd/display: Do not clear GPINT register when releasing DMUB from reset
      drm/amd/display: Update bounding box values for DCN321

Chong Li (1):
      drm/amdgpu: release gpu full access after "amdgpu_device_ip_late_init"

Cruise Hung (1):
      drm/amd/display: Reset OUTBOX0 r/w pointer on DMUB reset

Hamza Mahfooz (1):
      drm/amd/display: fix flickering caused by S/G mode

Hersen Wu (3):
      drm/amd/display: fix memleak in aconnector->timing_requested
      drm/amd/display: fix access hdcp_workqueue assert
      drm/amd/display: Return error code on DSC atomic check failure

Igor Kravchenko (1):
      drm/amd/display: Set min_width and min_height capability for DCN30

Jane Jian (1):
      drm/amdgpu/vcn: fix mmsch ctx table size

Jasdeep Dhillon (1):
      drm/amd/display: Isolate remaining FPU code in DCN32

Jingwen Zhu (1):
      drm/amd/display: Improvement for handling edp link training fails

Josip Pavic (1):
      drm/amd/display: copy dmub caps to dc on dcn31

Leo Chen (1):
      drm/amd/display: Lowering min Z8 residency time

Michael Mityushkin (1):
      drm/amd/display: Apply correct panel mode when reinitializing hardware

Rodrigo Siqueira (8):
      drm/amd/display: Update bouding box values for DCN32
      drm/amd/display: Add missing mclk update
      drm/amd/display: Adjust code identation and other minor details
      drm/amd/display: Set maximum VStartup if is DCN201
      drm/amd/display: Set dp_rate to dm_dp_rate_na by default
      drm/amd/display: Remove wrong assignment of DP link rate
      drm/amd/display: Use pointer in the memcpy
      drm/amd/display: Add missing WA and MCLK validation

Tianci Yin (1):
      drm/amd/display: Disable migration to ensure consistency of per-CPU variable

Tom Rix (2):
      drm/amd/pm: change pmfw_decoded_link_width, speed variables to globals
      drm/amd/display: set variable dccg314_init storage-class-specifier to static

Wesley Chalmers (2):
      drm/amd/display: Do not set drr on pipe commit
      drm/amd/display: Block optimize on consecutive FAMS enables

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |  32 ++--
 drivers/gpu/drm/amd/amdgpu/jpeg_v4_0.c             |   2 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  34 +++-
 .../drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c  |   1 -
 .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c    |  17 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/dc_fpu.c     |   2 +
 .../amd/display/dc/clk_mgr/dcn32/dcn32_clk_mgr.c   |   5 +
 drivers/gpu/drm/amd/display/dc/core/dc_resource.c  |   3 +
 drivers/gpu/drm/amd/display/dc/dc.h                |   1 +
 drivers/gpu/drm/amd/display/dc/dc_stream.h         |   2 +-
 .../amd/display/dc/dce110/dce110_hw_sequencer.c    |  19 ++-
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c |   9 ++
 drivers/gpu/drm/amd/display/dc/dcn30/dcn30_hwseq.c |  25 ++-
 .../gpu/drm/amd/display/dc/dcn30/dcn30_resource.c  |   4 +-
 drivers/gpu/drm/amd/display/dc/dcn31/dcn31_hwseq.c |   4 +
 .../gpu/drm/amd/display/dc/dcn314/dcn314_dccg.c    |   2 +-
 .../drm/amd/display/dc/dcn314/dcn314_resource.c    |   2 +-
 drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c |   1 +
 .../gpu/drm/amd/display/dc/dcn32/dcn32_resource.c  |  46 +++---
 .../gpu/drm/amd/display/dc/dml/dcn20/dcn20_fpu.c   | 178 +++++++++++----------
 .../gpu/drm/amd/display/dc/dml/dcn30/dcn30_fpu.c   |  18 ++-
 .../gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c   |  17 +-
 .../gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.h   |   2 +
 .../gpu/drm/amd/display/dc/dml/dcn321/dcn321_fpu.c |  24 +--
 drivers/gpu/drm/amd/display/dc/link/link_dpms.c    |   5 +
 .../display/dc/link/protocols/link_dp_training.c   |   5 +-
 .../dc/link/protocols/link_edp_panel_control.c     |   1 +
 drivers/gpu/drm/amd/display/dmub/src/dmub_dcn32.c  |   3 +-
 drivers/gpu/drm/amd/display/include/signal_types.h |   1 +
 drivers/gpu/drm/amd/pm/swsmu/inc/smu_v13_0.h       |   4 +-
 drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c     |   3 +
 31 files changed, 300 insertions(+), 172 deletions(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-06-23 23:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-01  3:38 [pull] amdgpu drm-fixes-6.4 Alex Deucher
  -- strict thread matches above, loose matches on Subject: below --
2023-06-23 21:18 Alex Deucher
2023-06-23 21:39 ` Dave Airlie
2023-06-23 23:44 ` Linus Torvalds
2023-05-18 17:48 Alex Deucher
2023-05-11 14:17 Alex Deucher
2023-05-04  3:40 Alex Deucher
2023-04-27  3:30 Alex Deucher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).