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

Hi Dave, Daniel,

Just one fix for 5.4.

The following changes since commit 31f4f5b495a62c9a8b15b1c3581acd5efeb9af8c:

  Linux 5.4-rc7 (2019-11-10 16:17:15 -0800)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/drm-fixes-5.4-2019-11-14

for you to fetch changes up to a84fddb16d9bdcb2e40b26aa53a4e4703839298a:

  drm/amdgpu: fix null pointer deref in firmware header printing (2019-11-14 16:53:19 -0500)

----------------------------------------------------------------
drm-fixes-5.4-2019-11-14:

amdgpu:
- Fix a potential crash in firmware parsing

----------------------------------------------------------------
Xiaojie Yuan (1):
      drm/amdgpu: fix null pointer deref in firmware header printing

 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 38 ++++++++++++++-------------------
 1 file changed, 16 insertions(+), 22 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [pull] amdgpu drm-fixes-5.4
@ 2019-11-20 23:51 Alex Deucher
  0 siblings, 0 replies; 8+ messages in thread
From: Alex Deucher @ 2019-11-20 23:51 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

A few fixes for 5.4.  Stability and regression fixes. Most CCed to stable.

The following changes since commit af42d3466bdc8f39806b26f593604fdc54140bcb:

  Linux 5.4-rc8 (2019-11-17 14:47:30 -0800)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/drm-fixes-5.4-2019-11-20

for you to fetch changes up to a0184d71163aab258d73141a8839675d6cbdcf40:

  Revert "drm/amd/display: enable S/G for RAVEN chip" (2019-11-20 18:40:21 -0500)

----------------------------------------------------------------
drm-fixes-5.4-2019-11-20:

amdgpu:
- Remove experimental flag for navi14
- Fix confusing power message failures on older VI parts
- Hang fix for gfxoff when using the read register interface
- Two stability regression fixes for Raven

----------------------------------------------------------------
Alex Deucher (4):
      drm/amdgpu: remove experimental flag for Navi14
      drm/amdgpu: disable gfxoff when using register read interface
      drm/amdgpu: disable gfxoff on original raven
      Revert "drm/amd/display: enable S/G for RAVEN chip"

Evan Quan (2):
      drm/amd/powerplay: issue no PPSMC_MSG_GetCurrPkgPwr on unsupported ASICs
      drm/amd/powerplay: correct fine grained dpm force level setting

 drivers/gpu/drm/amd/amdgpu/amdgpu_display.c       |  2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c           |  8 ++++----
 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c           |  6 +++++-
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c             |  9 +++++++--
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c |  2 +-
 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c  | 23 ++++++++++++++++++-----
 drivers/gpu/drm/amd/powerplay/navi10_ppt.c        |  6 ++++++
 7 files changed, 42 insertions(+), 14 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [pull] amdgpu drm-fixes-5.4
