dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [pull] amdgpu drm-fixes-5.9
@ 2020-08-13  3:36 Alex Deucher
  0 siblings, 0 replies; 5+ messages in thread
From: Alex Deucher @ 2020-08-13  3:36 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.9.

The following changes since commit f87812284172a9809820d10143b573d833cd3f75:

  drm/amdgpu: Fix bug where DPM is not enabled after hibernate and resume (2020-08-07 17:52:15 -0400)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.9-2020-08-12

for you to fetch changes up to f41ed88cbd6f025f7a683a11a74f901555fba11c:

  drm/amdgpu/display: use GFP_ATOMIC in dcn20_validate_bandwidth_internal (2020-08-10 18:09:46 -0400)

----------------------------------------------------------------
amd-drm-fixes-5.9-2020-08-12:

amdgpu:
- Fix allocation size
- SR-IOV fixes
- Vega20 SMU feature state caching fix
- Fix custom pptable handling
- Arcturus golden settings update
- Several display fixes

----------------------------------------------------------------
Anthony Koo (2):
      drm/amd/display: Fix LFC multiplier changing erratically
      drm/amd/display: Switch to immediate mode for updating infopackets

Aric Cyr (1):
      drm/amd/display: Fix incorrect backlight register offset for DCN

Christophe JAILLET (1):
      drm: amdgpu: Use the correct size when allocating memory

Daniel Kolesa (1):
      drm/amdgpu/display: use GFP_ATOMIC in dcn20_validate_bandwidth_internal

Evan Quan (2):
      drm/amd/powerplay: correct Vega20 cached smu feature state
      drm/amd/powerplay: correct UVD/VCE PG state on custom pptable uploading

Jaehyun Chung (1):
      drm/amd/display: Blank stream before destroying HDCP session

Liu ChengZhe (1):
      drm/amdgpu: Skip some registers config for SRIOV

Stylon Wang (1):
      drm/amd/display: Fix EDID parsing after resume from suspend

shiwu.zhang (1):
      drm/amdgpu: update gc golden register for arcturus

 drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c       |  2 +-
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c              |  1 +
 drivers/gpu/drm/amd/amdgpu/gfxhub_v2_1.c           | 19 ++++++++++
 drivers/gpu/drm/amd/amdgpu/mmhub_v2_0.c            | 19 ++++++++++
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  1 +
 drivers/gpu/drm/amd/display/dc/core/dc_link.c      |  3 +-
 .../gpu/drm/amd/display/dc/dce/dce_panel_cntl.h    |  2 +-
 .../amd/display/dc/dcn10/dcn10_stream_encoder.c    | 16 ++++----
 .../amd/display/dc/dcn10/dcn10_stream_encoder.h    | 14 +++++++
 .../gpu/drm/amd/display/dc/dcn20/dcn20_resource.c  |  2 +-
 .../drm/amd/display/modules/freesync/freesync.c    | 36 ++++++++++++++----
 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c | 44 ++++++++++------------
 12 files changed, 114 insertions(+), 45 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [pull] amdgpu drm-fixes-5.9
@ 2020-10-09  2:49 Alex Deucher
  0 siblings, 0 replies; 5+ messages in thread
From: Alex Deucher @ 2020-10-09  2:49 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Some important last minute fixes for 5.9.

The following changes since commit d10285a25e29f13353bbf7760be8980048c1ef2f:

  drm/nouveau/mem: guard against NULL pointer access in mem_del (2020-10-07 15:33:09 +1000)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.9-2020-10-08

for you to fetch changes up to 33c8256b3bcc0425caec2bb7511e34176f464348:

  drm/amd/display: Change ABM config init interface (2020-10-08 17:15:52 -0400)

----------------------------------------------------------------
amd-drm-fixes-5.9-2020-10-08:

amdgpu:
- Fix a crash on renoir if you override the IP discovery parameter
- Fix the build on ARC platforms
- Display fix for Sienna Cichlid

----------------------------------------------------------------
Alex Deucher (1):
      drm/amdgpu/swsmu: fix ARC build errors

Dirk Gouders (1):
      drm/amdgpu: fix NULL pointer dereference for Renoir

Yongqiang Sun (1):
      drm/amd/display: Change ABM config init interface

 drivers/gpu/drm/amd/amdgpu/soc15.c                    | 10 +++++-----
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c     |  2 +-
 .../gpu/drm/amd/display/modules/power/power_helpers.c | 19 +++++++++++++++----
 .../gpu/drm/amd/display/modules/power/power_helpers.h |  4 +++-
 drivers/gpu/drm/amd/powerplay/navi10_ppt.c            | 14 ++++++++++++--
 drivers/gpu/drm/amd/powerplay/sienna_cichlid_ppt.c    | 14 ++++++++++++--
 6 files changed, 48 insertions(+), 15 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [pull] amdgpu drm-fixes-5.9
