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]
Date:   Sat, 29 May 2021 06:00:49 +1000
From:   Dave Airlie <airlied@...il.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>,
        Daniel Vetter <daniel.vetter@...ll.ch>
Cc:     dri-devel <dri-devel@...ts.freedesktop.org>,
        LKML <linux-kernel@...r.kernel.org>
Subject: [git pull] drm fixes for 5.13-rc4

Hi Linus,

Pretty quiet this week, couple of amdgpu, one i915, and a few misc otherwise.

Dave.

drm-fixes-2021-05-29:
drm fixes for 5.13-rc4

ttm:
- prevent irrelevant swapout

amdgpu:
- MultiGPU fan fix
- VCN powergating fixes

amdkfd:
- Fix SDMA register offset error

meson:
- fix shutdown crash

i915:
- Re-enable LTTPR non-transparent LT mode for DPCD_REV<1.4
The following changes since commit c4681547bcce777daf576925a966ffa824edd09d:

  Linux 5.13-rc3 (2021-05-23 11:42:48 -1000)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2021-05-29

for you to fetch changes up to aeeb517368822e2b24231f5bd43a98ecdbe65d59:

  Merge tag 'drm-intel-fixes-2021-05-27' of
ssh://git.freedesktop.org/git/drm/drm-intel into drm-fixes (2021-05-28
13:28:18 +1000)

----------------------------------------------------------------
drm fixes for 5.13-rc4

ttm:
- prevent irrelevant swapout

amdgpu:
- MultiGPU fan fix
- VCN powergating fixes

amdkfd:
- Fix SDMA register offset error

meson:
- fix shutdown crash

i915:
- Re-enable LTTPR non-transparent LT mode for DPCD_REV<1.4

----------------------------------------------------------------
Dave Airlie (3):
      Merge tag 'amd-drm-fixes-5.13-2021-05-26' of
https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
      Merge tag 'drm-misc-fixes-2021-05-27' of
ssh://git.freedesktop.org/git/drm/drm-misc into drm-fixes
      Merge tag 'drm-intel-fixes-2021-05-27' of
ssh://git.freedesktop.org/git/drm/drm-intel into drm-fixes

Evan Quan (1):
      drm/amd/pm: correct MGpuFanBoost setting

Imre Deak (1):
      drm/i915: Reenable LTTPR non-transparent LT mode for DPCD_REV<1.4

James Zhu (7):
      drm/amdgpu/vcn1: add cancel_delayed_work_sync before power gate
      drm/amdgpu/vcn2.0: add cancel_delayed_work_sync before power gate
      drm/amdgpu/vcn2.5: add cancel_delayed_work_sync before power gate
      drm/amdgpu/vcn3: add cancel_delayed_work_sync before power gate
      drm/amdgpu/jpeg2.0: add cancel_delayed_work_sync before power gate
      drm/amdgpu/jpeg2.5: add cancel_delayed_work_sync before power gate
      drm/amdgpu/jpeg3: add cancel_delayed_work_sync before power gate

Kevin Wang (1):
      drm/amdkfd: correct sienna_cichlid SDMA RLC register offset error

Neil Armstrong (1):
      drm/meson: fix shutdown crash when component not probed

xinhui pan (1):
      drm/ttm: Skip swapout if ttm object is not populated

 .../gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v10_3.c   | 12 ++--
 drivers/gpu/drm/amd/amdgpu/jpeg_v2_0.c             |  2 +
 drivers/gpu/drm/amd/amdgpu/jpeg_v2_5.c             |  4 +-
 drivers/gpu/drm/amd/amdgpu/jpeg_v3_0.c             |  4 +-
 drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c              |  6 +-
 drivers/gpu/drm/amd/amdgpu/vcn_v2_0.c              |  2 +
 drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c              |  2 +
 drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c              |  5 +-
 drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c    |  9 +++
 .../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c    | 10 +++
 .../gpu/drm/i915/display/intel_dp_link_training.c  | 71 ++++++++++------------
 drivers/gpu/drm/meson/meson_drv.c                  |  9 +--
 drivers/gpu/drm/ttm/ttm_device.c                   |  2 +-
 13 files changed, 81 insertions(+), 57 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