OSDN Git Service

drm/amd/amdgpu : adding new tracepoints to track memory information.
authorDavid Mao <david.mao@amd.com>
Tue, 7 Jun 2016 09:48:52 +0000 (17:48 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 7 Jul 2016 18:51:29 +0000 (14:51 -0400)
commit15da301d88c8c9669a1d8ef44d729a505617abeb
treebbf9a22974daba593ef36123f21b5a78cb53e3ea
parent42ffb5822bfa6f21e5c3738776accac49d511b98
drm/amd/amdgpu : adding new tracepoints to track memory information.

 - adding amdgpu_cs_bo_status to track total size and
   total entry count of bo for each submission.
 - adding amdgpu_ttm_bo_move to track the bo eviction
   including the size of bo and the location before/after the move

Signed-off-by: David Mao <David.Mao@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Chunming Zhou <david1.zhou@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h