Files
linux/include/uapi/drm
Marek Olšák 67e8e3f970 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>
2014-03-03 10:54:19 +01:00
..
2014-02-18 13:41:01 -05:00
2013-08-24 14:57:18 -04:00
2013-08-24 14:57:18 -04:00
2013-02-16 17:38:06 -05:00
2013-04-12 13:51:07 +10:00