[git pull] drm fixes for 5.9-rc4

Dave Airlie airlied at gmail.com
Fri Sep 4 03:52:56 UTC 2020


Hi Linus,

Not much going on this week, nouveau has a display hw bug workaround,
amdgpu has some PM fixes and CIK regression fixes, one single radeon
PLL fix, and a couple of i915 display fixes.

Dave.

drm-fixes-2020-09-04:
drm fixes for 5.9-rc4

amdgpu:
- Fix for 32bit systems
- SW CTF fix
- Update for Sienna Cichlid
- CIK bug fixes

radeon:
- PLL fix

i915:
- Clang build warning fix
- HDCP fixes

nouveau:
- display fixes
The following changes since commit f75aef392f869018f78cfedf3c320a6b3fcfda6b:

  Linux 5.9-rc3 (2020-08-30 16:01:54 -0700)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2020-09-04

for you to fetch changes up to d37d56920004cae612fa32d1f92aaacca5e145f7:

  Merge branch 'linux-5.9' of git://github.com/skeggsb/linux into
drm-fixes (2020-09-04 11:14:49 +1000)

----------------------------------------------------------------
drm fixes for 5.9-rc4

amdgpu:
- Fix for 32bit systems
- SW CTF fix
- Update for Sienna Cichlid
- CIK bug fixes

radeon:
- PLL fix

i915:
- Clang build warning fix
- HDCP fixes

nouveau:
- display fixes

----------------------------------------------------------------
Ben Skeggs (3):
      drm/nouveau/kms/nv50-: add some whitespace before debug message
      drm/nouveau/kms/nv50-gp1xx: disable notifies again after core update
      drm/nouveau/kms/nv50-gp1xx: add WAR for EVO push buffer HW bug

Dave Airlie (3):
      Merge tag 'amd-drm-fixes-5.9-2020-09-03' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes
      Merge tag 'drm-intel-fixes-2020-09-03' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
      Merge branch 'linux-5.9' of git://github.com/skeggsb/linux into drm-fixes

Evan Quan (1):
      drm/amd/pm: avoid false alarm due to confusing
softwareshutdowntemp setting

Jiansong Chen (1):
      drm/amd/pm: enable MP0 DPM for sienna_cichlid

Kai-Heng Feng (1):
      drm/radeon: Prefer lower feedback dividers

Kevin Wang (1):
      drm/amd/pm: fix is_dpm_running() run error on 32bit system

Lyude Paul (1):
      drm/nouveau/kms/gv100-: Include correct push header in crcc37d.c

Nathan Chancellor (1):
      drm/i915/display: Ensure that ret is always initialized in
icl_combo_phy_verify_state

Sandeep Raghuraman (2):
      drm/amdgpu: Specify get_argument function for ci_smu_funcs
      drm/amdgpu: Fix bug in reporting voltage for CIK

Sean Paul (2):
      drm/i915: Fix sha_text population code
      drm/i915: Clear the repeater bit on HDCP disable

 drivers/gpu/drm/amd/powerplay/arcturus_ppt.c       | 10 +++++--
 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c   |  3 +-
 .../gpu/drm/amd/powerplay/hwmgr/vega10_thermal.c   | 14 ++++++++--
 drivers/gpu/drm/amd/powerplay/navi10_ppt.c         | 10 +++++--
 drivers/gpu/drm/amd/powerplay/sienna_cichlid_ppt.c | 14 +++++++---
 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c   |  2 ++
 drivers/gpu/drm/i915/display/intel_combo_phy.c     |  4 +--
 drivers/gpu/drm/i915/display/intel_hdcp.c          | 32 ++++++++++++++++++----
 drivers/gpu/drm/nouveau/dispnv50/core507d.c        |  5 +++-
 drivers/gpu/drm/nouveau/dispnv50/crcc37d.c         |  2 +-
 drivers/gpu/drm/nouveau/dispnv50/disp.c            |  6 ++++
 drivers/gpu/drm/nouveau/include/nvif/push507c.h    |  2 +-
 drivers/gpu/drm/radeon/radeon_display.c            |  2 +-
 include/drm/drm_hdcp.h                             |  3 ++
 14 files changed, 84 insertions(+), 25 deletions(-)


More information about the dri-devel mailing list