All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add limit_type to (pptable_funcs)->set_power_limit signature
@ 2021-10-03  4:46 Darren Powell
  2021-10-03  4:46 ` [PATCH 1/3] amdgpu/pm: add " Darren Powell
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Darren Powell @ 2021-10-03  4:46 UTC (permalink / raw)
  To: amd-gfx; +Cc: Darren Powell



=== Description ===
Add limit_type to (pptable_funcs)->set_power_limit signature

plus two small patches
 Fix for incorrect power limit readback in smu11 if POWER_SOURCE_DC
 Explicit initialization of cached power limits in smu struct


=== Test System ===
* DESKTOP(AMD FX-8350 + NAVI10(731F/ca), BIOS: F2)
 + ISO(Ubuntu 20.04.3 LTS)
 + Kernel(5.13.0-g9e50250d2084-fdoagd5f)

=== Patch Summary ===
   linux: (git@gitlab.freedesktop.org:agd5f) origin/amd-staging-drm-next @ d6119c68a46e
    + ca5057580168 amdgpu/pm: add limit_type to (pptable_funcs)->set_power_limit signature
    + 6e269294d363 drm/amd/pm: Fix incorrect power limit readback in smu11 if POWER_SOURCE_DC
    + 50715de0a584 drm/amd/pm: explicitly initialize cached power limits in smu struct


Darren Powell (3):
  amdgpu/pm: add limit_type to (pptable_funcs)->set_power_limit
    signature
  drm/amd/pm: Fix incorrect power limit readback in smu11 if
    POWER_SOURCE_DC
  drm/amd/pm: explicitly initialize cached power limits in smu struct

 drivers/gpu/drm/amd/pm/inc/amdgpu_smu.h           |  4 +++-
 drivers/gpu/drm/amd/pm/inc/smu_v11_0.h            |  4 +++-
 drivers/gpu/drm/amd/pm/inc/smu_v13_0.h            |  4 +++-
 drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c         |  9 +++++++--
 drivers/gpu/drm/amd/pm/swsmu/smu11/smu_v11_0.c    | 15 +++++++++------
 drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c  |  7 ++++---
 .../gpu/drm/amd/pm/swsmu/smu13/aldebaran_ppt.c    |  6 ++++--
 drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c    |  8 +++++---
 8 files changed, 38 insertions(+), 19 deletions(-)


base-commit: d6119c68a46eae0b48c77353aa81e6e38b009d24
-- 
2.33.0


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

end of thread, other threads:[~2021-10-05  5:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-03  4:46 [PATCH 0/3] Add limit_type to (pptable_funcs)->set_power_limit signature Darren Powell
2021-10-03  4:46 ` [PATCH 1/3] amdgpu/pm: add " Darren Powell
2021-10-04 10:27   ` Lazar, Lijo
2021-10-03  4:46 ` [PATCH 2/3] drm/amd/pm: Fix incorrect power limit readback in smu11 if POWER_SOURCE_DC Darren Powell
2021-10-03  5:31   ` Nils Wallménius
2021-10-04  1:15     ` Powell, Darren
2021-10-03  4:46 ` [PATCH 3/3] drm/amd/pm: explicitly initialize cached power limits in smu struct Darren Powell
2021-10-04 10:43   ` Lazar, Lijo
2021-10-05  5:04     ` Powell, Darren
2021-10-05  5:46       ` Lazar, Lijo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.