commit | 38290b2c456ade70db7cedf489332af5e4263fb0 | [log] [tgz] |
---|---|---|
author | Tom St Denis <tom.stdenis@amd.com> | Mon Sep 18 07:28:14 2017 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Tue Sep 26 15:14:04 2017 -0400 |
tree | 6fa6bf91c990c0ed845646a401948db9f781ca07 | |
parent | a40cfa0bef9366ad156717078dae681305099a15 [diff] |
drm/amd/amdgpu: add support for iova_to_phys to replace TTM trace (v5) Signed-off-by: Tom St Denis <tom.stdenis@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> (v2): Add domain to iova debugfs (v3): Add true read/write methods to access system memory of pages mapped to the device (v4): Move get_domain call out of loop and return on error (v5): Just use kmap/kunmap