All of lore.kernel.org
 help / color / mirror / Atom feed
* [pull] amdgpu drm-fixes-5.18
@ 2022-05-04 19:04 Alex Deucher
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Deucher @ 2022-05-04 19:04 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.18.

The following changes since commit 9d9f720733b7e8d11e4cc53b53f461b117dab839:

  Merge tag 'amd-drm-fixes-5.18-2022-04-27' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes (2022-04-29 10:27:05 +1000)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.18-2022-05-04

for you to fetch changes up to 3dfe85fa87b2a26bdbd292b66653bba065cf9941:

  drm/amd/display: Avoid reading audio pattern past AUDIO_CHANNELS_COUNT (2022-05-04 12:21:41 -0400)

----------------------------------------------------------------
amd-drm-fixes-5.18-2022-05-04:

amdgpu:
- Fix a xen dom0 regression on APUs
- Fix a potential array overflow if a receiver were to
  send an erroneous audio channel count

----------------------------------------------------------------
Harry Wentland (1):
      drm/amd/display: Avoid reading audio pattern past AUDIO_CHANNELS_COUNT

Marek Marczykowski-Górecki (1):
      drm/amdgpu: do not use passthrough mode in Xen dom0

 drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c         | 4 +++-
 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

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

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

Hi Dave, Daniel,

Just one suspend/resume regression fix.

The following changes since commit 42226c989789d8da4af1de0c31070c96726d990c:

  Linux 5.18-rc7 (2022-05-15 18:08:58 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 7123d39dc24dcd21ff23d75f46f926b15269b9da:

  drm/amd: Don't reset dGPUs if the system is going to s2idle (2022-05-18 15:24:35 -0400)

----------------------------------------------------------------
amd-drm-fixes-5.18-2022-05-18:

amdgpu:
- Suspend/resume regression fix

----------------------------------------------------------------
Mario Limonciello (1):
      drm/amd: Don't reset dGPUs if the system is going to s2idle

 drivers/gpu/drm/amd/amdgpu/amdgpu.h      |  2 ++
 drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c | 14 ++++++++++++++
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c  |  2 +-
 3 files changed, 17 insertions(+), 1 deletion(-)

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

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

Hi Dave, Daniel,

Fixes for 5.18.

The following changes since commit 5727375215b0915f28806c337a7ba9835efd340b:

  Merge tag 'drm-msm-fixes-2022-04-30' of https://gitlab.freedesktop.org/drm/msm into drm-fixes (2022-05-06 11:22:03 +1000)

are available in the Git repository at:

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

for you to fetch changes up to c65b364c52ba352177dde6944f5efaa29bd40b52:

  drm/amdgpu/ctx: only reset stable pstate if the user changed it (v2) (2022-05-11 11:50:43 -0400)

----------------------------------------------------------------
amd-drm-fixes-5.18-2022-05-11:

amdgpu:
- Disable ASPM for VI boards on ADL platforms
- S0ix DCN3.1 display fix
- Resume regression fix
- Stable pstate fix

----------------------------------------------------------------
Alex Deucher (2):
      Revert "drm/amd/pm: keep the BACO feature enabled for suspend"
      drm/amdgpu/ctx: only reset stable pstate if the user changed it (v2)

Eric Yang (1):
      drm/amd/display: undo clearing of z10 related function pointers

Richard Gong (1):
      drm/amdgpu: vi: disable ASPM on Intel Alder Lake based systems

 drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c           |  5 +++++
 drivers/gpu/drm/amd/amdgpu/vi.c                   | 17 ++++++++++++++++-
 drivers/gpu/drm/amd/display/dc/dcn31/dcn31_init.c |  5 -----
 drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c         |  8 +-------
 4 files changed, 22 insertions(+), 13 deletions(-)

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

* [pull] amdgpu drm-fixes-5.18
@ 2022-04-14  2:58 Alex Deucher
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Deucher @ 2022-04-14  2:58 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.18.

The following changes since commit 88711fa9a14f6f473f4a7645155ca51386e36c21:

  Merge tag 'drm-misc-fixes-2022-04-07' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2022-04-08 09:22:16 +1000)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.18-2022-04-13

for you to fetch changes up to aadaeca46ce54af9f8f494792a1ba47a6fbda7ba:

  drm/amd/display: remove dtbclk_ss compensation for dcn316 (2022-04-13 22:23:54 -0400)

----------------------------------------------------------------
amd-drm-fixes-5.18-2022-04-13:

amdgpu:
- Fix for alpha properly in pre-multiplied mode
- Fix VCN 3.1.2 firmware name
- Suspend/resume fix
- Add a gfxoff quirk for Mac vega20 board
- DCN 3.1.6 spread spectrum fix

----------------------------------------------------------------
Alex Deucher (1):
      drm/amdgpu: fix VCN 3.1.2 firmware name

Charlene Liu (1):
      drm/amd/display: remove dtbclk_ss compensation for dcn316

Kai-Heng Feng (1):
      drm/amdgpu: Ensure HDA function is suspended before ASIC reset

Melissa Wen (1):
      drm/amd/display: don't ignore alpha property on pre-multiplied mode

Tomasz Moń (1):
      drm/amdgpu: Enable gfxoff quirk on MacBook Pro

 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c                | 18 ++++++++++++------
 drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c                |  2 +-
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c                  |  2 ++
 .../drm/amd/display/dc/clk_mgr/dce100/dce_clk_mgr.c    |  2 +-
 .../drm/amd/display/dc/clk_mgr/dcn316/dcn316_clk_mgr.c |  4 ++--
 drivers/gpu/drm/amd/display/dc/dc.h                    |  2 +-
 .../gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c  | 14 +++++++++-----
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c     | 14 +++++++++-----
 8 files changed, 37 insertions(+), 21 deletions(-)

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

end of thread, other threads:[~2022-05-18 20:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-04 19:04 [pull] amdgpu drm-fixes-5.18 Alex Deucher
  -- strict thread matches above, loose matches on Subject: below --
2022-05-18 20:20 Alex Deucher
2022-05-11 17:44 Alex Deucher
2022-04-14  2:58 Alex Deucher

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.