@ 2020-09-30 16:13 Alex Deucher
  0 siblings, 0 replies; 5+ messages in thread
From: Alex Deucher @ 2020-09-30 16:13 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

A bit bigger than usual since I missed last week.  Mostly updates
for new asics and a few of misc bug fixes.

The following changes since commit 1f08fde70075784d28d1687d0e75871e81cc1173:

  Merge tag 'mediatek-drm-fixes-5.9' of https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux into drm-fixes (2020-09-18 08:52:06 +1000)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.9-2020-09-30

for you to fetch changes up to 95433a1305a000aa91f558b062ce614a3bb8ceb5:

  drm/amdgpu: disable gfxoff temporarily for navy_flounder (2020-09-30 09:47:43 -0400)

----------------------------------------------------------------
amd-drm-fixes-5.9-2020-09-30:

amdgpu:
- Fix potential double free in userptr handling
- Sienna Cichlid and Navy Flounder udpates
- Add Sienna Cichlid PCI IDs
- Drop experimental flag for navi12
- Raven fixes
- Renoir fixes
- HDCP fix
- DCN3 fix for clang and older versions of gcc
- Fix a runtime pm refcount issue

----------------------------------------------------------------
Alex Deucher (6):
      drm/amdgpu: add the GC 10.3 VRS registers
      drm/amdgpu: add VCN 3.0 AV1 registers
      drm/amdgpu: use the AV1 defines for VCN 3.0
      drm/amdgpu: remove experimental flag from navi12
      drm/amdgpu/display: fix CFLAGS setup for DCN30
      drm/amdgpu/swsmu/smu12: fix force clock handling for mclk

Dirk Gouders (1):
      drm/amd/display: remove duplicate call to rn_vbios_smu_get_smu_version()

Evan Quan (1):
      drm/amd/pm: setup APU dpm clock table in SMU HW initialization

Flora Cui (1):
      drm/amd/display: fix return value check for hdcp_work

Jean Delvare (1):
      drm/amdgpu: restore proper ref count in amdgpu_display_crtc_set_config

Jiansong Chen (2):
      drm/amdgpu: remove gpu_info fw support for sienna_cichlid etc.
      drm/amdgpu: disable gfxoff temporarily for navy_flounder

Likun Gao (1):
      drm/amdgpu: add device ID for sienna_cichlid (v2)

Philip Yang (1):
      drm/amdgpu: prevent double kfree ttm->sg

Sudheesh Mavila (1):
      drm/amd/pm: Removed fixed clock in auto mode DPM

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         | 10 +----
 drivers/gpu/drm/amd/amdgpu/amdgpu_display.c        |  2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c            | 12 +++++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c            |  1 +
 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c             |  3 ++
 drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c              | 16 +++----
 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_hdcp.c |  2 +-
 .../drm/amd/display/dc/clk_mgr/dcn21/rn_clk_mgr.c  |  1 -
 drivers/gpu/drm/amd/display/dc/dcn30/Makefile      | 18 +++++++-
 .../amd/include/asic_reg/gc/gc_10_3_0_default.h    |  2 +
 .../drm/amd/include/asic_reg/gc/gc_10_3_0_offset.h |  4 ++
 .../amd/include/asic_reg/gc/gc_10_3_0_sh_mask.h    | 50 ++++++++++++++++++++++
 .../amd/include/asic_reg/vcn/vcn_3_0_0_sh_mask.h   | 34 +++++++++++++++
 drivers/gpu/drm/amd/powerplay/amdgpu_smu.c         | 22 +++++-----
 drivers/gpu/drm/amd/powerplay/hwmgr/smu10_hwmgr.c  | 10 +++--
 drivers/gpu/drm/amd/powerplay/renoir_ppt.c         |  8 ++--
 16 files changed, 154 insertions(+), 41 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [pull] amdgpu drm-fixes-5.9
@ 2020-08-26 20:08 Alex Deucher
  0 siblings, 0 replies; 5+ messages in thread
From: Alex Deucher @ 2020-08-26 20:08 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.9.

The following changes since commit d012a7190fc1fd72ed48911e77ca97ba4521bccd:

  Linux 5.9-rc2 (2020-08-23 14:08:43 -0700)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.9-2020-08-26

