lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <Z1No0B2ZRO5kq7Yx@phenom.ffwll.local>
Date: Fri, 6 Dec 2024 22:12:48 +0100
From: Simona Vetter <simona.vetter@...ll.ch>
To: Dave Airlie <airlied@...il.com>, Simona Vetter <simona.vetter@...ll.ch>,
	Linus Torvalds <torvalds@...ux-foundation.org>
Cc: DRI Development <dri-devel@...ts.freedesktop.org>,
	LKML <linux-kernel@...r.kernel.org>
Subject: [PULL] drm-fixes

Hi Linus,

Due to mailing list unreliability we missed the amdgpu pull, hence part 2
with that now included.

drm-fixes-2024-12-06:
drm fixes for -rc2, part 2

- amdgu: mostly display fixes + jpeg vcn 1.0, sriov, dcn4.0 resume
  firxes
- amdkfd fixes

Cheers, Sima

The following changes since commit 471f3a21addd4e5f170ab1364f11c3e4823e687d:

  Merge tag 'drm-misc-fixes-2024-12-05' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes (2024-12-06 08:40:47 +1000)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/kernel.git tags/drm-fixes-2024-12-06

for you to fetch changes up to 1995e7d05062097109ea1807778ff8654c2de7f3:

  Merge tag 'amd-drm-fixes-6.13-2024-12-04' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes (2024-12-06 21:54:04 +0100)

----------------------------------------------------------------
drm fixes for -rc2, part 2

- amdgu: mostly display fixes + jpeg vcn 1.0, sriov, dcn4.0 resume
  firxes
- amdkfd fixes

----------------------------------------------------------------
Alex Deucher (9):
      drm/amdgpu/jpeg1.0: fix idle work handler
      drm/amdgpu/hdp4.0: do a posting read when flushing HDP
      drm/amdgpu/hdp5.0: do a posting read when flushing HDP
      drm/amdgpu/hdp5.2: do a posting read when flushing HDP
      drm/amdgpu/hdp6.0: do a posting read when flushing HDP
      drm/amdgpu/hdp7.0: do a posting read when flushing HDP
      Revert "drm/amd/pm: correct the workload setting"
      drm/amd/pm: fix and simplify workload handling
      drm/amdgpu: rework resume handling for display (v2)

Chris Park (1):
      drm/amd/display: Add hblank borrowing support

David Yat Sin (1):
      drm/amdkfd: hard-code cacheline for gc943,gc944

Dillon Varone (1):
      drm/amd/display: Limit VTotal range to max hw cap minus fp

Lo-an Chen (1):
      drm/amd/display: Correct prefetch calculation

Mario Limonciello (2):
      drm/amd: Sanity check the ACPI EDID
      drm/amd/display: Fix programming backlight on OLED panels

Peterson Guo (1):
      drm/amd/display: Add a left edge pixel if in YCbCr422 or YCbCr420 and odm

Pratap Nirujogi (1):
      drm/amdgpu: Fix ISP hw init issue

Simona Vetter (1):
      Merge tag 'amd-drm-fixes-6.13-2024-12-04' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes

Sreekant Somasekharan (1):
      drm/amdkfd: add MEC version that supports no PCIe atomics for GFX12

Sung Lee (1):
      drm/amd/display: Add option to retrieve detile buffer size

Yiqing Yao (1):
      drm/amdgpu: fix sriov reinit late orders

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |  90 +++++++---
 drivers/gpu/drm/amd/amdgpu/hdp_v4_0.c              |  12 +-
 drivers/gpu/drm/amd/amdgpu/hdp_v5_0.c              |   7 +-
 drivers/gpu/drm/amd/amdgpu/hdp_v5_2.c              |   6 +-
 drivers/gpu/drm/amd/amdgpu/hdp_v6_0.c              |   6 +-
 drivers/gpu/drm/amd/amdgpu/hdp_v7_0.c              |   6 +-
 drivers/gpu/drm/amd/amdgpu/jpeg_v1_0.c             |   2 +-
 drivers/gpu/drm/amd/amdkfd/kfd_crat.c              |   6 +
 drivers/gpu/drm/amd/amdkfd/kfd_device.c            |   3 +
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |   2 +
 .../drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c  |  13 +-
 drivers/gpu/drm/amd/display/dc/core/dc.c           |  18 ++
 drivers/gpu/drm/amd/display/dc/core/dc_resource.c  |  42 ++++-
 drivers/gpu/drm/amd/display/dc/dc.h                |   4 +
 drivers/gpu/drm/amd/display/dc/dc_spl_translate.c  |   2 +-
 .../drm/amd/display/dc/dml2/display_mode_core.c    |   1 +
 .../dc/dml2/dml21/dml21_translation_helper.c       |  48 +++++-
 .../drm/amd/display/dc/hwss/dcn32/dcn32_hwseq.c    |   3 +-
 .../drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c  |   7 +-
 drivers/gpu/drm/amd/display/dc/inc/core_types.h    |   3 +
 drivers/gpu/drm/amd/display/dc/link/link_dpms.c    |   3 +-
 .../amd/display/dc/resource/dcn20/dcn20_resource.c |  23 +++
 .../amd/display/dc/resource/dcn30/dcn30_resource.c |   1 +
 .../display/dc/resource/dcn302/dcn302_resource.c   |   1 +
 .../display/dc/resource/dcn303/dcn303_resource.c   |   1 +
 .../amd/display/dc/resource/dcn31/dcn31_resource.c |   7 +
 .../amd/display/dc/resource/dcn31/dcn31_resource.h |   3 +
 .../display/dc/resource/dcn314/dcn314_resource.c   |   1 +
 .../display/dc/resource/dcn315/dcn315_resource.c   |   1 +
 .../display/dc/resource/dcn316/dcn316_resource.c   |   1 +
 .../amd/display/dc/resource/dcn32/dcn32_resource.c |   2 +
 .../display/dc/resource/dcn321/dcn321_resource.c   |   1 +
 .../amd/display/dc/resource/dcn35/dcn35_resource.c |   2 +
 .../display/dc/resource/dcn351/dcn351_resource.c   |   2 +
 .../display/dc/resource/dcn401/dcn401_resource.c   |   1 +
 .../drm/amd/display/modules/freesync/freesync.c    |  13 +-
 drivers/gpu/drm/amd/pm/amdgpu_pm.c                 |   6 +-
 drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c          | 167 +++++++++---------
 drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h      |  17 +-
 drivers/gpu/drm/amd/pm/swsmu/smu11/arcturus_ppt.c  | 189 ++++++++++++---------
 drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c    | 182 ++++++++++++--------
 .../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c    | 183 ++++++++++++--------
 drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c   |  41 ++---
 drivers/gpu/drm/amd/pm/swsmu/smu12/renoir_ppt.c    |  43 ++---
 .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c   | 177 ++++++++++---------
 .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c   | 151 +++++++++-------
 .../gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c   | 169 ++++++++++--------
 drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c             |  33 +++-
 drivers/gpu/drm/amd/pm/swsmu/smu_cmn.h             |   6 +-
 49 files changed, 1062 insertions(+), 646 deletions(-)

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