@ 2019-10-24  3:18 Alex Deucher
  2019-10-24  3:18 ` Alex Deucher
  0 siblings, 1 reply; 8+ messages in thread
From: Alex Deucher @ 2019-10-24  3:18 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	airlied-Re5JQEeQqe8AvxtiuMwx3w, daniel.vetter-/w4YWyX8dFk
  Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.4 for amdgpu.

The following changes since commit 5c1e34b5159ec65bf33e2c1a62fa7158132c10cf:

  Merge tag 'drm-misc-fixes-2019-10-17' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2019-10-18 06:40:28 +1000)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/drm-fixes-5.4-2019-10-23

for you to fetch changes up to ee027828c40faa92a7ef4c2b0641bbb3f4be95d3:

  drm/amdgpu/vce: fix allocation size in enc ring test (2019-10-17 17:12:34 -0400)

----------------------------------------------------------------
drm-fixes-5.4-2019-10-23:

amdgpu:
- Fix suspend/resume issue related to multi-media engines
- Fix memory leak in user ptr code related to hmm conversion
- Fix possible VM faults when allocating page table memory
- Fix error handling in bo list ioctl

----------------------------------------------------------------
Alex Deucher (4):
      drm/amdgpu/uvd6: fix allocation size in enc ring test (v2)
      drm/amdgpu/uvd7: fix allocation size in enc ring test (v2)
      drm/amdgpu/vcn: fix allocation size in enc ring test
      drm/amdgpu/vce: fix allocation size in enc ring test

Christian König (2):
      drm/amdgpu: fix potential VM faults
      drm/amdgpu: fix error handling in amdgpu_bo_list_create

Philip Yang (1):
      drm/amdgpu: user pages array memory leak fix

 drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c |  7 +++++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c      |  8 ++-----
 drivers/gpu/drm/amd/amdgpu/amdgpu_object.c  |  3 ++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c     | 20 ++++++++++++-----
 drivers/gpu/drm/amd/amdgpu/amdgpu_vce.h     |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c     | 35 +++++++++++++++++++----------
 drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c       | 31 ++++++++++++++++---------
 drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c       | 33 ++++++++++++++++++---------
 8 files changed, 92 insertions(+), 46 deletions(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

* [pull] amdgpu drm-fixes-5.4
  2019-10-24  3:18 Alex Deucher
@ 2019-10-24  3:18 ` Alex Deucher
  0 siblings, 0 replies; 8+ messages in thread
From: Alex Deucher @ 2019-10-24  3:18 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.4 for amdgpu.

The following changes since commit 5c1e34b5159ec65bf33e2c1a62fa7158132c10cf:

  Merge tag 'drm-misc-fixes-2019-10-17' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2019-10-18 06:40:28 +1000)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/drm-fixes-5.4-2019-10-23

for you to fetch changes up to ee027828c40faa92a7ef4c2b0641bbb3f4be95d3:

  drm/amdgpu/vce: fix allocation size in enc ring test (2019-10-17 17:12:34 -0400)

----------------------------------------------------------------
drm-fixes-5.4-2019-10-23:

amdgpu:
- Fix suspend/resume issue related to multi-media engines
- Fix memory leak in user ptr code related to hmm conversion
- Fix possible VM faults when allocating page table memory
- Fix error handling in bo list ioctl

----------------------------------------------------------------
Alex Deucher (4):
      drm/amdgpu/uvd6: fix allocation size in enc ring test (v2)
      drm/amdgpu/uvd7: fix allocation size in enc ring test (v2)
      drm/amdgpu/vcn: fix allocation size in enc ring test
      drm/amdgpu/vce: fix allocation size in enc ring test

Christian König (2):
      drm/amdgpu: fix potential VM faults
      drm/amdgpu: fix error handling in amdgpu_bo_list_create

Philip Yang (1):
      drm/amdgpu: user pages array memory leak fix

 drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c |  7 +++++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c      |  8 ++-----
 drivers/gpu/drm/amd/amdgpu/amdgpu_object.c  |  3 ++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c     | 20 ++++++++++++-----
 drivers/gpu/drm/amd/amdgpu/amdgpu_vce.h     |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c     | 35 +++++++++++++++++++----------
 drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c       | 31 ++++++++++++++++---------
 drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c       | 33 ++++++++++++++++++---------
 8 files changed, 92 insertions(+), 46 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [pull] amdgpu drm-fixes-5.4
@ 2019-10-10  3:10 Alex Deucher
  0 siblings, 0 replies; 8+ messages in thread
From: Alex Deucher @ 2019-10-10  3:10 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	airlied-Re5JQEeQqe8AvxtiuMwx3w, daniel.vetter-/w4YWyX8dFk
  Cc: Alex Deucher

Hi Dave, Daniel,

Just a single fix this week for 5.4.

The following changes since commit da0c9ea146cbe92b832f1b0f694840ea8eb33cce:

  Linux 5.4-rc2 (2019-10-06 14:27:30 -0700)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/drm-fixes-5.4-2019-10-09

