drm/ttm: Add DMA map/unmap tracepoint (v3)
Also exports two functions that vendor drivers can call to trace DMA mappings. This is meant to help translate IOMMU mappings of bus addresses back to physical pages. Used by the umr amdgpu debugger for instance. Signed-off-by: NTom St Denis <tom.stdenis@amd.com> Reviewed-by: NChristian König <christian.koenig@amd.com> Signed-off-by: NAlex Deucher <alexander.deucher@amd.com> (v2): Use dev_name() to get PCI path instead. (v3): Use correct types for dma/phys addresses
Showing
drivers/gpu/drm/ttm/ttm_debug.c
0 → 100644
drivers/gpu/drm/ttm/ttm_trace.h
0 → 100644
include/drm/ttm/ttm_debug.h
0 → 100644
想要评论请 注册 或 登录