aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/uapi/drm/radeon_drm.h
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2014-03-02 00:56:18 +0100
committerChristian König <christian.koenig@amd.com>2014-03-03 10:54:19 +0100
commit67e8e3f970ad747d3c854fb40f8ec0cecedd9089 (patch)
tree9bbf509dfde9cd4a11fb35aca45a2ac3f35c7b69 /include/uapi/drm/radeon_drm.h
parentdrm/radeon: add a way to get and set initial buffer domains v2 (diff)
downloadwireguard-linux-67e8e3f970ad747d3c854fb40f8ec0cecedd9089.tar.xz
wireguard-linux-67e8e3f970ad747d3c854fb40f8ec0cecedd9089.zip
drm/radeon: track memory statistics about VRAM and GTT usage and buffer moves v2
The statistics are: - VRAM usage in bytes - GTT usage in bytes - number of bytes moved by TTM The last one is actually a counter, so you need to sample it before and after command submission and take the difference. This is useful for finding performance bottlenecks. Userspace queries are also added. v2: use atomic64_t Signed-off-by: Marek Olšák <marek.olsak@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com>
Diffstat (limited to 'include/uapi/drm/radeon_drm.h')
-rw-r--r--include/uapi/drm/radeon_drm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/uapi/drm/radeon_drm.h b/include/uapi/drm/radeon_drm.h
index cb5c93a4c266..aefa2f6afa3b 100644
--- a/include/uapi/drm/radeon_drm.h
+++ b/include/uapi/drm/radeon_drm.h
@@ -1004,6 +1004,9 @@ struct drm_radeon_cs {
#define RADEON_INFO_VCE_FW_VERSION 0x1b
/* version of VCE feedback */
#define RADEON_INFO_VCE_FB_VERSION 0x1c
+#define RADEON_INFO_NUM_BYTES_MOVED 0x1d
+#define RADEON_INFO_VRAM_USAGE 0x1e
+#define RADEON_INFO_GTT_USAGE 0x1f
struct drm_radeon_info {