for you to fetch changes up to 083164dbdb17c5ea4ad92c1782b59c9d75567790:

  drm/amdgpu: fix memory leak (2019-10-09 11:45:59 -0500)

----------------------------------------------------------------
drm-fixes-5.4-2019-10-09:

amdgpu:
- fix memory leak in bo_list ioctl error path

----------------------------------------------------------------
Nirmoy Das (1):
      drm/amdgpu: fix memory leak

 drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

* [pull] amdgpu drm-fixes-5.4
@ 2019-10-02 20:49 Alex Deucher
  0 siblings, 0 replies; 8+ messages in thread
From: Alex Deucher @ 2019-10-02 20:49 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	airlied-Re5JQEeQqe8AvxtiuMwx3w, daniel.vetter-/w4YWyX8dFk
  Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.4.  Nothing too major.  Enabling bulk moves is not exactly
a bug fix, but it's been working well for a while and it improves
performance and reduces latency in command submission.  If you have
concerns, I can respin without it.

The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:

  Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/drm-fixes-5.4-2019-10-02

for you to fetch changes up to c0e70e10b11b1b7ca0f537e7ce4404a0459cdc7c:

  drm/amd/display: fix dcn21 Makefile for clang (2019-10-02 12:58:33 -0500)

----------------------------------------------------------------
drm-fixes-5.4-2019-10-02:

amdgpu:
- Enable bulk moves
- Power metrics fixes for Navi
- Fix S4 regression
- Add query for tcc disabled mask
- Fix several leaks in error paths
- randconfig fixes
- clang fixes

----------------------------------------------------------------
Aaron Liu (1):
      Revert "drm/amdgpu: disable stutter mode for renoir"

Alex Deucher (1):
      drm/amdgpu: don't increment vram lost if we are in hibernation

Arnd Bergmann (5):
      drm/amdgpu: make pmu support optional, again
      drm/amdgpu: hide another #warning
      drm/amdgpu: display_mode_vba_21: remove uint typedef
      drm/amd/display: hide an unused variable
      drm/amd/display: fix dcn21 Makefile for clang

Christian König (1):
      drm/amdgpu: revert "disable bulk moves for now"

Kevin Wang (2):
      drm/amd/powerplay: change metrics update period from 1ms to 100ms
      drm/amd/powerplay: add sensor lock support for smu

Marek Olšák (1):
      drm/amdgpu: return tcc_disabled_mask to userspace

