dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [pull] amdgpu drm-fixes-6.3
@ 2023-03-29 22:00 Alex Deucher
  2023-03-30 16:56 ` Daniel Vetter
  0 siblings, 1 reply; 9+ messages in thread
From: Alex Deucher @ 2023-03-29 22:00 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 6.3.

The following changes since commit 197b6b60ae7bc51dd0814953c562833143b292aa:

  Linux 6.3-rc4 (2023-03-26 14:40:20 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 68dc1846c3a44d5e633be145c169ce2fd5420695:

  drm/amd/display: Take FEC Overhead into Timeslot Calculation (2023-03-29 17:21:06 -0400)

----------------------------------------------------------------
amd-drm-fixes-6.3-2023-03-29:

amdgpu:
- Two DP MST fixes

----------------------------------------------------------------
Fangzhi Zuo (2):
      drm/amd/display: Add DSC Support for Synaptics Cascaded MST Hub
      drm/amd/display: Take FEC Overhead into Timeslot Calculation

 .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c    | 51 ++++++++++++++++++----
 .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.h    | 15 +++++++
 2 files changed, 58 insertions(+), 8 deletions(-)

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

* Re: [pull] amdgpu drm-fixes-6.3
  2023-03-29 22:00 [pull] amdgpu drm-fixes-6.3 Alex Deucher
@ 2023-03-30 16:56 ` Daniel Vetter
  0 siblings, 0 replies; 9+ messages in thread
From: Daniel Vetter @ 2023-03-30 16:56 UTC (permalink / raw)
  To: Alex Deucher; +Cc: daniel.vetter, dri-devel, amd-gfx

On Wed, Mar 29, 2023 at 06:00:59PM -0400, Alex Deucher wrote:
> Hi Dave, Daniel,
> 
> Fixes for 6.3.
> 
> The following changes since commit 197b6b60ae7bc51dd0814953c562833143b292aa:
> 
>   Linux 6.3-rc4 (2023-03-26 14:40:20 -0700)
> 
> are available in the Git repository at:
> 
>   https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.3-2023-03-29
> 
> for you to fetch changes up to 68dc1846c3a44d5e633be145c169ce2fd5420695:
> 
>   drm/amd/display: Take FEC Overhead into Timeslot Calculation (2023-03-29 17:21:06 -0400)

Pulled, thanks

> 
> ----------------------------------------------------------------
> amd-drm-fixes-6.3-2023-03-29:
> 
> amdgpu:
> - Two DP MST fixes
> 
> ----------------------------------------------------------------
> Fangzhi Zuo (2):
>       drm/amd/display: Add DSC Support for Synaptics Cascaded MST Hub
>       drm/amd/display: Take FEC Overhead into Timeslot Calculation
> 
>  .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c    | 51 ++++++++++++++++++----
>  .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.h    | 15 +++++++
>  2 files changed, 58 insertions(+), 8 deletions(-)

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

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

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

Hi Dave, Daniel,

Fixes for 6.3.

