Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amdgpu: add some pptable definitions

Signed-off-by: Jammy Zhou <Jammy.Zhou@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Jammy Zhou and committed by
Alex Deucher
fa9f1d4e 0b2daf09

+5 -1
+5 -1
drivers/gpu/drm/amd/include/pptable.h
··· 146 146 #define ATOM_PP_PLATFORM_CAP_VRHOT_GPIO_CONFIGURABLE 0x00200000 // Does the driver supports VR HOT GPIO Configurable. 147 147 #define ATOM_PP_PLATFORM_CAP_TEMP_INVERSION 0x00400000 // Does the driver supports Temp Inversion feature. 148 148 #define ATOM_PP_PLATFORM_CAP_EVV 0x00800000 149 + #define ATOM_PP_PLATFORM_COMBINE_PCC_WITH_THERMAL_SIGNAL 0x01000000 150 + #define ATOM_PP_PLATFORM_LOAD_POST_PRODUCTION_FIRMWARE 0x02000000 151 + #define ATOM_PP_PLATFORM_CAP_DISABLE_USING_ACTUAL_TEMPERATURE_FOR_POWER_CALC 0x04000000 149 152 150 153 typedef struct _ATOM_PPLIB_POWERPLAYTABLE 151 154 { ··· 676 673 UCHAR revid; 677 674 ATOM_PowerTune_Table power_tune_table; 678 675 USHORT usMaximumPowerDeliveryLimit; 679 - USHORT usReserve[7]; 676 + USHORT usTjMax; 677 + USHORT usReserve[6]; 680 678 } ATOM_PPLIB_POWERTUNE_Table_V1; 681 679 682 680 #define ATOM_PPM_A_A 1