for you to fetch changes up to b67a468a4ccef593cd8df6a02ba3d167b77f0c81:

  drm/amd/display: Fix memleak in amdgpu_dm_mode_config_init (2020-08-26 15:45:52 -0400)

----------------------------------------------------------------
amd-drm-fixes-5.9-2020-08-26:

amdgpu:
- Misc display fixes
- Backlight fixes
- MPO fix for DCN1
- Fixes for Sienna Cichlid
- Fixes for Navy Flounder
- Vega SW CTF fixes
- SMU fix for Raven
- Fix a possible overflow in INFO ioctl
- Gfx10 clockgating fix

----------------------------------------------------------------
Alex Deucher (1):
      drm/amdgpu: Fix buffer overflow in INFO ioctl

Alexander Monakov (1):
      drm/amd/display: use correct scale for actual_brightness

Brandon Syu (1):
      drm/amd/display: Keep current gain when ABM disable immediately

Dinghao Liu (1):
      drm/amd/display: Fix memleak in amdgpu_dm_mode_config_init

Evan Quan (4):
      drm/amd/pm: correct Vega10 swctf limit setting
      drm/amd/pm: correct Vega12 swctf limit setting
      drm/amd/pm: correct Vega20 swctf limit setting
      drm/amd/pm: correct the thermal alert temperature limit settings

Furquan Shaikh (1):
      drivers: gpu: amd: Initialize amdgpu_dm_backlight_caps object to 0 in amdgpu_dm_update_backlight_caps

Jaehyun Chung (1):
      drm/amd/display: Revert HDCP disable sequence change

Jiansong Chen (5):
      drm/amd/pm: enable run_btc callback for sienna_cichlid
      drm/amd/pm: set VCN pg per instances
      drm/amdgpu/gfx10: refine mgcg setting
      drm/amdgpu: use MODE1 reset for navy_flounder by default
      drm/amdgpu: disable runtime pm for navy_flounder

Nicholas Kazlauskas (2):
      drm/amd/display: Reject overlay plane configurations in multi-display scenarios
      drm/amd/powerplay: Fix hardmins not being sent to SMU for RV

Samson Tam (1):
      drm/amd/display: Fix passive dongle mistaken as active dongle in EDID emulation

Sung Lee (1):
      drm/amd/display: Send DISPLAY_OFF after power down on boot

Tao Zhou (1):
      drm/amdgpu: add asd fw check before loading asd

Tong Zhang (1):
      drm/amd/display: should check error using DC_OK

Wayne Lin (1):
      drm/amd/display: Retry AUX write when fail occurs

 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c            |  5 ++
 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c            |  3 +-
 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c             |  6 +-
 drivers/gpu/drm/amd/amdgpu/nv.c                    |  1 +
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 93 ++++++++++++----------
 .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c    |  2 +-
 .../drm/amd/display/dc/clk_mgr/dcn21/rn_clk_mgr.c  | 10 +++
 drivers/gpu/drm/amd/display/dc/core/dc_link.c      |  3 +-
 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c   |  8 +-
 drivers/gpu/drm/amd/display/dc/dc_stream.h         |  2 +-
 .../drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c  | 53 +++++++-----
 .../gpu/drm/amd/display/dc/dcn10/dcn10_resource.c  |  8 ++
 drivers/gpu/drm/amd/display/dc/inc/hw/clk_mgr.h    |  2 +
 drivers/gpu/drm/amd/powerplay/hwmgr/smu10_hwmgr.c  |  9 +--
 .../gpu/drm/amd/powerplay/hwmgr/vega10_thermal.c   | 22 ++---
 .../gpu/drm/amd/powerplay/hwmgr/vega12_thermal.c   | 21 ++---
 .../gpu/drm/amd/powerplay/hwmgr/vega20_thermal.c   | 21 ++---
 drivers/gpu/drm/amd/powerplay/sienna_cichlid_ppt.c | 11 ++-
 18 files changed, 164 insertions(+), 116 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [pull] amdgpu drm-fixes-5.9
@ 2020-08-07 22:28 Alex Deucher
  0 siblings, 0 replies; 5+ messages in thread
From: Alex Deucher @ 2020-08-07 22:28 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.9.

The following changes since commit dc100bc8fae59aafd2ea2e1a1a43ef1f65f8a8bc:

  Merge tag 'drm-msm-next-2020-07-30' of https://gitlab.freedesktop.org/drm/msm into drm-next (2020-08-05 08:05:31 +1000)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.9-2020-08-07

