Commit c8893d5c authored by Evan Quan's avatar Evan Quan Committed by Alex Deucher

drm/amd/powerplay: update arcturus_ppsmc.h

Correct header and fix typo.
Signed-off-by: default avatarEvan Quan <evan.quan@amd.com>
Reviewed-by: default avatarLe Ma <Le.Ma@amd.com>
Reviewed-by: default avatarKenneth Feng <kenneth.feng@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 22808306
/* /*
* Copyright 2018 Advanced Micro Devices, Inc. * Copyright 2019 Advanced Micro Devices, Inc.
* *
* Permission is hereby granted, free of charge, to any person obtaining a * Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"), * copy of this software and associated documentation files (the "Software"),
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
//Power Gating //Power Gating
#define PPSMC_MSG_PowerUpVcn0 0x28 #define PPSMC_MSG_PowerUpVcn0 0x28
#define PPSMC_MSG_PowerDownVcn01 0x29 #define PPSMC_MSG_PowerDownVcn0 0x29
#define PPSMC_MSG_PowerUpVcn1 0x2A #define PPSMC_MSG_PowerUpVcn1 0x2A
#define PPSMC_MSG_PowerDownVcn1 0x2B #define PPSMC_MSG_PowerDownVcn1 0x2B
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment