mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/
synced 2026-04-18 14:43:42 -04:00
drm/amd/powerplay: add the hw manager for vega12 (v4)
handles the driver power state setup v2: squash in the following: - handle negative temperature ranges - add vega12 thermal ranges - use ffs/fls - remove ACG code - resend NumOfDisplays message - correct max dpm levels - remove power containment settings - fix warnings - add sensors interface - delete unused overdrive arbiter - drop get_temperature callback - smu table cleanup - atomfirmware smu dpm table updates v3: rebase v4: rebase Acked-by: Christian König <christian.koenig@amd.com> Signed-off-by: Evan Quan <evan.quan@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#ifndef _DM_PP_INTERFACE_
|
||||
#define _DM_PP_INTERFACE_
|
||||
|
||||
#define PP_MAX_CLOCK_LEVELS 8
|
||||
#define PP_MAX_CLOCK_LEVELS 16
|
||||
|
||||
enum amd_pp_display_config_type{
|
||||
AMD_PP_DisplayConfigType_None = 0,
|
||||
|
||||
Reference in New Issue
Block a user