Navid Emamdoost (2):
      drm/amdgpu: fix multiple memory leaks in acp_hw_init
      drm/amd/display: memory leak

 drivers/gpu/drm/amd/amdgpu/Makefile                |  2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c            | 34 ++++++++++++++--------
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c            |  3 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h            |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c            |  2 ++
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c             |  2 --
 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c             | 12 ++++++++
 drivers/gpu/drm/amd/amdgpu/nv.c                    |  6 ++--
 drivers/gpu/drm/amd/amdgpu/soc15.c                 |  8 ++---
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  4 +--
 .../drm/amd/display/dc/dce100/dce100_resource.c    |  1 +
 .../drm/amd/display/dc/dce110/dce110_resource.c    |  1 +
 .../drm/amd/display/dc/dce112/dce112_resource.c    |  1 +
 .../drm/amd/display/dc/dce120/dce120_resource.c    |  1 +
 .../gpu/drm/amd/display/dc/dce80/dce80_resource.c  |  1 +
 .../gpu/drm/amd/display/dc/dcn10/dcn10_resource.c  |  1 +
 .../gpu/drm/amd/display/dc/dcn20/dcn20_resource.c  |  1 +
 drivers/gpu/drm/amd/display/dc/dcn21/Makefile      | 12 +++++++-
 .../amd/display/dc/dml/dcn21/display_mode_vba_21.c | 13 ++++-----
 drivers/gpu/drm/amd/powerplay/amdgpu_smu.c         |  2 ++
 drivers/gpu/drm/amd/powerplay/arcturus_ppt.c       |  2 ++
 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h     |  1 +
 drivers/gpu/drm/amd/powerplay/navi10_ppt.c         |  4 ++-
 drivers/gpu/drm/amd/powerplay/vega20_ppt.c         |  2 ++
 include/uapi/drm/amdgpu_drm.h                      |  2 ++
 25 files changed, 85 insertions(+), 34 deletions(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

* [pull] amdgpu drm-fixes-5.4
@ 2019-09-25 21:35 Alex Deucher
  0 siblings, 0 replies; 8+ messages in thread
From: Alex Deucher @ 2019-09-25 21:35 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

More fixes for 5.4.  Nothing major.

The following changes since commit e16a7cbced7110866dcde84e504909ea85099bbd:

  drm/amdgpu: flag navi12 and 14 as experimental for 5.4 (2019-09-18 08:29:30 -0500)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/drm-fixes-5.4-2019-09-25

for you to fetch changes up to 104c307147ad379617472dd91a5bcb368d72bd6d:

  drm/amd/display: prevent memory leak (2019-09-25 14:58:38 -0500)

----------------------------------------------------------------
drm-fixes-5.4-2019-09-25:

amdgpu:
- Fix a 64 bit divide
- Prevent a memory leak in a failure case in dc
- Load proper gfx firmware on navi14 variants

----------------------------------------------------------------
Alex Deucher (2):
      drm/amdgpu/display: fix 64 bit divide
      drm/amdgpu/display: include slab.h in dcn21_resource.c

Navid Emamdoost (1):
      drm/amd/display: prevent memory leak

Tianci.Yin (1):
      drm/amdgpu/gfx10: add support for wks firmware loading

 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c             | 22 ++++++++++++++++------
 .../amd/display/dc/clk_mgr/dce110/dce110_clk_mgr.c |  4 +++-
 .../drm/amd/display/dc/dce100/dce100_resource.c    |  1 +
 .../drm/amd/display/dc/dce110/dce110_resource.c    |  1 +
 .../drm/amd/display/dc/dce112/dce112_resource.c    |  1 +
 .../drm/amd/display/dc/dce120/dce120_resource.c    |  1 +
 .../gpu/drm/amd/display/dc/dcn10/dcn10_resource.c  |  1 +
 .../gpu/drm/amd/display/dc/dcn21/dcn21_resource.c  |  2 ++
 8 files changed, 26 insertions(+), 7 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [pull] amdgpu drm-fixes-5.4
@ 2019-09-19 15:38 Alex Deucher
  0 siblings, 0 replies; 8+ messages in thread
From: Alex Deucher @ 2019-09-19 15:38 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	airlied-Re5JQEeQqe8AvxtiuMwx3w, daniel.vetter-/w4YWyX8dFk
  Cc: Alex Deucher

Hi Dave, Daniel,

A few fixes for 5.4.

The following changes since commit 945b584c94f8c665b2df3834a8a6a8faf256cd5f:

  Merge branch 'linux-5.4' of git://github.com/skeggsb/linux into drm-next (2019-09-17 16:31:34 +1000)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/drm-fixes-5.4-2019-09-19

for you to fetch changes up to e16a7cbced7110866dcde84e504909ea85099bbd:

  drm/amdgpu: flag navi12 and 14 as experimental for 5.4 (2019-09-18 08:29:30 -0500)

----------------------------------------------------------------
drm-fixes-5.4-2019-09-19:

amdgpu:
- Add more navi12 and navi14 PCI ids
- Misc fixes for renoir
- Fix bandwidth issues with multiple displays on vega20
- Support for Dali
- Fix a possible oops with KFD on hawaii
- Fix for backlight level after resume on some APUs
- Other misc fixes

----------------------------------------------------------------
Aaron Liu (3):
      drm/amdgpu: disable stutter mode for renoir
      drm/amd/display: update renoir_ip_offset.h
      drm/amdgpu: remove program of lbpw for renoir

Alex Deucher (1):
      drm/amdgpu: flag navi12 and 14 as experimental for 5.4

Andrey Grodzovsky (2):
      drm/amdgpu: Add smu lock around in pp_smu_i2c_bus_access
      drm/amdgpu: Remove clock gating restore.

Bhawanpreet Lakha (2):
      drm/amd/display: add Asic ID for Dali
      drm/amd/display: Implement voltage limitation for dali

Charlene Liu (1):
      drm/amd/display: dce11.x /dce12 update formula input

Felix Kuehling (1):
      drm/amdgpu: Fix KFD-related kernel oops on Hawaii

Hans de Goede (1):
      drm/radeon: Bail earlier when radeon.cik_/si_support=0 is passed

Jay Cornwall (1):
      drm/amdkfd: Swap trap temporary registers in gfx10 trap handler

Kai-Heng Feng (1):
      drm/amd/display: Restore backlight brightness after system resume

Prike Liang (2):
      drm/amd/amdgpu: power up sdma engine when S3 resume back
      drm/amd/powerplay: implement sysfs for getting dpm clock

Roman Li (1):
      drm/amd/display: Add stereo mux and dig programming calls for dcn21

Tianci.Yin (2):
      drm/amdgpu: add navi14 PCI ID for work station SKU
      drm/amdgpu: add navi12 pci id

Trek (1):
      drm/amdgpu: Check for valid number of registers to read

Zhan Liu (1):
      drm/amd/display: Add missing HBM support and raise Vega20's uclk.

 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c            |  2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c            |  7 ++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c             |  3 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c            |  3 +
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c              |  2 -
 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c             | 10 ++--
 drivers/gpu/drm/amd/amdgpu/smu_v11_0_i2c.c         | 10 +++-
 drivers/gpu/drm/amd/amdkfd/cwsr_trap_handler.h     |  6 +-
 .../gpu/drm/amd/amdkfd/cwsr_trap_handler_gfx10.asm | 10 ++--
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  3 +
 drivers/gpu/drm/amd/display/dc/calcs/dcn_calcs.c   |  4 ++
 .../amd/display/dc/clk_mgr/dce110/dce110_clk_mgr.c | 25 ++++++--
 drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.c |  4 +-
 .../drm/amd/display/dc/dce112/dce112_resource.c    | 16 +++--
 .../drm/amd/display/dc/dce120/dce120_resource.c    | 11 +++-
 .../amd/display/dc/gpio/dcn21/hw_factory_dcn21.c   | 38 +++++++++++-
 .../amd/display/dc/gpio/dcn21/hw_translate_dcn21.c |  3 +-
 drivers/gpu/drm/amd/display/dc/inc/resource.h      |  2 +
 drivers/gpu/drm/amd/display/include/dal_asic_id.h  |  7 ++-
 drivers/gpu/drm/amd/include/renoir_ip_offset.h     |  2 +-
 drivers/gpu/drm/amd/powerplay/amd_powerplay.c      |  7 ++-
 drivers/gpu/drm/amd/powerplay/amdgpu_smu.c         |  3 +
 drivers/gpu/drm/amd/powerplay/renoir_ppt.c         | 70 ++++++++++++++++++++++
 drivers/gpu/drm/amd/powerplay/renoir_ppt.h         | 25 ++++++++
 drivers/gpu/drm/radeon/radeon_drv.c                | 31 ++++++++++
 drivers/gpu/drm/radeon/radeon_kms.c                | 25 --------
 26 files changed, 262 insertions(+), 67 deletions(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

end of thread, other threads:[~2019-11-20 23:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-14 22:13 [pull] amdgpu drm-fixes-5.4 Alex Deucher
  -- strict thread matches above, loose matches on Subject: below --
2019-11-20 23:51 Alex Deucher
2019-10-24  3:18 Alex Deucher
2019-10-24  3:18 ` Alex Deucher
2019-10-10  3:10 Alex Deucher
2019-10-02 20:49 Alex Deucher
2019-09-25 21:35 Alex Deucher
2019-09-19 15:38 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).