mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 08:33:17 +02:00
drm/amd/pm: drop redundant MEM_TYPE_* macros
As these are already defined in amdgpu_atombios.h. Otherwise, we may hit "redefined" compile warning. Signed-off-by: Evan Quan <evan.quan@amd.com> Reviewed-by: Feifei Xu <Feifei.Xu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
bc8f830035
commit
171090dbc0
|
|
@ -26,15 +26,6 @@
|
|||
|
||||
#include "hwmgr.h"
|
||||
|
||||
#define MEM_TYPE_GDDR5 0x50
|
||||
#define MEM_TYPE_GDDR4 0x40
|
||||
#define MEM_TYPE_GDDR3 0x30
|
||||
#define MEM_TYPE_DDR2 0x20
|
||||
#define MEM_TYPE_GDDR1 0x10
|
||||
#define MEM_TYPE_DDR3 0xb0
|
||||
#define MEM_TYPE_MASK 0xF0
|
||||
|
||||
|
||||
/* As returned from PowerConnectorDetectionTable. */
|
||||
#define PP_ATOM_POWER_BUDGET_DISABLE_OVERDRIVE 0x80
|
||||
#define PP_ATOM_POWER_BUDGET_SHOW_WARNING 0x40
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user