aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/cikd.h
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2013-08-09 11:18:39 -0400
committerAlex Deucher <alexander.deucher@amd.com>2013-08-30 16:30:54 -0400
commit473359bc28e193031a76d99f71e8b6c4808719a6 (patch)
treeee11bcfcd8e9e7c7c4adbcf85ae1ed0b3db1fcc2 /drivers/gpu/drm/radeon/cikd.h
parentdrm/radeon/si: enable DMA pg by default (diff)
downloadlinux-dev-473359bc28e193031a76d99f71e8b6c4808719a6.tar.xz
linux-dev-473359bc28e193031a76d99f71e8b6c4808719a6.zip
drm/radeon: restructure cg/pg on cik (v2)
- use new cg/pg flags for finer grained clock and powergating control - restructure the cg/pg code so it can be called from other components such as dpm v2: fix build breakage from rebase Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/cikd.h')
-rw-r--r--drivers/gpu/drm/radeon/cikd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/cikd.h b/drivers/gpu/drm/radeon/cikd.h
index 259b81c7cdd8..6a92f491cb91 100644
--- a/drivers/gpu/drm/radeon/cikd.h
+++ b/drivers/gpu/drm/radeon/cikd.h
@@ -285,6 +285,7 @@
#define PCIE_CNTL2 0x1001001c /* PCIE */
# define SLV_MEM_LS_EN (1 << 16)
+# define SLV_MEM_AGGRESSIVE_LS_EN (1 << 17)
# define MST_MEM_LS_EN (1 << 18)
# define REPLAY_MEM_LS_EN (1 << 19)