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>
This commit is contained in:
committed by
Christian König
parent
bda72d58a2
commit
67e8e3f970
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user