The following changes since commit 6a8f57ae2eb07ab39a6f0ccad60c760743051026:

  Linux 6.3-rc7 (2023-04-16 15:23:53 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 0b5dfe12755f87ec014bb4cc1930485026167430:

  drm/amd/display: fix a divided-by-zero error (2023-04-18 17:20:00 -0400)

----------------------------------------------------------------
amd-drm-fixes-6.3-2023-04-19:

amdgpu:
- GPU reset fix
- DCN 3.1.5 line buffer fix
- Display fix for single channel memory configs
- Fix a possible divide by 0

----------------------------------------------------------------
Alan Liu (1):
      drm/amdgpu: Fix desktop freezed after gpu-reset

Alex Hung (1):
      drm/amd/display: fix a divided-by-zero error

Daniel Miess (1):
      drm/amd/display: limit timing for single dimm memory

Dmytro Laktyushkin (1):
      drm/amd/display: set dcn315 lb bpp to 48

 drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c              |  3 +++
 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c   | 17 ++++++++++++++---
 .../gpu/drm/amd/display/dc/dcn314/dcn314_resource.c  | 20 ++++++++++++++++++++
 drivers/gpu/drm/amd/display/dc/dml/dcn31/dcn31_fpu.c |  2 +-
 .../drm/amd/display/modules/power/power_helpers.c    |  4 ++++
 5 files changed, 42 insertions(+), 4 deletions(-)

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

* Re: [pull] amdgpu drm-fixes-6.3
  2023-04-12 21:56 Alex Deucher
@ 2023-04-13  8:40 ` Daniel Vetter
  0 siblings, 0 replies; 9+ messages in thread
From: Daniel Vetter @ 2023-04-13  8:40 UTC (permalink / raw)
  To: Alex Deucher; +Cc: daniel.vetter, dri-devel, amd-gfx

On Wed, Apr 12, 2023 at 05:56:37PM -0400, Alex Deucher wrote:
> Hi Dave, Daniel,
> 
> Fixes for 6.3.
> 
> The following changes since commit 09a9639e56c01c7a00d6c0ca63f4c7c41abe075d:
> 
>   Linux 6.3-rc6 (2023-04-09 11:15:57 -0700)
> 
> are available in the Git repository at:
> 
>   https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.3-2023-04-12
> 
> for you to fetch changes up to b9a24d8bd51e2db425602fa82d7f4c06aa3db852:
> 
>   drm/amd/pm: correct the pcie link state check for SMU13 (2023-04-12 16:11:22 -0400)

Pulled, thanks
> 
> ----------------------------------------------------------------
> amd-drm-fixes-6.3-2023-04-12:
> 
> amdgpu:
> - SMU13 fixes
> - DP MST fix
> 
> ----------------------------------------------------------------
> Evan Quan (1):
>       drm/amd/pm: correct the pcie link state check for SMU13
> 
> Horatio Zhang (2):
>       drm/amd/pm: correct SMU13.0.7 pstate profiling clock settings
>       drm/amd/pm: correct SMU13.0.7 max shader clock reporting
> 
> Wayne Lin (1):
>       drm/amd/display: Pass the right info to drm_dp_remove_payload
> 
>  .../drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c  | 57 ++++++++++++--
>  drivers/gpu/drm/amd/pm/swsmu/inc/smu_v13_0.h       |  6 ++
>  .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c   |  4 +-
>  .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c   | 87 +++++++++++++++++++---
>  4 files changed, 135 insertions(+), 19 deletions(-)

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

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

* [pull] amdgpu drm-fixes-6.3
@ 2023-04-12 21:56 Alex Deucher
  2023-04-13  8:40 ` Daniel Vetter
  0 siblings, 1 reply; 9+ messages in thread
From: Alex Deucher @ 2023-04-12 21:56 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 6.3.

The following changes since commit 09a9639e56c01c7a00d6c0ca63f4c7c41abe075d:

  Linux 6.3-rc6 (2023-04-09 11:15:57 -0700)

are available in the Git repository at:

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

for you to fetch changes up to b9a24d8bd51e2db425602fa82d7f4c06aa3db852:

  drm/amd/pm: correct the pcie link state check for SMU13 (2023-04-12 16:11:22 -0400)

----------------------------------------------------------------
amd-drm-fixes-6.3-2023-04-12:

amdgpu:
- SMU13 fixes
- DP MST fix

----------------------------------------------------------------
Evan Quan (1):
      drm/amd/pm: correct the pcie link state check for SMU13

Horatio Zhang (2):
      drm/amd/pm: correct SMU13.0.7 pstate profiling clock settings
      drm/amd/pm: correct SMU13.0.7 max shader clock reporting

Wayne Lin (1):
      drm/amd/display: Pass the right info to drm_dp_remove_payload

 .../drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c  | 57 ++++++++++++--
 drivers/gpu/drm/amd/pm/swsmu/inc/smu_v13_0.h       |  6 ++
 .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c   |  4 +-
 .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c   | 87 +++++++++++++++++++---
 4 files changed, 135 insertions(+), 19 deletions(-)

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

* Re: [pull] amdgpu drm-fixes-6.3
  2023-03-30 15:38 Alex Deucher
@ 2023-03-30 18:12 ` Daniel Vetter
  0 siblings, 0 replies; 9+ messages in thread
From: Daniel Vetter @ 2023-03-30 18:12 UTC (permalink / raw)
  To: Alex Deucher; +Cc: daniel.vetter, dri-devel, amd-gfx

On Thu, Mar 30, 2023 at 11:38:59AM -0400, Alex Deucher wrote:
> Hi Dave, Daniel,
> 
> A regression fix for 6.3.
> 
> The following changes since commit 68dc1846c3a44d5e633be145c169ce2fd5420695:
> 
>   drm/amd/display: Take FEC Overhead into Timeslot Calculation (2023-03-29 17:21:06 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.3-2023-03-30
> 
> for you to fetch changes up to 2fec9dc8e0acc3dfb56d1389151bcf405f087b10:
> 
>   drm/amdgpu: allow more APUs to do mode2 reset when go to S4 (2023-03-30 11:23:58 -0400)
> 
> ----------------------------------------------------------------
> amd-drm-fixes-6.3-2023-03-30:
> 
> amdgpu:
> - Hibernation regression fix

Yeah for a regression fix a 2nd pull makes sense, pulled, thanks.
> 
> ----------------------------------------------------------------
> Tim Huang (1):
>       drm/amdgpu: allow more APUs to do mode2 reset when go to S4
> 
>  drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

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

* [pull] amdgpu drm-fixes-6.3
@ 2023-03-30 15:38 Alex Deucher
  2023-03-30 18:12 ` Daniel Vetter
  0 siblings, 1 reply; 9+ messages in thread
From: Alex Deucher @ 2023-03-30 15:38 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

A regression fix for 6.3.

The following changes since commit 68dc1846c3a44d5e633be145c169ce2fd5420695:

  drm/amd/display: Take FEC Overhead into Timeslot Calculation (2023-03-29 17:21:06 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 2fec9dc8e0acc3dfb56d1389151bcf405f087b10:

  drm/amdgpu: allow more APUs to do mode2 reset when go to S4 (2023-03-30 11:23:58 -0400)

----------------------------------------------------------------
amd-drm-fixes-6.3-2023-03-30:

amdgpu:
- Hibernation regression fix

----------------------------------------------------------------
Tim Huang (1):
      drm/amdgpu: allow more APUs to do mode2 reset when go to S4

 drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

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

* Re: [pull] amdgpu drm-fixes-6.3
  2023-03-23 16:19 Alex Deucher
@ 2023-03-24  9:48 ` Daniel Vetter
  0 siblings, 0 replies; 9+ messages in thread
From: Daniel Vetter @ 2023-03-24  9:48 UTC (permalink / raw)
  To: Alex Deucher; +Cc: daniel.vetter, dri-devel, amd-gfx

On Thu, Mar 23, 2023 at 12:19:39PM -0400, Alex Deucher wrote:
> Hi Dave, Daniel,
> 
> Fixes for 6.3.
> 
> The following changes since commit e8d018dd0257f744ca50a729e3d042cf2ec9da65:
> 
>   Linux 6.3-rc3 (2023-03-19 13:27:55 -0700)
> 
> are available in the Git repository at:
> 
>   https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.3-2023-03-23
> 
> for you to fetch changes up to f9537b1fa7fb51c2162bc15ce469cbbf1ca0fbfe:
> 
>   drm/amd/display: Set dcn32 caps.seamless_odm (2023-03-23 09:39:34 -0400)

Pulled, thanks.
-Daniel

> 
> ----------------------------------------------------------------
> amd-drm-fixes-6.3-2023-03-23:
> 
> amdgpu:
> - S4 fix
> - Soft reset fixes
> - SR-IOV fix
> - Remove an out of date comment in the DC code
> - ASPM fix
> - DCN 3.2 fixes
> 
> ----------------------------------------------------------------
> Alex Hung (1):
>       drm/amd/display: remove outdated 8bpc comments
> 
> Hersen Wu (2):
>       drm/amd/display: fix wrong index used in dccg32_set_dpstreamclk
>       drm/amd/display: Set dcn32 caps.seamless_odm
> 
> Jane Jian (1):
>       drm/amdgpu/gfx: set cg flags to enter/exit safe mode
> 
> Kai-Heng Feng (1):
>       drm/amdgpu/nv: Apply ASPM quirk on Intel ADL + AMD Navi
> 
> Tim Huang (2):
>       drm/amdgpu: reposition the gpu reset checking for reuse
>       drm/amdgpu: skip ASIC reset for APUs when go to S4
> 
> Tong Liu01 (1):
>       drm/amdgpu: add mes resume when do gfx post soft reset
> 
> YuBiao Wang (1):
>       drm/amdgpu: Force signal hw_fences that are embedded in non-sched jobs
> 
>  drivers/gpu/drm/amd/amdgpu/amdgpu.h                |  5 +--
>  drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c           | 41 ++++++++++++----------
>  drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         | 15 ++++++++
>  drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c            |  5 ++-
>  drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c          |  9 +++++
>  drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c             | 14 ++++++++
>  drivers/gpu/drm/amd/amdgpu/nv.c                    |  2 +-
>  drivers/gpu/drm/amd/amdgpu/vi.c                    | 17 +--------
>  drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  1 -
>  drivers/gpu/drm/amd/display/dc/dcn32/dcn32_dccg.c  |  3 +-
>  .../gpu/drm/amd/display/dc/dcn32/dcn32_resource.c  |  1 +
>  11 files changed, 72 insertions(+), 41 deletions(-)

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

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

* [pull] amdgpu drm-fixes-6.3
@ 2023-03-23 16:19 Alex Deucher
  2023-03-24  9:48 ` Daniel Vetter
  0 siblings, 1 reply; 9+ messages in thread
From: Alex Deucher @ 2023-03-23 16:19 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 6.3.

The following changes since commit e8d018dd0257f744ca50a729e3d042cf2ec9da65:

  Linux 6.3-rc3 (2023-03-19 13:27:55 -0700)

are available in the Git repository at:

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

for you to fetch changes up to f9537b1fa7fb51c2162bc15ce469cbbf1ca0fbfe:

  drm/amd/display: Set dcn32 caps.seamless_odm (2023-03-23 09:39:34 -0400)

----------------------------------------------------------------
amd-drm-fixes-6.3-2023-03-23:

amdgpu:
- S4 fix
- Soft reset fixes
- SR-IOV fix
- Remove an out of date comment in the DC code
- ASPM fix
- DCN 3.2 fixes

----------------------------------------------------------------
Alex Hung (1):
      drm/amd/display: remove outdated 8bpc comments

Hersen Wu (2):
      drm/amd/display: fix wrong index used in dccg32_set_dpstreamclk
      drm/amd/display: Set dcn32 caps.seamless_odm

Jane Jian (1):
      drm/amdgpu/gfx: set cg flags to enter/exit safe mode

Kai-Heng Feng (1):
      drm/amdgpu/nv: Apply ASPM quirk on Intel ADL + AMD Navi

Tim Huang (2):
      drm/amdgpu: reposition the gpu reset checking for reuse
      drm/amdgpu: skip ASIC reset for APUs when go to S4

Tong Liu01 (1):
      drm/amdgpu: add mes resume when do gfx post soft reset

YuBiao Wang (1):
      drm/amdgpu: Force signal hw_fences that are embedded in non-sched jobs

 drivers/gpu/drm/amd/amdgpu/amdgpu.h                |  5 +--
 drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c           | 41 ++++++++++++----------
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         | 15 ++++++++
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c            |  5 ++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c          |  9 +++++
 drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c             | 14 ++++++++
 drivers/gpu/drm/amd/amdgpu/nv.c                    |  2 +-
 drivers/gpu/drm/amd/amdgpu/vi.c                    | 17 +--------
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  1 -
 drivers/gpu/drm/amd/display/dc/dcn32/dcn32_dccg.c  |  3 +-
 .../gpu/drm/amd/display/dc/dcn32/dcn32_resource.c  |  1 +
 11 files changed, 72 insertions(+), 41 deletions(-)

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

end of thread, other threads:[~2023-04-20  3:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-29 22:00 [pull] amdgpu drm-fixes-6.3 Alex Deucher
2023-03-30 16:56 ` Daniel Vetter
  -- strict thread matches above, loose matches on Subject: below --
2023-04-20  3:17 Alex Deucher
2023-04-12 21:56 Alex Deucher
2023-04-13  8:40 ` Daniel Vetter
2023-03-30 15:38 Alex Deucher
2023-03-30 18:12 ` Daniel Vetter
2023-03-23 16:19 Alex Deucher
2023-03-24  9:48 ` Daniel Vetter

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