summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd/kfd_dbgdev.h
diff options
context:
space:
mode:
authorValentin Rothberg <valentinrothberg@gmail.com>2015-06-05 10:27:43 +0200
committerOded Gabbay <oded.gabbay@gmail.com>2015-06-06 20:48:34 +0300
commitf4e04022edaec32af39db16e08ea316a6bb136f2 (patch)
treed1408d5819f863cba46b7b9acd60a6898603acfe /drivers/gpu/drm/amd/amdkfd/kfd_dbgdev.h
parentae45577324d1f749c907840247d443696ac3bc7a (diff)
downloadop-kernel-dev-f4e04022edaec32af39db16e08ea316a6bb136f2.zip
op-kernel-dev-f4e04022edaec32af39db16e08ea316a6bb136f2.tar.gz
drm/amdkfd: avoid CONFIG_ prefix for non-Kconfig symbols
The CONFIG_ prefix is reserved for Kconfig options in Make and CPP syntax. Various static analysis tools rely on this naming convention and check if CONFIG_ prefixed symbols are defined Kconfig. Hence add yet another prefix AMD_ to CONFIG_REG_{BASE,END,SISE} to apply to this convention and make static analysis tools happy. Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com> Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdkfd/kfd_dbgdev.h')
-rw-r--r--drivers/gpu/drm/amd/amdkfd/kfd_dbgdev.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_dbgdev.h b/drivers/gpu/drm/amd/amdkfd/kfd_dbgdev.h
index 4b0dd5a..03424c2 100644
--- a/drivers/gpu/drm/amd/amdkfd/kfd_dbgdev.h
+++ b/drivers/gpu/drm/amd/amdkfd/kfd_dbgdev.h
@@ -48,9 +48,9 @@ enum {
/* CONFIG reg space definition */
enum {
- CONFIG_REG_BASE = 0x2000, /* in dwords */
- CONFIG_REG_END = 0x2B00,
- CONFIG_REG_SIZE = CONFIG_REG_END - CONFIG_REG_BASE
+ AMD_CONFIG_REG_BASE = 0x2000, /* in dwords */
+ AMD_CONFIG_REG_END = 0x2B00,
+ AMD_CONFIG_REG_SIZE = AMD_CONFIG_REG_END - AMD_CONFIG_REG_BASE
};
/* SH reg space definition */
OpenPOWER on IntegriCloud