for you to fetch changes up to f87812284172a9809820d10143b573d833cd3f75:

  drm/amdgpu: Fix bug where DPM is not enabled after hibernate and resume (2020-08-07 17:52:15 -0400)

----------------------------------------------------------------
amd-drm-fixes-5.9-2020-08-07:

amdgpu:
- Re-add spelling typo fix
- Sienna Cichlid fixes
- Navy Flounder fixes
- DC fixes
- SMU i2c fix
- Power fixes

----------------------------------------------------------------
Alex Deucher (1):
      drm/amdgpu/smu: rework i2c adpater registration

Alvin Lee (1):
      drm/amd/display: Don't compare dppclk before updating DTO

Aric Cyr (2):
      drm/amd/display: Fix DP Compliance tests 4.3.2.1 and 4.3.2.2
      drm/amd/display: AMD OUI (DPCD 0x00300) skipped on some sink

Bhawanpreet Lakha (2):
      drm/amd/display: Use seperate dmcub firmware for navy_flounder
      drm/amd/display: Use proper abm/backlight functions for DCN3

Boyuan Zhang (1):
      drm/amdgpu: update dec ring test for VCN 3.0

Changfeng (2):
      Revert "drm/amd/powerplay: drop unnecessary message support check"
      drm/amd/powerplay: drop unnecessary message support check(v2)

Colin Ian King (1):
      drm/amdgpu: fix spelling mistake "Falied" -> "Failed"

Dan Carpenter (1):
      drm/amd/powerplay: off by one bugs in smu_cmn_to_asic_specific_index()

Dmytro Laktyushkin (2):
      drm/amd/display: Clean up global sync param retrieval
      drm/amd/display: populate new dml variable

Eric Bernstein (1):
      drm/amd/display: Use parameter for call to set output mux

Eryk Brol (2):
      drm/amd/display: Rename bytes_pp to the correct bits_pp
      drm/amd/display: Fix naming of DSC Debugfs entry

Evan Quan (2):
      drm/amd/powerplay: update swSMU VCN/JPEG PG logics
      drm/amd/powerplay: put VCN/JPEG into PG ungate state before dpm table setup(V3)

George Shen (1):
      drm/amd/display: Change null plane state swizzle mode to 4kb_s

Guchun Chen (1):
      drm/amdgpu: add printing after executing page reservation to eeprom

Harry Wentland (1):
      drm/amd/display: Fix logger context

Huang Rui (1):
      drm/amdgpu: skip crit temperature values on APU (v2)

Igor Kravchenko (2):
      drm/amd/display: Read VBIOS Golden Settings Tbl
      drm/amd/display: Display goes blank after inst

James Zhu (1):
      drm/amdgpu/jpeg3.0: remove extra asic type check

Jiansong Chen (3):
      drm/amd/powerplay: update driver if version for navy_flounder
      drm/amdgpu: update GC golden setting for navy_flounder
      drm/amdgpu: enable GFXOFF for navy_flounder

JinZe.Xu (1):
      drm/amd/display: Use helper function to check for HDMI signal

John Clements (1):
      drm/amdgpu: expand sienna chichlid reg access  support

Jun Lei (1):
      drm/amd/display: Disable idle optimizations before programming DCN

Kenneth Feng (1):
      drm/amd/powerplay: remove the dpm checking in the boot sequence

Kevin Wang (1):
      drm/amd/swsmu: allow asic to handle sensor type by itself

Likun Gao (6):
      drm/amd/powerplay: skip invalid msg when smu set mp1 state
      drm/amd/powerplay: add msg map for mode1 reset
      drm/amd/powerplay: correct smu message for vf mode
      drm/amdgpu: update golden setting for sienna_cichlid
      drm/amd/powerplay: update driver if file for sienna_cichlid
      drm/amdgpu: use mode1 reset by default for sienna_cichlid

Liu ChengZhe (2):
      drm/amdgpu: fix PSP autoload twice in FLR
      drm amdgpu: Skip tmr load for SRIOV

Martin Tsai (1):
      drm/amd/display: Check lane status again after link training done

Reza Amini (1):
      drm/amd/display: Allow asic specific FSFT timing optimization

Sandeep Raghuraman (1):
      drm/amdgpu: Fix bug where DPM is not enabled after hibernate and resume

Stylon Wang (1):
      drm/amd/display: Fix dmesg warning from setting abm level

Wyatt Wood (1):
      drm/amd/display: Use hw lock mgr

