[AMD Official Use Only - General]

Series is reviewed-by: Evan Quan <evan.q...@amd.com>

> -----Original Message-----
> From: Yuan, Perry <perry.y...@amd.com>
> Sent: Friday, February 24, 2023 4:33 PM
> To: Deucher, Alexander <alexander.deuc...@amd.com>; Quan, Evan
> <evan.q...@amd.com>; Lazar, Lijo <lijo.la...@amd.com>; Li, Candice
> <candice...@amd.com>; amd-gfx@lists.freedesktop.org
> Cc: Huang, Shimmer <shimmer.hu...@amd.com>; Liu, Kun
> <kun.l...@amd.com>
> Subject: [PATCH 0/3] enable new capped/uncapped power profiles
> 
> The patchset will enable the capped and uncapped mode
> 
> This new capped power mode has limit DRAM Thresholds and conditions in
> DF-PState Algorithm based on the workload type set from driver.
> The uncapped mode will reset to normal performance level which has no
> such power limitations.
> 
> Perf Centric Workload (Uncapped)      0
> Power Centric Workload (Capped)       1
> 
> Perry Yuan (3):
>   drm/amdgpu/pm: add capped/uncapped power profile modes
>   drm/amdgpu: map new capped and uncapped mode power profiles for
>     Vangogh
>   drm/amdgpu: skip the invalid workload type
> 
>  drivers/gpu/drm/amd/include/kgd_pp_interface.h              | 2 ++
>  drivers/gpu/drm/amd/pm/amdgpu_pm.c                          | 2 ++
>  .../drm/amd/pm/swsmu/inc/pmfw_if/smu11_driver_if_vangogh.h  | 4 +++-
>  drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c            | 6 ++++--
>  drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c        | 4 +++-
>  drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c        | 4 +++-
>  drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c                      | 4 ++--
>  7 files changed, 19 insertions(+), 7 deletions(-)
> 
> --
> 2.34.1

Reply via email to