aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/drm
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2016-08-17 23:58:58 +0200
committerAlex Deucher <alexander.deucher@amd.com>2016-08-22 13:47:21 -0400
commit83a59b6338c71425f3159fc9ab31380f237af733 (patch)
tree3882a5dc46b74d6dafb88a21437d3496973db11d /include/uapi/drm
parentdrm/amdgpu: recover vram bo from shadow after gpu reset V2 (diff)
downloadlinux-dev-83a59b6338c71425f3159fc9ab31380f237af733.tar.xz
linux-dev-83a59b6338c71425f3159fc9ab31380f237af733.zip
drm/amdgpu: add AMDGPU_INFO_NUM_EVICTIONS
For profiling. v2: really bump the minor version Signed-off-by: Marek Olšák <marek.olsak@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'include/uapi/drm')
-rw-r--r--include/uapi/drm/amdgpu_drm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/drm/amdgpu_drm.h b/include/uapi/drm/amdgpu_drm.h
index 5aef0b71079b..ae2845fdcb5f 100644
--- a/include/uapi/drm/amdgpu_drm.h
+++ b/include/uapi/drm/amdgpu_drm.h
@@ -485,6 +485,8 @@ struct drm_amdgpu_cs_chunk_data {
#define AMDGPU_INFO_DEV_INFO 0x16
/* visible vram usage */
#define AMDGPU_INFO_VIS_VRAM_USAGE 0x17
+/* number of TTM buffer evictions */
+#define AMDGPU_INFO_NUM_EVICTIONS 0x18
#define AMDGPU_INFO_MMR_SE_INDEX_SHIFT 0
#define AMDGPU_INFO_MMR_SE_INDEX_MASK 0xff