hersen wu (1):
      drm/amd/display: dchubbub p-state warning during surface planes switch

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |   4 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c             |   6 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c            |  37 +++++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c            |   5 +-
 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c             |   7 +-
 drivers/gpu/drm/amd/amdgpu/jpeg_v3_0.c             |   9 +-
 drivers/gpu/drm/amd/amdgpu/nv.c                    |  56 +++++++-
 drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c              |   2 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  30 ++++-
 .../drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c  |  11 +-
 drivers/gpu/drm/amd/display/dc/bios/bios_parser.c  |   2 +
 drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c |  81 ++++++++++++
 .../drm/amd/display/dc/clk_mgr/dcn10/rv1_clk_mgr.c |  69 +++++++++-
 .../amd/display/dc/clk_mgr/dcn30/dcn30_clk_mgr.c   |   7 +-
 drivers/gpu/drm/amd/display/dc/core/dc.c           |  18 ++-
 drivers/gpu/drm/amd/display/dc/core/dc_link.c      |  12 +-
 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c   |  65 +++++++---
 drivers/gpu/drm/amd/display/dc/core/dc_stream.c    |  18 ++-
 drivers/gpu/drm/amd/display/dc/dc_bios_types.h     |   4 +
 drivers/gpu/drm/amd/display/dc/dc_stream.h         |   4 +-
 drivers/gpu/drm/amd/display/dc/dc_types.h          |  14 ++
 .../gpu/drm/amd/display/dc/dce/dce_link_encoder.h  |   4 +-
 drivers/gpu/drm/amd/display/dc/dce/dmub_psr.c      |   2 +-
 .../drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c  |   4 +-
 .../drm/amd/display/dc/dcn10/dcn10_link_encoder.h  |  10 +-
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.c   |   2 +-
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c |  27 ++++
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.h |   5 +
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_init.c  |   3 +
 .../drm/amd/display/dc/dcn20/dcn20_link_encoder.c  |  14 +-
 .../drm/amd/display/dc/dcn20/dcn20_link_encoder.h  |   5 +-
 .../gpu/drm/amd/display/dc/dcn20/dcn20_resource.c  |  53 +-------
 drivers/gpu/drm/amd/display/dc/dcn21/dcn21_init.c  |   3 +
 .../amd/display/dc/dcn30/dcn30_dio_link_encoder.c  |  53 +++++++-
 .../amd/display/dc/dcn30/dcn30_dio_link_encoder.h  |   2 +
 drivers/gpu/drm/amd/display/dc/dcn30/dcn30_init.c  |   5 +-
 .../gpu/drm/amd/display/dc/dml/display_mode_vba.c  |  17 +--
 .../gpu/drm/amd/display/dc/dml/display_mode_vba.h  |   7 +-
 .../drm/amd/display/dc/inc/hw/clk_mgr_internal.h   |   3 +-
 drivers/gpu/drm/amd/display/dc/inc/hw/dsc.h        |   2 +-
 drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h  |   5 +
 .../drm/amd/display/include/link_service_types.h   |   2 +
 .../drm/amd/display/modules/freesync/freesync.c    |   5 +-
 drivers/gpu/drm/amd/include/atomfirmware.h         |  54 +++++++-
 drivers/gpu/drm/amd/powerplay/amdgpu_smu.c         | 144 +++++++++++++++++++--
 drivers/gpu/drm/amd/powerplay/arcturus_ppt.c       |  18 ---
 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h     |   6 +-
 .../powerplay/inc/smu11_driver_if_sienna_cichlid.h |  21 ++-
 drivers/gpu/drm/amd/powerplay/inc/smu_v11_0.h      |   4 +-
 drivers/gpu/drm/amd/powerplay/navi10_ppt.c         |  22 ----
 drivers/gpu/drm/amd/powerplay/renoir_ppt.c         |   8 --
 drivers/gpu/drm/amd/powerplay/sienna_cichlid_ppt.c | 103 ++++++---------
 drivers/gpu/drm/amd/powerplay/smu_cmn.c            |  10 +-
 drivers/gpu/drm/amd/powerplay/smu_internal.h       |   3 -
 drivers/gpu/drm/amd/powerplay/smu_v11_0.c          |   1 +
 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c   |   5 +-
 56 files changed, 807 insertions(+), 286 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2020-10-09  2:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-13  3:36 [pull] amdgpu drm-fixes-5.9 Alex Deucher
  -- strict thread matches above, loose matches on Subject: below --
2020-10-09  2:49 Alex Deucher
2020-09-30 16:13 Alex Deucher
2020-08-26 20:08 Alex Deucher
2020-08-07 22:28 Alex Deucher

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